Skip to content

Commit

Permalink
Minor edits on part 06 of the programmers' "workflow" tutorial
Browse files Browse the repository at this point in the history
  • Loading branch information
riccardomurri committed Jan 26, 2017
1 parent a4779a8 commit ff891f1
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/programmers/tutorials/workflows/part06.tex
Expand Up @@ -702,7 +702,9 @@ \part{Termination status}
\+
Write a \texttt{sim\_asset.py} program that:
\begin{itemize}
\item takes the same command-line positional arguments as \texttt{simAsset.R}, \emph{plus} an additional integer trailing parameter $P$;
\item takes the same command-line positional arguments as
\href{https://github.com/uzh/gc3pie/blob/master/docs/programmers/tutorials/workflows/downloads/simAsset.R}{\texttt{simAsset.R}},
\emph{plus} an additional integer trailing parameter $P$;
\item runs \texttt{simAsset.R} (in parallel) $P$ times with the given arguments (so, effectively simulates $N \cdot P$ price paths);
\item reads all the generated \texttt{results.csv} files, and
\item computes and prints the average value of the asset at the end of the simulated time, across all $N \cdot P$ price paths.
Expand Down

0 comments on commit ff891f1

Please sign in to comment.