Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Statistics Performance counter is not working #2666

Closed
justwagle opened this issue May 31, 2017 · 3 comments · Fixed by #2675
Closed

Statistics Performance counter is not working #2666

justwagle opened this issue May 31, 2017 · 3 comments · Fixed by #2675

Comments

@justwagle
Copy link
Member

The statistics performance counters are not working. They do not print any values and the application does not terminate.

Sample command line to reproduce:
srun -p ariel -N 1 -n 1 ./1d_stencil_8 --nx=100 --nt=100000 --hpx:threads=16 --hpx:cores=16 --hpx:print-counter=/statistics{/runtime{locality#0/total}/io/write_bytes_cancelled}/average@2000

Localities,OS_Threads,Execution_Time_sec,Points_per_Partition,Partitions,Time_Steps
1, 16, 20.521090545, 100, 10, 100000
(This does not terminate and we do not see any output from the statistics performance counter)

HPX was compiled with the following flags:
cmake -DCMAKE_BUILD_TYPE=RelWithDebInfo
-DCMAKE_CXX_COMPILER=icpc
-DCMAKE_CXX_FLAGS='-w'
-DCMAKE_C_COMPILER=icc
-DMPI_CXX_COMPILER=mpiicpc
-DMPI_C_COMPILER=mpiicc
-DHPX_WITH_THREAD_IDLE_RATES=ON
-DHPX_WITH_MALLOC="jemalloc"
-DHPX_WITH_HWLOC=ON
-DCMAKE_INSTALL_PREFIX=$INSTALL_PATH
-DHPX_WITH_PARCELPORT_MPI=ON
-DBOOST_ROOT=/home/bwagle/Packages/boost/install
-DHPX_WITH_PARCELPORT_MPI_MULTITHREADED=ON
-DHPX_WITH_ITTNOTIFY=ON
-DAMPLIFIER_ROOT=/opt/eb/software/VTune/2017_update1/vtune_amplifier_xe
-DHPX_WITH_GOOGLE_PERFTOOLS=ON
-DHPX_WITH_EXAMPLES=ON
-DHPX_WITH_DATAPAR_VC_NO_LIBRARY=ON
-DVc_ROOT=/home/bwagle/Packages/vcmaster/install
-DHPX_WITH_DATAPAR_VC=ON \

@pagrubel
Copy link
Member

pagrubel commented Jun 1, 2017 via email

@hkaiser
Copy link
Member

hkaiser commented Jun 1, 2017

@pagrubel the syntax is correct for this counter.

@pagrubel
Copy link
Member

pagrubel commented Jun 1, 2017 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants