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 [2015/01/06 13:27] – modification externe 127.0.0.1documentation:tools:software:adf [2020/08/25 15:58] (Version actuelle) – modification externe 127.0.0.1
Ligne 4: Ligne 4:
  
 ^  Version  ^  Compilateur  ^  chemin d'accès  ^  OS  ^ ^  Version  ^  Compilateur  ^  chemin d'accès  ^  OS  ^
-|  2010.02   N/A  |  /softs/adf/adf2010.02/bin/adf  |  *  | +|  2017.103   N/A  |  /applis/PSMN/generic/adf/adf2017.103  Generic 
-| | **modulefile** : ADF/2010.02  ||| +| | **modulefile** : ADF/2017.103  ||| 
-|  2012.01   N/A  |  /applis/PSMN/generic/adf/adf2012.01/platformmpi   *  | +|  2016.103  |  N/A  |  /applis/PSMN/generic/adf/adf2016.103/  |  Generic 
-| | **modulefile** : ADF/2012.01  ||| +| | **modulefile** : ADF/2016.103  ||| 
-|  2013.01  |  N/A  |  /applis/PSMN/generic/adf/adf2013.01/generic  |   |+|  2014.11  |  N/A  |  /applis/PSMN/generic/adf/adf2014.11/  |  Generic  | 
 +| | **modulefile** : ADF/2014.11  ||| 
 +|  2014.10   N/A  |  /applis/PSMN/generic/adf/adf2014.10/  |  Generic 
 +| | **modulefile** : ADF/2014.10  ||| 
 +|  2014.02  |  N/A  |  /applis/PSMN/generic/adf/adf2014.02/  |  Generic + cuda  | 
 +| | **modulefile** : ADF/2014.02  ||| 
 +|  2013.01  |  N/A  |  /applis/PSMN/generic/adf/adf2013.01/generic  |  Generic  |
 | | **modulefile** : ADF/2013.01  ||| | | **modulefile** : ADF/2013.01  |||
  
-Pour utiliser les modules, consulter [[documentation:tools:modules|Environment Modules]] 
  
-{{INLINETOC}}+Pour utiliser les modulefiles, consulter [[documentation:tools:modules|Environment Modules]] 
 + 
 +<note warning> 
 +:!: Bug affectant les versions 2013.* jusqu'à 2016.* :?: \\ 
 +Vous devez copier ''$ADFRESOURCES/'' dans ''$HOME/atomicdata'' (~320Mo) 
 +</note> 
 + 
 +===== 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/lmod/lmod/init/bash 
 +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> 
 + 
 + 
documentation/tools/software/adf.1420550824.txt.gz · Dernière modification : 2020/08/25 15:58 (modification externe)