(no subject)

Dear All,

I run a LAMMPS input file in win7 successfully,but when I run it in
linux, it broke after finishing the minimize command.
What should I do to solve it ?

Best Regards,
Zhang

Dear All,

I run a LAMMPS input file in win7 successfully,but when I run it in
linux, it broke after finishing the minimize command.
What should I do to solve it ?

​how should anybody know?

you provide no meaningful information that anybody could use to make a
suggestion and we still have not found a member of this mailing list that
owns a working crystal ball.

I'm sorry to provide no useful information
this is the whole log file and parts of the input file.It's run
successfully in win7 and broke after the minimize command.
logfile

this is not helpful either. it is not enough to reproduce the run. there is no information about the version of LAMMPS (on both windows and linux), there is no information about the error message (LAMMPS doesn’t just stop), there is nothing useful.

this could be easily avoided, if you did your due diligence and followed the recommendations here (or just common sense): http://lammps.sandia.gov/guidelines.html

I run the LAMMPS input file in win7 with LAMMPS-2Feb13 successfully,
but it broke when I run it in my college's server. LAMMPS-15Apr2011
run on the server.and it show errors as follow:

[node101:14859] *** Process received signal ***
[node101:14859] Signal: Segmentation fault (11)
[node101:14859] Signal code: Address not mapped (1)
[node101:14859] Failing at address: 0xf8
[node101:14859] [ 0] /lib64/libpthread.so.0 [0x2acfa8969c00]
[node101:14859] [ 1] lmp_openmpi(_ZN9LAMMPS_NS8FixRigid4initEv+0x213) [0x595863]
[node101:14859] [ 2] lmp_openmpi(_ZN9LAMMPS_NS6Modify4initEv+0xcc7) [0x60e9a7]
[node101:14859] [ 3] lmp_openmpi(_ZN9LAMMPS_NS6LAMMPS4initEv+0x32) [0x5ecc62]
[node101:14859] [ 4] lmp_openmpi(_ZN9LAMMPS_NS3Run7commandEiPPc+0xc13)
[0x70f943]
[node101:14859] [ 5]
lmp_openmpi(_ZN9LAMMPS_NS5Input15execute_commandEv+0x26ff) [0x5e1b5f]
[node101:14859] [ 6] lmp_openmpi(_ZN9LAMMPS_NS5Input4fileEv+0x2f1) [0x5ded61]
[node101:14859] [ 7] lmp_openmpi(main+0xad) [0x5f129d]
[node101:14859] [ 8] /lib64/libc.so.6(__libc_start_main+0xf4) [0x2acfa8a92184]
[node101:14859] [ 9] lmp_openmpi(_ZNSt8ios_base4InitD1Ev+0x39) [0x4635d9]
[node101:14859] *** End of error message ***
Segmentation fault

how can I solve it ?

You can't really expect versions of LAMMPS that are two years apart and both a year out of date to give consistent results or to even handle scripts based on the current version.

Moreover, no one should need to figure out why a three-year old build isn't working as expected, when the code has been patched and updated literally hundreds of times since then.

Update to a more recent release and then we *might* be able to help

--AEI