- 积分
- 13620
- 贡献
-
- 精华
- 在线时间
- 小时
- 注册时间
- 2013-4-15
- 最后登录
- 1970-1-1
|
发表于 2015-12-2 16:45:49
|
显示全部楼层
<machine MACH="intel120">
<DESC>CESM120,os is Linux, 16 pes/node, batch system is PBS</DESC> 随便写
<OS>LINUX</OS> <!-- LINUX,Darwin,CNL,AIX,BGL,BGP --> 写系统提示的之一,大小写跟提示一致
<COMPILERS>intel</COMPILERS> <!-- intel,ibm,pgi,pathscale,gnu,cray,lahey -->
<MPILIBS>mpich</MPILIBS> <!-- openmpi, mpich, ibm, mpi-serial --> 自己查自己用的什么类型的并行
<RUNDIR>/model/cesm120/case/$CASE/run</RUNDIR> <!-- complete path to the run directory --> 自己随便设
<EXEROOT>/model/cesm120/case/$CASE</EXEROOT> <!-- complete path to the build directory --> 自己随便设
<DIN_LOC_ROOT>/model/indataCESM/120</DIN_LOC_ROOT> <!-- complete path to the inputdata directory --> 自己随便设
<DIN_LOC_ROOT_CLMFORC>/model/indataCESM/120/atm/datm7</DIN_LOC_ROOT_CLMFORC> <!-- path to the optional forcing data for CLM (for CRUNCEP forcing) --> 后边的atm/datm7是固定的,前边随意
<DOUT_S>TRUE</DOUT_S> <!-- logical for short term archiving -->
<DOUT_S_ROOT>/model/cesm120/archive/$CASE</DOUT_S_ROOT> <!-- complete path to a short term archiving directory --> 自己随意
<DOUT_L_MSROOT>UNSET</DOUT_L_MSROOT> <!-- complete path to a long term archiving directory -->
<CCSM_BASELINE>UNSET</CCSM_BASELINE> <!-- where the cesm testing scripts write and read baseline results -->
<CCSM_CPRNC>/model/cesm120/tools/cprnc</CCSM_CPRNC> <!-- path to the cprnc tool used to compare netcdf history files in testing -->
<BATCHQUERY>qstat</BATCHQUERY> 根据自己的作业提交系统来写
<BATCHSUBMIT>qsub</BATCHSUBMIT>
<SUPPORTED_BY>xw</SUPPORTED_BY> 随便写
<GMAKE_J>2</GMAKE_J> 这个地方是指你编译时候用的核心数,一般写1或2吧
<PES_PER_NODE>8</PES_PER_NODE> 你用的服务器计算节点上每个CPU的核心数
<MAX_TASKS_PER_NODE>16</MAX_TASKS_PER_NODE> 每个计算节点上的总核心数(或者线程数?)
</machine> |
|