source: trunk

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author
(edit) @1017   10 years sdipsl

stop when no restart has been found and add some better comments

(edit) @1016   10 years sdipsl

Continue to adapt to mfls reformating...

(edit) @1015   10 years sdipsl

Another fix due to changes in mfls behaviour

(edit) @1014   10 years mafoipsl

At IDRIS, consolidation of restart tar access because of mfls changes.

(edit) @1013   10 years sdipsl

first try to furgely support ergon. not fully tested
should find regular restart on gaya
should find tared restart on gaya
Continuing a simulation is still at risk if possible ...

(edit) @1012   10 years sdipsl

just replacing gaya by ergon
will work when submitting a new simulation from scratch.
won't find regular restart on gaya
won't find tared restart on gaya
Continuing a simulation is currently at risk if possible ...

(edit) @1011   10 years mafoipsl

On ada revert [1005] to keep reference to netcdf4. Switch to netcdf4par is postponed until next September.

(edit) @1010   10 years aclsce

Use of "typeset -x" instead of "typeset" in order to keep the SUBMIT_DIR value in the calling Job.
(pb occured with new ksh version on Curie)

(edit) @1009   10 years sdipsl

fixing #189 due to ccc_mprun missbehaviour by preparing variables available for execution and building the mpi/omp execution script only once.

(edit) @1008   10 years sdipsl

Documentation for newly integrated ensemble features. Will be move somewhere else somedays.

NL

(edit) @1007   10 years sdipsl

add-on for ensemble:

  • generate 2 new files « Qclean.month.XXX.sh » and « Qclean.year.XXX.sh » to clean ensemble members at once.
  • new args INITFROM_NONPERIODIC for ensembleDATE to be able to give a list of simulation where to take restart from (if empty use INITFROM for every members)
  • ensemble merbers from ensembleDATE sre compsoed this way [ENSEMBLENAME][NUMBER]A instead of "simualation we start from"+DateBegin? ==> easier to follow and to determine who's missing.
(edit) @1006   10 years aclsce

Added treatment of new files produced by Oasis-MCT.

(edit) @1005   10 years mafoipsl

On ada delete reference to a specific netcdf4 library. Fix #191

(edit) @1004   10 years mafoipsl

On ada fix to reduce memory usage. required since 2014/04/22.

(edit) @1003   10 years jgipsl

Updated adress to documentation

(edit) @1002   10 years jgipsl

Add print of script_exec file as already done on curie.

(edit) @1001   10 years sdipsl

New features and refactoring within libIGCM_ensemble.ksh see #180 and #181

  1. Lebas.
(edit) @1000   10 years aclsce

Added treatment of MPMD mode with MPI-OpenMP hybrid parallelization for Curie machine.

Example of final command :
mpirun -hostfile hosts -rankfile rankfile -np 27 ./script_lmdz.x.ksh : -np 5 ./script_opa.xx.ksh
with

  • script_lmdz.x.ksh : #!/bin/ksh

export KMP_STACKSIZE=3g
export KMP_LIBRARY=turnaround
export MKL_SERIAL=YES
OMP_NUM_THREADS=4
./lmdz.x

-rankfile :
rank 0=curie5296 slot=0,1,2,3
rank 1=curie5296 slot=4,5,6,7
...

(edit) @999   10 years sdipsl

correct #170

Note: See TracRevisionLog for help on using the revision log.