Parallelism in Computation


Observing the Scaling of Area-Under-Curve part 1

  • Everyone with access to a terminal (via Macintosh, Linux, or PuTTY for Windows) is a participant.
    • People without access are observers. Feel free to look on with a participant or get terminal access and become one.
  • Use your previous local leaders or elect new ones
    • Only the local leader may communicate with the global leader
  • Global leader will work with local leaders to assign each participant a number
  • Each participant (including leaders)
    • Log into cluster.earlham.edu with your assigned username and password.
    • Run the following commands (ignore line breaks. each command is one line):
      1. ssh al-salam
        • If at any point you get dialogues that you don't understand, accept the default options and move on (just press Enter)
      2. cp -r ~leemasa/acca .
      3. cd acca
      4. cd stats
      5. perl stat.pl -t al-salam.sh --scheduler pbs --cl 'mpirun -np $processes ~/acca/area-under-curve/area-mpi -s 100000000000' --processes Your Number --ppn 8 --proxy-output
  • You should receive a message that your job has been submitted. It will take about five minutes to run, depending on the number of processes you used.
  • We will continue our lesson while we wait

Previous Next