Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • mpicc : /opt/ibm/platform_mip/bin/mpicc

  • gcc :

  • gfortran :

  • Including front ends for C, C++, Objective-C, Fortran, Ada, Go, and D.

Packaged Binaries

You can install applications on our HPC using Spack: a Linux package manager that makes installing scientific software easy. With Spack, you can build a package with multiple versions, configurations, platforms, and compilers, and all of these builds can coexist on the same machine.

...

  1. Submit a job through LSF to test the message passing [Liam, do we have other examples?]

    1. bsub -n 10 -R "span[ptile=1]" -o %J.out "/opt/ibm/platform_mpi/bin/mpirun -lsf -vapi /home/(Username)/hello_world.exe; wait"

  2. Check the output of the %J.out file to verify results

...

  • Install Python
    spack load python

  • Install Python bsub
    python3 -mpip install bsub

  • Run your code with bsub
    [Liam, how would this work?]bsub -n 10 -o my_job.out my_job.py

Other

For help with other jobs please contact the Helpdesk: helpdesk@floridapoly.edu or 863.874.8888.

...