User Tools

Site Tools


lcrc:introduction

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
lcrc:introduction [2023/06/15 14:05] – [Using interactive jobs] rwanglcrc:introduction [2024/09/19 19:06] (current) asc
Line 10: Line 10:
 The description here uses the bash shell. Please go to https://accounts.lcrc.anl.gov/account.php to change your shell.  The description here uses the bash shell. Please go to https://accounts.lcrc.anl.gov/account.php to change your shell. 
  
-At this very moment (Jan 2018), this resource cannot replace the ATLAS cluster and have several features:+At this very moment (Jan 2024), this resource cannot replace the ATLAS cluster and have several features:
  
   * LCRC resources are under maintenance on Monday (each week?)   * LCRC resources are under maintenance on Monday (each week?)
Line 27: Line 27:
 </code> </code>
 Each node has 72 CPUs and a lot of memory. After login, you will end up in a rather small "home" space which has a limit of 500 GB. Each node has 72 CPUs and a lot of memory. After login, you will end up in a rather small "home" space which has a limit of 500 GB.
 +
 +You cannot login to these servers directly (from Aug 2024). First login to:
  
 <code> <code>
 +ssh -i $HOME/.ssh/YOURKEY [USER]@bebop.lcrc.anl.gov -X
 +</code>
 +
 +then ssh to hep1/hep2:
 +
 +<code>
 +ssh -i  $HOME/.ssh/YOURKEY  heplogin1.lcrc.anl.gov  -X
 +</code>
 +
 +or
 +
 +<code>
 +ssh -i  $HOME/.ssh/YOURKEY  heplogin2.lcrc.anl.gov  -X
 +</code>
 +<code>
 +
 +
 +
 /home/[USER] /home/[USER]
 </code> </code>
lcrc/introduction.1686837937.txt.gz · Last modified: 2023/06/15 14:05 by rwang