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
Next revision
Previous revision
Next revisionBoth sides next revision
lcrc:introduction [2022/01/05 15:33] – [Running Batch job on HEP resources] asclcrc:introduction [2022/01/05 15:38] – [Running Batch job on HEP resources] asc
Line 133: Line 133:
  
  
-== Using interactive jobs ==+==== Using interactive jobs ==== 
  
 First, allocate a node: First, allocate a node:
Line 142: Line 143:
  
 This allocates it for 30 min, but you can allocate it up to 7 days. This allocates it for 30 min, but you can allocate it up to 7 days.
 +You cam also allocate it on bebob:
  
 +<code bash>
 +salloc -N 1 -p bdwall --account=ATLAS-HEP-group -t 00:30:00
 +</code>
 +
 +This does not login you!
 +Check what node did you allocate
 +
 +<code bash>
 +squeue -u user
 +</code>
 +
 +
 +Now you know the node. Then login to bebob (first!) and then ssh to this node.
 +
 +Another method is to use
 +
 +<code bash>
 +srun --pty -p  bdwall  --account=ATLAS-HEP-group -t 00:30:00  /bin/bash
 +</code>
  
 +but the job will stop after you logout. See more description in: https://www.lcrc.anl.gov/for-users/using-lcrc/running-jobs/running-jobs-on-bebop/
  
  
lcrc/introduction.txt · Last modified: 2023/06/15 14:05 by rwang