job_manage test fails when mpi ranks are oversubscribed

Issue #31 resolved
Joseph Parker created an issue

The job_manage test fails when run on more mpi ranks than physical cores available. e.g. on my laptop,

 mpirun -np 2 ./test_job_manage test_job_manage.in

completes without error for -np up to 4, but fails above that with

 --> that gs2 doesn't run without limit when avail_cpu_time is set failed on iproc  0    
 Error:Failed test
application called MPI_Abort(MPI_COMM_WORLD, 13) - process 0

Comments (2)

  1. Log in to comment