Skip to content

Instantly share code, notes, and snippets.

@parsa
Last active August 29, 2015 14:05
Show Gist options
  • Save parsa/4f81773e456932711c04 to your computer and use it in GitHub Desktop.
Save parsa/4f81773e456932711c04 to your computer and use it in GitHub Desktop.
#!/bin/bash
#SBATCH -p marvin
#SBATCH -N 8
#SBATCH -n 16
#SBATCH -J prsmg002
#SBATCH -o prsmg002.o
#--hpx:threads 32 \
#./build/bin/mini_ghost \
mpirun \
mini_ghost \
--scaling=1 \
--nx=200 \
--ny=200 \
--nz=200 \
--nx_block=500 \
--ny_block=500 \
--nz_block=10 \
--npx=1 \
--npy=1 \
--npz=1 \
--hpx:print-counter=/agas{locality#0/total}/component/count \
--hpx:print-counter=/agas{locality#0/total}/component/time \
--hpx:print-counter=/agas{locality#*/total}/count/allocate \
--hpx:print-counter=/agas{locality#*/total}/count/bind \
--hpx:print-counter=/agas{locality#*/total}/count/bind_gid \
--hpx:print-counter=/agas{locality#0/total}/count/bind_name \
--hpx:print-counter=/agas{locality#0/total}/count/bind_prefix \
--hpx:print-counter=/agas{locality#*/total}/count/cache-evictions \
--hpx:print-counter=/agas{locality#*/total}/count/cache-hits \
--hpx:print-counter=/agas{locality#*/total}/count/cache-insertions \
--hpx:print-counter=/agas{locality#*/total}/count/cache-misses \
--hpx:print-counter=/agas{locality#*/total}/count/decrement_credit \
--hpx:print-counter=/agas{locality#0/total}/count/free \
--hpx:print-counter=/agas{locality#0/total}/count/get_component_typename \
--hpx:print-counter=/agas{locality#*/total}/count/increment_credit \
--hpx:print-counter=/agas{locality#*/total}/count/iterate_names \
--hpx:print-counter=/agas{locality#0/total}/count/iterate_types \
--hpx:print-counter=/agas{locality#0/total}/count/localities \
--hpx:print-counter=/agas{locality#0/total}/count/num_localities \
--hpx:print-counter=/agas{locality#0/total}/count/num_localities_type \
--hpx:print-counter=/agas{locality#0/total}/count/num_threads \
--hpx:print-counter=/agas{locality#*/total}/count/resolve \
--hpx:print-counter=/agas{locality#*/total}/count/resolve_gid \
--hpx:print-counter=/agas{locality#0/total}/count/resolve_id \
--hpx:print-counter=/agas{locality#0/total}/count/resolve_locality \
--hpx:print-counter=/agas{locality#0/total}/count/resolved_localities \
--hpx:print-counter=/agas{locality#*/total}/count/route \
--hpx:print-counter=/agas{locality#*/total}/count/unbind \
--hpx:print-counter=/agas{locality#*/total}/count/unbind_gid \
--hpx:print-counter=/agas{locality#0/total}/count/unbind_name \
--hpx:print-counter=/agas{locality#*/total}/primary/count \
--hpx:print-counter=/agas{locality#*/total}/primary/time \
--hpx:print-counter=/agas{locality#*/total}/time/allocate \
--hpx:print-counter=/agas{locality#*/total}/time/bind \
--hpx:print-counter=/agas{locality#*/total}/time/bind_gid \
--hpx:print-counter=/agas{locality#0/total}/time/bind_name \
--hpx:print-counter=/agas{locality#0/total}/time/bind_prefix
&> prsmg002.txt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment