Home
last modified time | relevance | path

Searched refs:tau_lib_dir (Results 1 – 1 of 1) sorted by relevance

/petsc/lib/petsc/bin/
H A Dtaucc.py27 def getTauFlags(tau_lib_dir): argument
30 tau_makefile = str(os.path.join(tau_lib_dir, os.path.basename(os.environ['TAU_MAKEFILE'])))
32 tau_makefile = str(os.path.join(tau_lib_dir, 'Makefile.tau-mpi-pdt'))
103 tau_lib_dir = argsplit[1]
119 …instr,tau_defs,tau_include,tau_libs,tau_mpi_inc,tau_mpi_libs,tau_cxxlibs = getTauFlags(tau_lib_dir)