Changeset 3269 in /cluster/svnroot for bccd-ng/text/intro_parallel_2011/slides.tex
- Timestamp:
- Jun 26, 2011 10:11:05 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
bccd-ng/text/intro_parallel_2011/slides.tex
r3268 r3269 173 173 \begin{itemize} 174 174 175 \item \texttt{\$ cd \$HOME/GalaxSee} 176 \item \texttt{\$ module purge \&\& module load mpich2} 177 \item \texttt{\$ make} 178 \item \texttt{\$ time mpirun -np 1 \$HOME/GalaxSee 500 400 5000} 179 \item \texttt{\$ time mpirun -np 2 \$HOME/GalaxSee 500 400 5000} 175 \item In one terminal window, run \texttt{top} 176 \item In the other terminal window - 177 \subitem \texttt{\$ cd \$HOME/GalaxSee} 178 \subitem \texttt{\$ module purge \&\& module load mpich2} 179 \subitem \texttt{\$ make} 180 \subitem \texttt{\$ time mpirun -np 1 \$HOME/GalaxSee 500 400 5000} 181 \subitem \texttt{\$ time mpirun -np 2 \$HOME/GalaxSee 500 400 5000} 182 \item Notice the number of GalaxSee processes running in the top window 180 183 \item You might not see speedup in VMware, because of virtualization overhead. 181 184 … … 193 196 \subitem \texttt{/tmp/\$(hostname -s)-\$(whoami)/GalaxSee \textbackslash} 194 197 \subitem \texttt{500 400 5000} 198 \item Notice that not all your processes are shown in the local top window. 195 199 \item Once again, speedup is limited by virtualization. 196 200
Note: See TracChangeset
for help on using the changeset viewer.