Hello,
I am running a hydrogen simulation using ipi handshaking with LAMMPS. I keep getting the following error
[ccc0385:3208347:0:3208347] Caught signal 11 (Segmentation fault: address not mapped to object at address 0x440000e0)My script for running is attached its called slurm_lammpsipi.sh
If I run a simulation using an i-pi driver with a silvera goldman potential it works smoothly no problem.. the running script is pretty much the same except where there is lammps its replaced with ipi-driver. (That script given is working_slurm_ipidriver.sh
I double checked if ipi and lammps both were pointing to the right address, and yes both lammps and ipi are getting the same address value.
I dont know why the "address not mapped to object" error is occurring and it always shows the same error This also occurs even if I ask for more memory (including all the memory of my slurm node), so it can’t be a memory thing.
I have also attached my lammps script and my xml files that I input. Along with the edit python script that changes the address and corresponding values for handshaking.
Its a small system of 360 atoms, and I am trying to run just 1 bead to even get it to work.