Running Experiments on a MPI Program
Running experiments on MPI programs is a little different
You need to setup a script to run experiments with them
#!/Bin/sh
Ssrun -usertime mpifft
You then run the script by:
mpirun -np 5 <script>
Previous slide
Next slide
Back to first slide
View graphic version