You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've seen spheral_ats.py hang when import mpi is called. This happens when building ENABLE_MPI=ON and under a flux allocation with more than 1 node. A workaround using SpheralConfigs to determine the MPI build status of Spheral was impleneted but this should be investigated.
The text was updated successfully, but these errors were encountered:
This issue is resolved by ensuring flux run is used before running ./spheral or ./sphera-ats, even if already in an allocation from flux alloc. Ideally, one should use flux run -N <number of nodes> --exclusive.
I've seen
spheral_ats.py
hang whenimport mpi
is called. This happens when buildingENABLE_MPI=ON
and under a flux allocation with more than 1 node. A workaround using SpheralConfigs to determine the MPI build status of Spheral was impleneted but this should be investigated.The text was updated successfully, but these errors were encountered: