Skip to content

Commit

Permalink
fix: Update Condor URL
Browse files Browse the repository at this point in the history
  • Loading branch information
abensonca committed May 30, 2024
1 parent a148b6e commit 57e5e6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/Advanced.tex
Original file line number Diff line number Diff line change
Expand Up @@ -321,7 +321,7 @@ \section{Building Volume Limited Samples}\label{sec:volumeLimitedSamples}\index{

\section{Running Grids of Models}\label{sec:RunningGrids}

You can easily write your own scripts to generate parameter files and run \glc\ on these files. An example of such a script is {\normalfont \ttfamily scripts/aux/launch.pl}. This script will loop over a sequence of parameter values, generate appropriate parameter files, run \glc\ using those parameters and analyze the results. This script currently supports running of \glc\ on a local machine, via a PBS queue (as multiple jobs or a single job), or on a \href{https://www.cs.wisc.edu/condor/}{{\normalfont \scshape Condor}}\index{Condor} cluster. To run the script simply enter:
You can easily write your own scripts to generate parameter files and run \glc\ on these files. An example of such a script is {\normalfont \ttfamily scripts/aux/launch.pl}. This script will loop over a sequence of parameter values, generate appropriate parameter files, run \glc\ using those parameters and analyze the results. This script currently supports running of \glc\ on a local machine, via a PBS queue (as multiple jobs or a single job), or on a \href{https://research.cs.wisc.edu/htcondor/}{{\normalfont \scshape Condor}}\index{Condor} cluster. To run the script simply enter:
\begin{verbatim}
./scripts/aux/launch.pl <runFile>
\end{verbatim}
Expand Down

0 comments on commit 57e5e6c

Please sign in to comment.