Changes between Version 2 and Version 3 of cypress/VisIt
- Timestamp:
- 08/12/15 13:08:17 (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
cypress/VisIt
v2 v3 14 14 ==== Stand alone ==== 15 15 * 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)]] 18 18 19 19 ==== Server - Client System ==== … … 21 21 * You don't have to download the data into the local computer in order to visualize it. 22 22 * For example: 23 * Suppose you ran simulations on the CCS cluster and stored results in the scratchfile system.23 * Suppose you ran simulations on Cypress and stored results in the luster file system. 24 24 * Run VisIt on the local computer and choose the remote file system when you open a data file. 25 25 * VisIt program automatically runs on the remote computer and reads the data file. 26 26 * 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. 27 28 28 29 [[Image(ServerClientVisIt.png)]]