Created
April 19, 2024 11:11
-
-
Save hokiegeek2/045a804a351adca2331538e818c5662a to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
#SBATCH --ntasks=3 | |
#SBATCH --tasks-per-node=1 | |
#SBTACH --cpus-per-task=1 | |
#SBATCH --mem=1024 | |
#SBATCH --job-name="arkouda mpi test" | |
#SBATCH --output=/tmp/arkouda-mpi.out | |
export CHPL_COMM=ofi | |
export CHPL_LAUNCHER=mpirun4ofi | |
export CHPL_RT_COMM_OFI_PROVIDER=tcp | |
export MPI_DIR=/usr/lib/x86_64-linux-gnu/openmpi | |
/home/kjyost/development/git/arkouda/arkouda_server -nl 3 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment