Difference between revisions of "ParaViewOnJanus"

From PHASTA Wiki
Jump to: navigation, search
(Running the UI on Portal0)
(Starting the Server on Janus)
Line 12: Line 12:
  
 
== Starting the Server on Janus ==  
 
== Starting the Server on Janus ==  
 +
  . /projects/jansenke/matthb2/env-gnu.sh
 
   qsub -q janus-debug /projects/jansenke/matthb2/pvserver-gnu_runscript-sysgl.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:01, 8 December 2011

Running the UI on Janus

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

Running the UI on Portal0

 soft add @paraview-3.8.0
 soft add +paraview-3.8.0-gnu-ompi-covis
 vglrun paraview

and then start and connect to the server:

Starting the Server on Janus

 . /projects/jansenke/matthb2/env-gnu.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).