Skip to content

Instantly share code, notes, and snippets.

@zbyerly
Created September 15, 2017 08:49
Show Gist options
  • Save zbyerly/b06bfd32567c677e15c4483f76819c89 to your computer and use it in GitHub Desktop.
Save zbyerly/b06bfd32567c677e15c4483f76819c89 to your computer and use it in GitHub Desktop.
#!/bin/bash
#SBATCH -p marvin
#SBATCH -N 2
#SBATCH -n 2
#SBATCH --time=00:05:00
module load gcc/6.4.0 cmake/3.9.0 hwloc/1.11.3 boost/1.64.0-gcc6.4.0 impi/2017.2.174
mpirun -np 2 -ppn 1 /home/zbyerly/work/local_install_Release/bin/hello_world \
--hpx:threads=16 \
--hpx:localities=2 \
--hpx:print-counter=/threads{locality#0/total}/idle-rate
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment