######################################################################## gaea.common= { use platform.defaults MACHINE_ID='gaea.intel' HOMEnems=PWD_UP5 HOMErt=OUTPUT_PATH BASELINE="/lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/trunk-20191021" BASELINE_TEMPLATE="/lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/trunk-20191021" INPUTS="@[BASELINE]" SHORT_TEST_QUEUE='&SHORTQ;' LONG_TEST_QUEUE='&LONGQ;' BUILD_QUEUE='&BUILDQ;' MPI='moab_cray' TASK_THROTTLE='11' BUILD_WALLTIME="3600" embed bash detect [[[ # This function is used at PARSE TIME to detect whether we are # on Jet. It must be very fast and low resource usage since # the parser runs it. if [[ -d /lustre/f2/pdata/ncep_shared ]] ; then exit 0 fi exit 1 ]]] rocoto={ install_dir="@[HOMErt]" log_dir="@[TMPrt]/log" scheduler="moab" entities=[[[ ]]] build_resources=[[[ @[BUILD_QUEUE] 2 -l partition=es ]]] short_test_resources=[[[ @[SHORT_TEST_QUEUE] -l partition=@[PARTITION] ]]] long_test_resources=[[[ @[LONG_TEST_QUEUE] -l partition=@[PARTITION] ]]] } } ######################################################################## platform gaea.c3 { use gaea.common PARTITION='c3' cores_per_node=32 cpus_per_core=2 default_resources={ TASKS=150 WRTTASK_PER_GROUP=6 TPN=32 INPES=3 JNPES=8 THRD=1 WRTTASK_PER_GROUP=6 atm_petlist_bounds="0 149" wav_petlist_bounds="150 191" CPLTASKS=192 } default_stretched_resources={ TASKS=48 TPN=16 INPES=2 JNPES=4 THRD=2 } default_nested_resources={ use default_stretched_resources TASKS=96 } default_threaded_resources={ TASKS=84 WRTTASK_PER_GROUP=12 TPN=16 INPES=3 JNPES=4 THRD=2 WRTTASK_PER_GROUP=12 } } ######################################################################## platform gaea.c4 { use gaea.common cores_per_node=36 cpus_per_core=2 PARTITION='c4' MPI='moab_cray' default_resources={ TASKS=150 WRTTASK_PER_GROUP=6 TPN=36 INPES=3 JNPES=8 THRD=1 } default_stretched_resources={ TASKS=48 TPN=18 INPES=2 JNPES=4 THRD=2 } default_nested_resources={ use default_stretched_resources TASKS=96 } default_threaded_resources={ TASKS=84 WRTTASK_PER_GROUP=12 TPN=18 INPES=3 JNPES=4 THRD=2 } }