User Tools

Site Tools


tools:autosubmit_extrae

Differences

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

Link to this comparison view

Next revision
Previous revision
tools:autosubmit_extrae [2018/08/31 14:48]
spalomas created
tools:autosubmit_extrae [2018/08/31 14:55] (current)
spalomas
Line 47: Line 47:
         shift         shift
         cmd+=" -np $nranks $trace $executable"         cmd+=" -np $nranks $trace $executable"
- 
         ...         ...
  
Line 53: Line 52:
 2. In order to use Extrae package, you need to add it before the execution. One way you could do this is modifying the trace.sh script that you want to use adding the needed modules for the remote platform. 2. In order to use Extrae package, you need to add it before the execution. One way you could do this is modifying the trace.sh script that you want to use adding the needed modules for the remote platform.
  
->>> path/to/used/trace.sh +vi path/to/used/trace.sh
- +
-#!/bin/bash +
- +
-module add gcc/7.2.0 +
-module add EXTRAE/3.5.4 +
- +
-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 +  #!/bin/bash 
-$*+   module add gcc/7.2.0 
 +   module add EXTRAE/3.5.4 
 +   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 
 +   $*
  
  
-4. 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.1535726918.txt.gz · Last modified: 2018/08/31 14:48 by spalomas