User Tools

Site Tools


tools:autosubmit_extrae

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
tools:autosubmit_extrae [2018/08/31 14:51]
spalomas
tools:autosubmit_extrae [2018/08/31 14:55]
spalomas
Line 54: Line 54:
 vi path/to/used/trace.sh vi path/to/used/trace.sh
  
-  # -------------------------------------- +  #!/bin/bash 
- +   module add gcc/7.2.0 
-#!/bin/bash +   module add EXTRAE/3.5.4 
- +   source /apps/BSCTOOLS/extrae/3.5.4/impi_2017_4/etc/extrae.sh 
-module add gcc/7.2.0 +   export EXTRAE_CONFIG_FILE=/gpfs/scratch/bsc32/bsc32442/extrae.xml 
- +   export LD_PRELOAD=${EXTRAE_HOME}/lib/libmpitracecf.so # For C/F90 apps 
-module add EXTRAE/3.5.4 +   ## Run the desired program 
- +   $*
-source /apps/BSCTOOLS/extrae/3.5.4/impi_2017_4/etc/extrae.sh +
- +
-export EXTRAE_CONFIG_FILE=/gpfs/scratch/bsc32/bsc32442/extrae.xml +
- +
-export LD_PRELOAD=${EXTRAE_HOME}/lib/libmpitracecf.so # For C/F90 apps +
- +
-## Run the desired program +
- +
-$*+
  
  
 3. Run your experiment as usual. Check that all changes are done in the remote directory before the SIM job start. 3. Run your experiment as usual. Check that all changes are done in the remote directory before the SIM job start.
tools/autosubmit_extrae.txt · Last modified: 2018/08/31 14:55 by spalomas