Difference between revisions of "INLHPC"
Jump to navigation
Jump to search
(3 intermediate revisions by the same user not shown) | |||
Line 11: | Line 11: | ||
hpclogin.inl.gov | hpclogin.inl.gov | ||
+ | |||
+ | |||
+ | |||
+ | after logining in to the above front node you can jump to falcon1 or fallcon2 | ||
+ | |||
+ | ssh falcon1 | ||
=Modules= | =Modules= | ||
Line 16: | 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== | ||
− | module load | + | module load ClangGCC CMake Automake Autotools git OPENSSL Qt5 expat |
[[Laboratory_for_Detector_Science#Infrastructure]] | [[Laboratory_for_Detector_Science#Infrastructure]] |
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