Last change
on this file since 3460 was
3164,
checked in by jack, 19 years ago
|
Added code samples for batch scripts. Need to update results.tex to make it less confusing
|
File size:
1.2 KB
|
Line | |
---|
1 | |
---|
2 | \chapter{Code Listing}\label{chap:code} |
---|
3 | \section{Python Programs}\label{sec:codePP} |
---|
4 | \subsection{run_parallel_advection.py}\label{subsec:codeRPA} |
---|
5 | \verbatiminput{code/RunParallelAdvection.py} |
---|
6 | \newpage |
---|
7 | \subsection{run_parallel_merimbula_metis.py}\label{subsec:codeRPMM} |
---|
8 | \verbatiminput{code/RunParallelMerimbulaMetis.py} |
---|
9 | \newpage |
---|
10 | \subsection{run_parallel_sw_merimbula_metis.py}\label{subsec:codeRPSMM} |
---|
11 | \verbatiminput{code/RunParallelSwMerimbulaMetis.py} |
---|
12 | \newpage |
---|
13 | \section{Sample Jobscripts}\label{sec:codeSJ} |
---|
14 | \subsection{4 Processor run_parallel_sw_merimbula_metis.py (APAC Linux Cluster)}\label{subsec:code4RPSMMAPAC} |
---|
15 | The APAC cluster charges computing time spent on jobs to project |
---|
16 | accounts. This creates extra directives at the start of the |
---|
17 | jobscript. Further, there is a bug in the environment module system used on |
---|
18 | this cluster. For jobs to run correctly, there must be no ``module load'' |
---|
19 | statements in the files .bashrc, .cshrc, .profile or .login. |
---|
20 | \verbatiminput{code/pbs-run-parallel-merimbula-metis-4-apac} |
---|
21 | \newpage |
---|
22 | \subsection{4 Processor run_parallel_sw_merimbula_metis.py (``Bogong'' Linux Cluster)}\label{subsec:code4RPSMMBogong} |
---|
23 | \verbatiminput{code/pbs-run-parallel-merimbula-metis-4-bogong} |
---|
Note: See
TracBrowser
for help on using the repository browser.