Changes between Version 8 and Version 9 of pace
- Timestamp:
- 01/13/21 21:11:31 (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
pace
v8 v9 21 21 }}} 22 22 23 a. Then to run the test script on PACE, run the following command:23 b. Then to run the test script on PACE, run the following command: 24 24 25 25 {{{ … … 28 28 }}} 29 29 30 a. You can check the status of the run using the following command:30 c. You can check the status of the run using the following command: 31 31 32 32 {{{ … … 35 35 }}} 36 36 37 a. An output text file should be created in the same directory as the batch file. You can have a quick look at the status of the run (which ISSM should output) using vi or less.37 d. An output text file should be created in the same directory as the batch file. You can have a quick look at the status of the run (which ISSM should output) using vi or less. 38 38 39 1. For other non-test ISSM runs, the batch script should generally look like:39 2. For other non-test ISSM runs, the batch script should generally look like: 40 40 41 41 {{{ … … 80 80 }}} 81 81 82 1. The build script is organized into "batches". To build the packages and source code in the correct order, simply go through the build script and uncomment one batch at a time and then run the script (using the command ./build-with-mvapich.sh after uncommenting each batch individually).82 2. The build script is organized into "batches". To build the packages and source code in the correct order, simply go through the build script and uncomment one batch at a time and then run the script (using the command ./build-with-mvapich.sh after uncommenting each batch individually). 83 83 84 1. Once you've successfully built ISSM, the batch script will look slightly different:84 3. Once you've successfully built ISSM, the batch script will look slightly different: 85 85 86 86 {{{ … … 104 104 }}} 105 105 106 1. If you are modifying source code and have previously built ISSM locally successfully, you should only need to run batch 6 which simply compiles the source code (and doesn't recompile all the dependencies).106 4. If you are modifying source code and have previously built ISSM locally successfully, you should only need to run batch 6 which simply compiles the source code (and doesn't recompile all the dependencies). 107 107