source: trunk/anuga_core/source/anuga_parallel/documentation/code.tex @ 8016

Last change on this file since 8016 was 8016, checked in by steve, 14 years ago

problem with inputting jobcontrol files in manual

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}
15The APAC cluster charges computing time spent on jobs to project
16accounts. This creates extra directives at the start of the
17jobscript. Further, there is a bug in the environment module system used on
18this cluster. For jobs to run correctly, there must be no ``module load''
19statements in the files .bashrc, .cshrc, .profile or .login.
20\verbatiminput{code/pbs-run-parallel-merimbula-metis-4-apac.sh}
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.sh}
Note: See TracBrowser for help on using the repository browser.