Changes between Version 4 and Version 5 of cypress/VisIt
- Timestamp:
- 08/12/15 14:30:30 (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
cypress/VisIt
v4 v5 1 2 = = VisIt ==1 [[PageOutline]] 2 = VisIt = 3 3 https://wci.llnl.gov/simulation/computer-codes/visit/ Visit Home Page] 4 4 … … 11 11 12 12 13 == = Execution Models ===14 === = Stand alone ====13 == Execution Models == 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 16 * If you ran simulations on Cypress, you have to download the results data to the local computer with 'scp' or 'rsync' command. 17 17 [[Image(StandAloneVisIt.png)]] 18 18 19 === = Server - Client System ====19 === Server - Client System === 20 20 * VisIt is able to visualize data stored in remote computers over the network. 21 21 * You don't have to download the data into the local computer in order to visualize it. … … 43 43 44 44 45 ==== = Serial Rendering =====45 ==== Serial Rendering ==== 46 46 This set up VisIt to render objects with one process. 47 47 * Select on [Launch Profile] tab. … … 55 55 * Once setup and saved, you don't have do this again. 56 56 57 ==== = Parallel Rendering =====57 ==== Parallel Rendering ==== 58 58 This set up VisIt to render objects with multiple processes on multiple nodes. 59 59 * Select on [Launch Profile] tab.