Skip to content
Zach Byerly edited this page Feb 6, 2017 · 3 revisions

mpirun amplxe-cl -data-limit=2000 -r labeled -collect hotspots -knob enable-user-tasks=true /home/zbyerly/dgswem-hpx/builds/build_RelWithDebInfo_intel/src/dgswem_lgd_dataflow --n_timesteps=100 --hpx:threads=8 --hpx:print-counter=/threads/time/cumulative --hpx:print-counter=/threads/idle-rate --hpx:print-counter=/threads/time/cumulative-overhead --hpx:print-counter=/threadqueue/length --chunksize=100 --hpx:ini=hpx.stacks.small_size=0x20000 --hpx:ini=hpx.use_itt_notify=1 --hpx:print-counter-interval=10

-collect-with=runss

srun -t 8:00:00 -N 1 -n 1 --nodelist=marvin08 --pty bash -i

or

source ~zbyerly/performance_testing/environment

mpirun amplxe-cl -data-limit=2000 -r fibonacci_labelled2 -collect hotspots -knob enable-user-tasks=true ~/local_install_RelWithDebInfo/bin/fibonacci_dataflow --hpx:threads=8 --hpx:print-counter=/threads/time/cumulative --hpx:print-counter=/threads/idle-rate --hpx:print-counter=/threads/time/cumulative-overhead --hpx:print-counter=/threadqueue/length --hpx:localities=1 --hpx:ini=hpx.stacks.small_size=0x20000 --hpx:ini=hpx.use_itt_notify=1 --hpx:print-counter-interval=10

Clone this wiki locally