devel:nic4
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
devel:nic4 [2015/06/23 18:42] – papeleux | devel:nic4 [2016/03/30 15:23] (current) – external edit 127.0.0.1 | ||
---|---|---|---|
Line 25: | Line 25: | ||
===== Compiler Metafor ===== | ===== Compiler Metafor ===== | ||
+ | ==== Compilation de Swig ==== | ||
Pour compiler Metafor, il faut auparavant recompiler [[http:// | Pour compiler Metafor, il faut auparavant recompiler [[http:// | ||
- | |||
- | ==== Compilation de Swig ==== | ||
* détarrer les sources (swig-2.0.12.tar.gz) | * détarrer les sources (swig-2.0.12.tar.gz) | ||
- | * configurer : ./configure --without-pcre --prefix=~/ | + | * configurer : ./configure --without-pcre --prefix=$HOME/ |
* compiler : make | * compiler : make | ||
* installer : make install | * installer : make install | ||
- | ==== Compilation de Metafor ==== | + | ===== Compilation de Metafor |
La compilation est classique avec CMake. Le fichier '' | La compilation est classique avec CMake. Le fichier '' | ||
Line 58: | Line 56: | ||
- | {{ : | + | {{ : |
+ | * ATTENTION : Le temps de calcul DOIT être écrit au format J-HH:MM:SS (il n'y a pas de validation du format !!!). | ||
+ | * ATTENTION : Le temps de calcul max accepté sur nic4 est de 2 jours. | ||
+ | * ATTENTION : La memoire est la mémoire TOTALE nécessaire au calcul en Mb. | ||
- | ATTENTION : Le temps de calcul DOIT être écrit | + | launch |
- | ATTENTION : Le temps de calcul max accepté sur nic4 est de 2 jours. | + | < |
- | ATTENTION | + | #!/bin/bash |
+ | # Metafor launch.py slurm script... | ||
+ | #SBATCH --job-name=metafor | ||
+ | #SBATCH --mail-user=lpapeleu | ||
+ | #SBATCH --mail-type=ALL | ||
+ | # Ressources needed... | ||
+ | #SBATCH --partition=defq | ||
+ | #SBATCH --ntasks=1 | ||
+ | #SBATCH --cpus-per-task=16 | ||
+ | #SBATCH --time=0-0:05:00 | ||
+ | #SBATCH --mem=500 | ||
+ | . / | ||
+ | srun / | ||
+ | </ | ||
+ | La configuration d' | ||
+ | et relu pour lancer l' |
devel/nic4.1435077759.txt.gz · Last modified: 2016/03/30 15:22 (external edit)