trace.sh 191 Bytes
Newer Older
iker_martin's avatar
WIP  
iker_martin committed
1
2
3
4
5
6
7
8
9
#!/bin/bash
# Configure Extrae
export EXTRAE_CONFIG_FILE=./extrae.xml

# Load the tracing library (choose C/Fortran)
export LD_PRELOAD=${EXTRAE_HOME}/lib/libmpitrace.so

# Run the program
$*