Changeset 1822 for XIOS/trunk


Ignore:
Timestamp:
12/20/19 14:57:22 (4 years ago)
Author:
ymipsl
Message:

XIOS test suite : update jean-zay configuration
YM

Location:
XIOS/trunk/xios_test_suite
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • XIOS/trunk/xios_test_suite/ARCH/arch-X64_JEANZAY.env

    r1815 r1822  
    99 
    1010source $I_MPI_ROOT/intel64/bin/mpivars.sh release_mt 
    11  
     11export TMP=/dev/shm    # to compile on node with enough memory 
  • XIOS/trunk/xios_test_suite/COMPILE/job_compile_jeanzay.sh

    r1816 r1822  
    11#!/bin/bash 
    2 ##SBATCH --nodes=2 
    3 #SBATCH --ntasks=8              # Nombre total de processus MPI 
    4 #SBATCH --ntasks-per-node=16 
     2#SBATCH --ntasks=1              # Nombre total de processus MPI 
     3#SBATCH --cpu-per-task=40 
    54#SBATCH --hint=nomultithread 
    65#SBATCH -t 00:30:00              # Temps elapsed maximum d'exécution 
    76#SBATCH -o output.out     # Nom du fichier de sortie 
    87#SBATCH -e error.err     # Nom du fichier d'erreur 
    9 ##SBATCH --account=psl@cpu 
    108#SBATCH -A psl@cpu 
    119 
Note: See TracChangeset for help on using the changeset viewer.