Changes between Version 1 and Version 2 of Czarships/ExternalResources/xsedeVNC


Ignore:
Timestamp:
06/13/18 14:25:14 (7 years ago)
Author:
Baowei Liu
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Czarships/ExternalResources/xsedeVNC

    v1 v2  
    1 1. https://vis.tacc.utexas.edu/
     1=== I. Detailed Tutorial ===
     2Here's a  [https://www.pas.rochester.edu/~bliu/ComputingResources/visitOnStampede2.mov 10-mins long movie][[BR]]
     3
     4=== II. Steps ===
     51. Use XSEDE username and password (Not TACC ones if you have) to logon to TACC visualization port: https://vis.tacc.utexas.edu/
     62. Click the "Jobs" tab. Set up VNC password. First time you may not be able to set the password on the visualization port. If so follow the instructions and ssh to stampede2.tacc.xsede.org and set up the password using command
     7{{{
     8$ vncpasswd
     9}}}
     103. After setting the VNC password,  choose multiple number of nodes and click the "Start job" button
     114. After the job started, on the terminal load these modules and run visit
     12
     13{{{
     14 $ module load intel/18.0.2 impi/18.0.2 swr visit/2.13.0
     15 $ visit
     16}}}
     17The current default version of visit which is visit/2.12.0 won't run due to a missing library file.
     185. On visit, click "Options -> Host profiles -> Launch Profiles" and specify the number of nodes/cores you use
     19
     20