New URL for NEMO forge!   http://forge.nemo-ocean.eu

Since March 2022 along with NEMO 4.2 release, the code development moved to a self-hosted GitLab.
This present forge is now archived and remained online for history.
Changeset 3533 for branches/2012/dev_r3438_LOCEAN15_PISLOB/NEMOGCM/SETTE/README – NEMO

Ignore:
Timestamp:
2012-11-09T16:22:20+01:00 (11 years ago)
Author:
flavoni
Message:

update SETTE, add CURIE machine, see ticket: #941

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2012/dev_r3438_LOCEAN15_PISLOB/NEMOGCM/SETTE/README

    r3336 r3533  
    1111               COMPILER    : compiler among those available in NEMOGCM/ARCH, needed for makenemo (see below) 
    1212                             can also be pass as an argument, e.g. ./sette.sh ifort_osx 
    13           BATCH_COMMAND : command for job submission in batch mode 
    14           MPI_INTERACT : "yes" if you want to run in interactive mode for MPI run 
    15                      "no" if you want to run in batch mode for MPI run 
    16                NOTE : every job using only 1 proc is run in interactive mode 
     13          BATCH_COMMAND_PAR : command for job submission in batch mode parallel (MMIÂ) 
     14          BATCH_COMMAND_SEQ : command for job submission in batch mode sequential (NB_PROC = 1) 
     15          INTERACT_FLAG : "yes" if you want to run in interactive mode  
     16                      "no" if you want to run in batch mode 
     17          MPIRUN_FLAG   : "yes" if you want to run in parallel (MPI) 
     18                "no" if you want to run in sequential mode (NB_PROC = 1) 
    1719 
    1820               makenemo -m : machine (compilator); see ./makenemo -m help (in NEMOGCM/CONFIG directory) 
     
    3335 
    3436               prepare_job.sh generates the script to be executed  
    35          input: INPUT_FILE_CONFIG_NAME NB_PROCS TEST_NAME MPI_FLAG JOB_FILE_NAME 
     37         input: INPUT_FILE_CONFIG_NAME NUMBER_PROC TEST_NAME MPIRUN_FLAG JOB_FILE 
    3638 
    37                fcm_job.sh needs input: TOTAL_NUMBER_OF_PROCS_used JOB_FILE_NAME INTERACT_FLAG MPI_FLAG  
    38          (for example if you compile ORCA2_LIM with key_mpp_mpi  
    39          and only run short test ===> ./fcm_job input_ORCA2_LIM.cfg 4 SHORT) 
     39               fcm_job.sh needs input: TOTAL_NUMBER_OF_PROCS_used JOB_FILE_NAME INTERACT_FLAG MPIRUN_FLAG  
     40         (for example if you run with 4 procs JOB_FILE batch parallel  
     41         and only run short test ===> ./fcm_job 4 SHORT no    yes   ) 
    4042 
    4143 in param.cfg : 
     
    4951               is the same of that in input_REF_CONFIG.cfg, if not change one. 
    5052 
    51                change in "RUN OPA" if [ ${MPI_INTERACT} == "yes" ] mpirun command line (some examples are already written) 
    52           NOTE: if MPI_INTERACT="no" it is neede a batch_file (see below to create a new one) 
     53               change in "RUN OPA" if [ ${INTERACT_FLAG} == "yes" ] mpirun command line (some examples are already written) 
     54          NOTE: if INTERACT_FLAG="no" it is needed a batch_file (see below to create a new one) 
    5355 
    5456NOTE: 
     
    77791. see in SETTE/BATCH_TEMPLATE directory existing examples 
    78802. create you own batch file like: batch-${COMPILER} 
    79 (note: sette.sh will copy it in job_batch_template if you run tests in MPI_INTERACT="no") 
     81(note: sette.sh will copy it in job_batch_template if you run tests in INTERACT_FLAG="no") 
Note: See TracChangeset for help on using the changeset viewer.