anagainaru / HPC_IOpatterns

Extracting I/O patterns for different HPC application types.
1 stars 0 forks source link

Instructions to install TAU #48

Closed anagainaru closed 3 years ago

anagainaru commented 3 years ago

They have fixed some issues with multi-threaded I/O libraries and the version Summit is using is old (2.29.1)

In order to install a newer version that tracks timestamp information:

wget http://tau.uoregon.edu/tau2.tgz

and configure it with:

./configure -mpi -c++=mpicxx -cc=mpicc -fortran=mpif90 -bfd=download -iowrapper -pthread 
make install 
export PATH=/gpfs/alpine/csc143/proj-shared/againaru/tau2/ibm64linux/bin:$PATH