Difference between revisions of "INLHPC"

From New IAC Wiki
Jump to navigation Jump to search
 
(One intermediate revision 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==
  

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