Différences

Ci-dessous, les différences entre deux révisions de la page.

Lien vers cette vue comparative

Les deux révisions précédentesRévision précédente
Prochaine révision
Révision précédente
documentation:tools:software:adf [2016/07/07 10:03] ltaulelldocumentation:tools:software:adf [2025/03/12 14:14] (Version actuelle) – supprimée ltaulell
Ligne 1: Ligne 1:
-====== ADF ====== 
  
-<WRAP round important>**Accès réservé aux utilisateurs autorisés**</WRAP> 
- 
-^  Version  ^  Compilateur  ^  chemin d'accès  ^  OS  ^ 
-|  2014.11  |  N/A  |  /applis/PSMN/generic/adf/adf2014.11/  |  *  | 
-| | **modulefile** : ADF/2014.11  ||| 
-|  2014.10  |  N/A  |  /applis/PSMN/generic/adf/adf2014.10/  |  *  | 
-| | **modulefile** : ADF/2014.10  ||| 
-|  2014.02  |  N/A  |  /applis/PSMN/generic/adf/adf2014.02/  |  */cuda  | 
-| | **modulefile** : ADF/2014.02  ||| 
-|  2013.01  |  N/A  |  /applis/PSMN/generic/adf/adf2013.01/generic  |  *  | 
-| | **modulefile** : ADF/2013.01  ||| 
- 
- 
-Pour utiliser les modulefiles, consulter [[documentation:tools:modules|Environment Modules]] 
- 
-===== Exemples ===== 
- 
- 
-<code bash> 
-#!/bin/bash 
-#$ -S /bin/bash 
-#$ -N adf2016.103 
-#$ -q E5-2670deb128A 
-#$ -pe mpi16_debian 16 
-#$ -cwd 
-#$ -V 
- 
-# env first 
-source /usr/share/modules/init/bash 
-module use /applis/PSMN/Modules 
-module load Base/psmn 
-module load ADF/2016.103 
-export SCMLICENCE=/applis/PSMN/generic/adf/license.txt 
-# without CUDA support, change to TRUE when using cuda-enabled adf 
-export SCM_GPUENABLED="FALSE" 
- 
-DATADIR=${SGE_O_WORKDIR} 
-export SCM_TMPDIR=${SGE_O_WORKDIR} 
-# or use /scratch for scratchdir 
-#export SCM_TMPDIR=/scratch/yourlogin 
- 
-# declaration used by the batch system 
-HOSTFILE=$TMPDIR/machines 
-export SCM_MACHINEFILE=$TMPDIR/machines 
-export NSCM=$NSLOTS 
-export ADFRESOURCES=$HOME/atomicdata 
-# 
-cd ${DATADIR} 
-# debug 
-#env 
-#ldd ${ADFBIN}/adf.exe 
-#which mpirun 
-# 
-${ADFBIN}/adf < ${DATADIR}/H2O.run 
- 
-# 
-</code> 
- 
- 
-{{INLINETOC}} 
documentation/tools/software/adf.1467885810.txt.gz · Dernière modification : 2020/08/25 15:58 (modification externe)