Changes between Version 8 and Version 9 of pace


Ignore:
Timestamp:
01/13/21 21:11:31 (4 years ago)
Author:
Mathieu Morlighem
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • pace

    v8 v9  
    2121}}}
    2222
    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:
    2424
    2525{{{
     
    2828}}}
    2929
    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:
    3131
    3232{{{
     
    3535}}}
    3636
    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.
    3838
    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:
    4040
    4141{{{
     
    8080}}}
    8181
    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).
    8383
    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:
    8585
    8686{{{
     
    104104}}}
    105105
    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).
    107107