Difference between revisions of "INLHPC"
Jump to navigation
Jump to search
Line 22: | Line 22: | ||
Modules are used to load utilities needed for compiling | Modules are used to load utilities needed for compiling | ||
+ | |||
+ | ==Listing modules== | ||
+ | |||
+ | module spider -r keyword (for example module spider -r c++) | ||
==CMake== | ==CMake== | ||
Latest revision as of 22:21, 2 August 2017
Idaho National Lab (INL) High Performance Computing (HPC)
Getting and account
You need to apply for an account, ISU researchers are eligible.
HPC front node
hpclogin.inl.gov
after logining in to the above front node you can jump to falcon1 or fallcon2
ssh falcon1
Modules
Modules are used to load utilities needed for compiling
Listing modules
module spider -r keyword (for example module spider -r c++)
CMake
module load ClangGCC CMake Automake Autotools git OPENSSL Qt5 expat