Difference between revisions of "ParaViewOnJanus"

From PHASTA Wiki
Jump to: navigation, search
(Created page with " ssh -Y login.rc.colorado.edu . /projects/jansenke/matthb2/env.sh /projects/jansenke/matthb2/paraview_build/bin/paraview and then start and connect to the server: qsub ...")
 
Line 1: Line 1:
 
 
   ssh -Y login.rc.colorado.edu
 
   ssh -Y login.rc.colorado.edu
   . /projects/jansenke/matthb2/env.sh
+
   . /projects/jansenke/matthb2/env-gnu.sh
   /projects/jansenke/matthb2/paraview_build/bin/paraview
+
   /projects/jansenke/matthb2/paraview-build-gnu-systemgl/bin/paraview
  
 
and then start and connect to the server:
 
and then start and connect to the server:
  
   qsub -q janus-debug /projects/jansenke/matthb2/pvserver_runscript.sh
+
   qsub -q janus-debug /projects/jansenke/matthb2/pvserver-gnu_runscript-sysgl.sh
  
 
and use checkjob or look at the output files to figure out which node your rank0 is on and connect ParaView to that (or change it to use reverse connections if you prefer).
 
and use checkjob or look at the output files to figure out which node your rank0 is on and connect ParaView to that (or change it to use reverse connections if you prefer).

Revision as of 20:25, 16 November 2011

 ssh -Y login.rc.colorado.edu
 . /projects/jansenke/matthb2/env-gnu.sh
 /projects/jansenke/matthb2/paraview-build-gnu-systemgl/bin/paraview

and then start and connect to the server:

 qsub -q janus-debug /projects/jansenke/matthb2/pvserver-gnu_runscript-sysgl.sh

and use checkjob or look at the output files to figure out which node your rank0 is on and connect ParaView to that (or change it to use reverse connections if you prefer).