forked from bgruening/docker-jupyter-notebook
-
Notifications
You must be signed in to change notification settings - Fork 0
/
config_machines.xml
42 lines (42 loc) · 1.35 KB
/
config_machines.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
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>/home/jovyan/work</CIME_OUTPUT_ROOT>
<DIN_LOC_ROOT>/home/jovyan/inputdata</DIN_LOC_ROOT>
<DIN_LOC_ROOT_CLMFORC>/home/jovyan/inputdata/atm/datm7</DIN_LOC_ROOT_CLMFORC>
<DOUT_S_ROOT>/home/jovyan/archive/$CASE</DOUT_S_ROOT>
<BASELINE_ROOT>UNSET</BASELINE_ROOT>
<CCSM_CPRNC>UNSET</CCSM_CPRNC>
<GMAKE>make</GMAKE>
<GMAKE_J>4</GMAKE_J>
<BATCH_SYSTEM>none</BATCH_SYSTEM>
<SUPPORTED_BY>nobody</SUPPORTED_BY>
<MAX_TASKS_PER_NODE>4</MAX_TASKS_PER_NODE>
<MAX_MPITASKS_PER_NODE>4</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>