Difference between revisions of "ParaViewOnEureka"

From PHASTA Wiki
Jump to: navigation, search
Line 1: Line 1:
 
== Connect to Eureka ==
 
== Connect to Eureka ==
 +
*From the command line on the Colorado machine,
 
   ssh '''''username'''''@eureka.alcf.anl.gov
 
   ssh '''''username'''''@eureka.alcf.anl.gov
 
*Enter 4 digit pin, followed by the number on the CRYPTOCard
 
*Enter 4 digit pin, followed by the number on the CRYPTOCard
  
 
== Submit Interactive Job ==
 
== Submit Interactive Job ==
*From the command line on Eureka, run
+
*From the command line on Eureka, cp /home/jmartin/qsub_interactive_command.sh to your home directory. Open qsub_interactive_command.sh and change the total time you want to run paraview (time), and the allocation your account is under (account).
 +
  ./qsub_interactive_command.sh ''''nodes''''
 +
where ''''nodes'''' is the total number of nodes you want. Each node has 8 cores, and 32 GB of memory.

Revision as of 21:32, 11 July 2012

Connect to Eureka

  • From the command line on the Colorado machine,
  ssh username@eureka.alcf.anl.gov
  • Enter 4 digit pin, followed by the number on the CRYPTOCard

Submit Interactive Job

  • From the command line on Eureka, cp /home/jmartin/qsub_interactive_command.sh to your home directory. Open qsub_interactive_command.sh and change the total time you want to run paraview (time), and the allocation your account is under (account).
  ./qsub_interactive_command.sh 'nodes'

where 'nodes' is the total number of nodes you want. Each node has 8 cores, and 32 GB of memory.