Skip to content

Commit

Permalink
initial eos configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
Jason Sarich committed Aug 16, 2016
1 parent 87b6cd9 commit b1d9662
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
4 changes: 1 addition & 3 deletions cime_config/acme/machines/config_batch.xml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@
<batch_query args="-u $USER" >qselect</batch_query>
<batch_submit>qsub </batch_submit>
<batch_directive>#PBS</batch_directive>
<jobid_pattern>^(\d+)\.</jobid_pattern>
<jobid_pattern>^(\d+)</jobid_pattern>
<depend_string> -W depend=afterok:jobid</depend_string>
<walltime_format>%H:%M:%S</walltime_format>
<submit_args>
Expand Down Expand Up @@ -164,10 +164,8 @@

<!-- eos is PBS -->
<batch_system MACH="eos" type="pbs" version="x.y">
<jobid_pattern>^(\d+)</jobid_pattern>
<directives>
<directive>-A {{ project }}</directive>
<directive>-l mppwidth={{ mppwidth }}</directive>
<directive>-l nodes={{ num_nodes }}</directive>
</directives>
<queues>
Expand Down
5 changes: 2 additions & 3 deletions cime_config/acme/machines/config_machines.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1038,7 +1038,8 @@
<arg name="num_tasks" > -n {{ num_tasks }}</arg>
<arg name="tasks_per_node" > -N {{ tasks_per_node }}</arg>
<arg name="thread_count" > -d {{ thread_count }}</arg>
<arg name="numa_node" > -cc {{ numa_node }}</arg>
<arg name="debugging"> -D 7</arg>
<arg name="numa_node" > -cc numa_node</arg>
</arguments>
</mpirun>
<mpirun mpilib="mpi-serial">
Expand Down Expand Up @@ -1080,8 +1081,6 @@
<command name="load">cray-netcdf/4.3.2</command>
</modules>
<modules milib="!mpi-serial">
<!-- <command name="load">cray-netcdf-hdf5parallel/4.3.3.1</command>
<command name="load">cray-parallel-netcdf/1.6.1</command> -->
<command name="load">cray-netcdf-hdf5parallel</command>
<command name="load">cray-parallel-netcdf</command>
</modules>
Expand Down

0 comments on commit b1d9662

Please sign in to comment.