...
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
Apache Spark
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 |
...