Last change
on this file since 1822 was
1822,
checked in by ymipsl, 2 years ago
|
XIOS test suite : update jean-zay configuration
YM
|
-
Property svn:eol-style set to
native
-
Property svn:executable set to
*
|
File size:
433 bytes
|
Rev | Line | |
---|
[1805] | 1 | #!/bin/bash |
---|
[1822] | 2 | #SBATCH --ntasks=1 # Nombre total de processus MPI |
---|
| 3 | #SBATCH --cpu-per-task=40 |
---|
[1805] | 4 | #SBATCH --hint=nomultithread |
---|
| 5 | #SBATCH -t 00:30:00 # Temps elapsed maximum d'exécution |
---|
| 6 | #SBATCH -o output.out # Nom du fichier de sortie |
---|
| 7 | #SBATCH -e error.err # Nom du fichier d'erreur |
---|
[1816] | 8 | #SBATCH -A psl@cpu |
---|
[1805] | 9 | |
---|
| 10 | #----------------- Compile job for Jean-Zay -------------- |
---|
| 11 | |
---|
| 12 | |
---|
| 13 | cd ${SLURM_SUBMIT_DIR} |
---|
| 14 | |
---|
| 15 | cmake . |
---|
| 16 | ctest -V |
---|
| 17 | |
---|
[1816] | 18 | exit |
---|
Note: See
TracBrowser
for help on using the repository browser.