Announcement

Collapse
No announcement yet.

Lammps test fails to run on SteamOS

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Lammps test fails to run on SteamOS

    The lammps test fails for me with the following error (from debug run):
    Code:
    [proxy:0:0@steamos] HYDU_create_process (utils/launch/launch.c:75): execvp error on file lmp_debian (No such file or directory)
    unless I modify the line:
    Code:
    mpirun -np $NUM_CPU_CORES lmp_debian < $@ > $LOG_FILE 2>&1
    to:
    Code:
    mpirun -np $NUM_CPU_CORES ./lmp_debian < $@ > $LOG_FILE 2>&1
    My specs from the test itself: http://openbenchmarking.org/system/1...ST9851472/test
Working...
X