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 3672 – NEMO

Changeset 3672


Ignore:
Timestamp:
2012-11-27T13:56:13+01:00 (11 years ago)
Author:
flavoni
Message:

update sette_beginner in merged branch

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2012/dev_LOCEAN_UKMO_CMCC_INGV_2012/NEMOGCM/SETTE/sette_beginner.sh

    r3603 r3672  
    3838# 
    3939# Compiler among those in NEMOGCM/ARCH 
    40 COMPILER=PW6_VARGAS 
     40COMPILER=gfortran_osx 
    4141export BATCH_COMMAND_PAR="llsubmit" 
    4242export BATCH_COMMAND_SEQ=$BATCH_COMMAND_PAR 
     
    5858# Run for GYRE CONFIG 
    5959# small test to start 
    60 # compile GYRE configuration with gfortran_osx compiler run with 1 proc, by default in cpp_GYRE.fcm file :  
    61 export TEST_NAME="prova_beginner" 
     60# compile GYRE configuration with gfortran_osx compiler run with 4 proc :  
     61export TEST_NAME="SHORT_TEST" 
    6262cd ${SETTE_DIR} 
    6363. ../CONFIG/makenemo -m ${CMP_NAM} -n GYRE_SHORT -r GYRE -j 10 add_key "key_mpp_mpi" 
     
    8383cd ${SETTE_DIR} 
    8484. ./prepare_job.sh input_GYRE.cfg $NPROC ${TEST_NAME} ${MPIRUN_FLAG} ${JOB_FILE} 
    85 # run job, with 1 processor, test named SHORT (= 60 time steps) 
     85# run job, with 4 processors, test named SHORT (= 60 time steps) 
    8686cd ${SETTE_DIR}    
    87 . ./fcm_job.sh 4 ${JOB_FILE} ${INTERACT_FLAG} ${MPIRUN_FLAG} 
     87. ./fcm_job.sh $NRPOC ${JOB_FILE} ${INTERACT_FLAG} ${MPIRUN_FLAG} 
Note: See TracChangeset for help on using the changeset viewer.