Versions Compared

Key

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

Table of Contents

Overview

...

  • In addition to the HPC cluster Florida Poly has a Virtualization suite.
    Florida Poly is currently running VMware's vSphere 5.5 update 1
    Storage for the suite consists of 21 TB SAS and 2 TB of SSD
    Hypervisors and storage are connected via 10GB links

Requesting Access How do I package

...

?

  • Professors

    • Please contact helpdesk to request access to the supercomputer or to request additional applications.

  • Students

    • A professor must request access to the HPC for the student. (see above)

Useful Information and commands.

...

  • Most users will use Putty to ssh into the HPC using their Poly email address and password. Usually going to Login.hpc.lab (unless a special environment is needed, in which case the user/s will be given the address after it is created.)

  • To upload files to the HPC please use Filezilla or a similar ftp client. The host is login.hpc.lab, username/password is your FLPoly username/password and port is 22

  • Submitting jobs to the LSF (Use bsub)

    1. Compile the hello_world example code provided by default

      1. /opt/ibm/platform_mpi/bin/mpicc -o hello_world.exe /opt/ibm/platform_mpi/help/hello_world.c

    2. Submit a job through LSF to test the message passing

      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"

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

  • If you request a Virtual Machine, you will be given the address in which you can connect either by ssh or remote desktop depending on the setup.

  • To upload files please use Filezilla or a similar ftp client. The host is the name of the Virtual Machine you were given, username/password is your FLPoly username/password and port is 22

  • For the EmberDB cluster please ssh into ember.hpc.lab using your FLPoly username and password.

    • Once connected use

      • Mysql –u (your username) -p –h ember-db

        • It will then ask for your FLPoly password.

Applications

...

  • Spack is a package manager for supercomputers, Linux, and macOS. It 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.

    • spack find

      • This lists all available packages.

    • spack load

      • This loads the package into your environment. For example spack load python@3.7.3 this loads Python 3.7.3 into your environment.

  • You can then use PIP to install necessary python modules

    • python3 -mpip install matplotlib for example

  • Apache Hadoop 2.6.0

  • Apache Spark 1.3.1

HPC Components

IBM nx360 M4

Model:

Dual Intel Xeon Processor E5-2620 v2 6C

Total cores per node:

12 core with 64GB RAM

Hardware threads per core:

12

Hardware threads per node

12 x 12 = 144

Clock rate:

2.1GHz

RAM:

8 8GB (1x8GB, 2Rx8, 1.35V) PC3L-12800 CL11 ECC DDR3 1600MHz LP RDIMM

Cache:

15MB Cache 1600MHz 80W

Local storage:

108 TB of GPFS storage

...