我要评分
获取效率
正确性
完整性
易理解

Running and Verification

Procedure

  1. Use PuTTY to log in to the server as the root user.
  2. Decompress the test case file.
    cd /path/to/CASE
    tar -xvf v7.10.specific.inputs.210105.tgz
    tar -xvf CAMx7-10-test_run-inputs_met-201215.tgz
    tar -xvf CAMx7-10-test_run-inputs_emiss-210105.tgz
    tar -xvf CAMx7-10-test_run-inputs_other-201215.tgz
  3. Go to the test directory.
    cd runfiles
  4. Modify the test script.
    1. Open the test script.
      vi CAMx_v7.10.36.12.20160610-11.MPICH3.job
    2. Press i to enter the edit mode and modify the file as follows:
      set EXEC = "/path/to/CAMX/src.v7.10/CAMx.v7.10.MPICH3.NCF4.gfortran" 
      cat << ieof > nodes 
      172.35.153.48 
      set NUMPROCS = 8
      if( ! { mpirun --allow-run-as-root -machinefile nodes -np $NUMPROCS $EXEC } ) then
    3. Press Esc, enter :wq!, and press Enter to save the changes and exit.
  5. Perform the test.
    ./CAMx_v7.10.36.12.20160610-11.MPICH3.job

    The following figure shows an example of the command output, indicating that the program completes properly.