Hey,

 

I’m cc’ing Kevin Huck on this email. He will be able to help.

 

Regards Hartmut

---------------

 <http://stellar.cct.lsu.edu> http://stellar.cct.lsu.edu

 <https://github.com/STEllAR-GROUP/hpx> https://github.com/STEllAR-GROUP/hpx

 

From: [email protected] 
<[email protected]> On Behalf Of kniedzie
Sent: Thursday, May 30, 2019 5:07 AM
To: [email protected]
Subject: [hpx-users] TAU support v1.3.0

 

Hi all,

I am trying to use HPX v1.3.0 with TAU. I am following instructions from 
https://khuck.github.io/xpress-apex/usage/#hpx-louisiana-state-university and I 
am trying to integrate it using command:

cmake -DBOOST_ROOT=$HOME/libs/boost_1_62_0 \
 -DCMAKE_INSTALL_PREFIX=$HOME/libs/hpx_1.3.0_build_system_apex \
 -DCMAKE_BUILD_TYPE=RelWithDebInfo \
 -DHPX_WITH_MORE_THAN_64_THREADS=ON \
 -DHPX_WITH_MAX_CPU_COUNT=26400 \
 -DCMAKE_C_COMPILER=cc \
 -DCMAKE_CXX_COMPILER=CC \
 -DCMAKE_C_FLAGS="-latomic" \
 -DCMAKE_CXX_FLAGS="-latomic" \
 -DHPX_WITH_EXAMPLES=OFF \
 -DHPX_WITH_MALLOC=system \
 -DHPX_WITH_STATIC_LINKING=OFF \
 -DHPX_WITH_STATIC_EXE_LINKING=OFF \
 -DHPX_WITH_PARCELPORT_MPI=ON \
 -DMPI_C_COMPILER=cc \
 -DMPI_CXX_COMPILER=CC \
 -DHPX_WITH_APEX=TRUE \
 -DHPX_WITH_TAU=TRUE \
 -DAPEX_WITH_ACTIVEHARMONY=TRUE \
 -DAPEX_WITH_PAPI=FALSE \
 -DAPEX_WITH_MSR=FALSE \
 -DAPEX_WITH_OTF2=FALSE \
 -DACTIVEHARMONY_ROOT=$HOME/packages/harmony/ \
 -DTAU_ROOT=$HOME/libs/tau-2.26 \
 -DTAU_ARCH=x86_64 \
 -DTAU_OPTIONS=-mpi-pthread \
 $HOME/packages/hpx

I receive:

CMake Warning:
  Manually-specified variables were not used by the project:

    HPX_WITH_STATIC_EXE_LINKING
    TAU_ARCH
    TAU_OPTIONS
    TAU_ROOT
    HPX_WITH_TAU

 

I checked CMakeLists.txt and there are not variables for TAU support.

So my questions are:

Does hpx still support tau?

If yes, how can I integrate it?

If no, are there any alternatives?

Best,

Karol Niedzielewski

Interdyscyplinarne Centrum Modelowania Matematycznego i Komputerowego (ICM), 
Uniwersytet Warszawski // Interdisciplinary Centre for Mathematical and 
Computational Modelling (ICM),  University of Warsaw

 

ul. Kupiecka 32, 03-046 Warsaw, Poland

www.icm.edu.pl <http://www.icm.edu.pl> 

_______________________________________________
hpx-users mailing list
[email protected]
https://mail.cct.lsu.edu/mailman/listinfo/hpx-users

Reply via email to