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
cargo-mpirun is currently hard-coded to use mpiexec, which might not be appropriate on your cluster. In that case, you need to cargo build --bin my-app your executable and then use srun -n 4 target/release/my-app or whatever launcher your cluster uses.
In #9, I added support for MPIEXEC=srun cargo mpirun --bin my-app, which should work, at least for simple cases.
No description provided.
The text was updated successfully, but these errors were encountered: