Changes between Version 1 and Version 2 of Doc/ComputingCenters/ESPRImesocenter


Ignore:
Timestamp:
10/22/14 19:33:45 (9 years ago)
Author:
jgipsl
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Doc/ComputingCenters/ESPRImesocenter

    v1 v2  
    5252for the FORTRAN compiler, the NetCDF library, ferret,... 
    5353 
    54 ==== To find out the selected implementation in the MPI library ==== 
    55  
    56 {{{ 
    57 #!sh 
    58 mpi-selector --query 
    59 }}} 
    60  
    61 If the answer is different from : 
    62 {{{ 
    63 default:openmpi-1.4.2-gfortran-x86_64 
    64 level:system 
    65 }}} 
    66 or if you are not using the FORTRAN compiler `gfortran` you must change this environment with `mpi-selector --set` by choosing among the possibilities returned by the command `mpi-selector --list`. 
    67  
    6854== Job manager commands == 
    6955 
     
    7864== Example of job for a MPI executable == 
    7965 
     66{{{ 
     67#PBS -S  /bin/bash 
     68#PBS -N  job_mpi8 
     69###PBS -q short 
     70#PBS -j eo 
     71#PBS -l nodes=1:ppn=8 
     72#PBS -l walltime=00:15:00 
     73#PBS -l mem=6gb 
     74#PBS -l vmem=20gb 
     75 
     76ulimit -s unlimited 
     77 
     78# Go to directory where the job was launched 
     79cd $PBS_O_WORKDIR 
     80 
     81/usr/lib64/openmpi/1.4.5-ifort/bin/mpirun gcm.e > gcm.out 2>&1 
     82 
     83}}} 
     84 
     85 
     86 
    8087== libIGCM specificities on ciclad == 
    8188 
    82  
     89libIGCM is not yet implemented for use at ciclad.