Difference between revisions of "ParaViewOnEureka"

From PHASTA Wiki
Jump to: navigation, search
Line 6: Line 6:
 
== Submit Interactive Job ==
 
== 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).
 
*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''''
+
   ./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.
+
where '''''nodes''''' is the total number of nodes you want. Each node has 8 cores, and 32 GB of memory.

Revision as of 21:33, 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.