Difference between revisions of "INLHPC"

From New IAC Wiki
Jump to navigation Jump to search
(Created page with " Idaho National Lab (INL) High Performance Computing (HPC) =Getting and account= You need to apply for an account, ISU researchers are eligible. https://secure.inl.gov/CAIMS/ …")
 
 
(6 intermediate revisions by the same user not shown)
Line 7: Line 7:
  
 
https://secure.inl.gov/CAIMS/
 
https://secure.inl.gov/CAIMS/
 +
 +
= 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
 +
  
 
[[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.

https://secure.inl.gov/CAIMS/

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


Laboratory_for_Detector_Science#Infrastructure