Skip to content

Instantly share code, notes, and snippets.

@hokiegeek2
Created April 19, 2024 11:11
Show Gist options
  • Save hokiegeek2/045a804a351adca2331538e818c5662a to your computer and use it in GitHub Desktop.
Save hokiegeek2/045a804a351adca2331538e818c5662a to your computer and use it in GitHub Desktop.
#!/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