Mercurial > repos > climate > ctsm_fates
diff config_machines.xml @ 0:8c7414c07367 draft
"planemo upload for repository https://github.com/NordicESMhub/galaxy-tools/tree/master/tools/fates-emerald commit f282701cadbb0c90c2c77a52579f18b44a357e24"
author | climate |
---|---|
date | Wed, 21 Oct 2020 20:30:35 +0000 |
parents | |
children |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/config_machines.xml Wed Oct 21 20:30:35 2020 +0000 @@ -0,0 +1,42 @@ +<?xml version="1.0"?> +<config_machines> + <machine MACH="espresso"> + <DESC> + VM + x4 CPUs + Gold Centos 7 + </DESC> + <NODENAME_REGEX>UNSET</NODENAME_REGEX> + <OS>LINUX</OS> + <PROXY>UNSET</PROXY> + <COMPILERS>gnu</COMPILERS> + <MPILIBS>mpich</MPILIBS> + <SAVE_TIMING_DIR>UNSET</SAVE_TIMING_DIR> + <CIME_OUTPUT_ROOT>$ENV{HOME}/work</CIME_OUTPUT_ROOT> + <DIN_LOC_ROOT>$ENV{HOME}/inputdata</DIN_LOC_ROOT> + <DIN_LOC_ROOT_CLMFORC>$ENV{HOME}/inputdata/atm/datm7</DIN_LOC_ROOT_CLMFORC> + <DOUT_S_ROOT>$ENV{HOME}/archive/$CASE</DOUT_S_ROOT> + <BASELINE_ROOT>UNSET</BASELINE_ROOT> + <CCSM_CPRNC>UNSET</CCSM_CPRNC> + <GMAKE>make</GMAKE> + <GMAKE_J>1</GMAKE_J> + <BATCH_SYSTEM>none</BATCH_SYSTEM> + <SUPPORTED_BY>nobody</SUPPORTED_BY> + <MAX_TASKS_PER_NODE>1</MAX_TASKS_PER_NODE> + <MAX_MPITASKS_PER_NODE>1</MAX_MPITASKS_PER_NODE> + <PROJECT_REQUIRED>FALSE</PROJECT_REQUIRED> + <mpirun mpilib="default"> + <executable>nohup mpiexec</executable> + <arguments> + <arg name="anum_tasks"> -np $TOTALPES</arg> + </arguments> + </mpirun> + <module_system type="none"/> + <environment_variables> + <env name="KMP_STACKSIZE">64M</env> + </environment_variables> + <resource_limits> + <resource name="RLIMIT_STACK">-1</resource> + </resource_limits> + </machine> +</config_machines>