Dear all
I submit a job on 2 differents systems Windows 10 18 cores Intel I9 PC and a GENOA AMD 192 core
On GENOA AMD: lammps version is 2Aug2023 update 3
On Windows 10 : 29 August 2024
I use the same run command for both computer.
mpirun (or mpiexec for Windows) -np 8 lmp -in test.lammps
On GENOA AMD only 7 molecules on 80 requested are created
...
# Simulation box
create_atoms 0 random 80 200001 mybox mol plastics 400001 overlap 2.0 maxtry 200 units box
WARNING: Only inserted 7 particles out of 80 (src/create_atoms.cpp:855)
Created 462 atoms
using box units in orthogonal box = (0 0 0) to (75 75 75)
create_atoms CPU = 0.159 seconds
...
While on widows machine 80 on 80 requested are created
...
# Simulation box
create_atoms 0 random 80 200001 mybox mol plastics 400001 overlap 2.0 maxtry 200 units box
Created 5280 atoms
using box units in orthogonal box = (0 0 0) to (75 75 75)
create_atoms CPU = 1.047 seconds
...
Is it a MPI problem or ?
Thanks a lot in advance
Best
Pascal