Changes between Version 2 and Version 3 of cypress/VisIt


Ignore:
Timestamp:
08/12/15 13:08:17 (9 years ago)
Author:
fuji
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • cypress/VisIt

    v2 v3  
    1414==== Stand alone  ====
    1515* Basically, you install VisIt on your desktop (laptop) computer in front of you. And visualize data stored in the file system in your computer.
    16 * If you ran simulations on the CCS cluster, you have to download the results data to the local computer with 'scp' or 'rsync' command.
    17 [[Image()]]
     16* If you ran simulations on Cypress, you have to download the results data to the local computer with 'scp' or 'rsync' command.
     17[[Image(StandAloneVisIt.png)]]
    1818
    1919==== Server - Client System ====
     
    2121 * You don't have to download the data into the local computer in order to visualize it.
    2222 * For example:
    23     * Suppose you ran simulations on the CCS cluster and stored results in the scratch file system.
     23    * Suppose you ran simulations on Cypress and stored results in the luster file system.
    2424    * Run VisIt on the local computer and choose the remote file system when you open a data file.
    2525    * VisIt program automatically runs on the remote computer and reads the data file.
    2626    * You can work with VisIt as usual on the local computer.
     27 * Also you can use multiple nodes to render objects in parallel, which allow you to visualize a large data set.
    2728
    2829[[Image(ServerClientVisIt.png)]]