Running and Verification
Procedure
- Use PuTTY to log in to the server as the root user.
- 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
- Go to the test directory.
cd runfiles
- Modify the test script.
- Open the test script.
vi CAMx_v7.10.36.12.20160610-11.MPICH3.job
- 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 - Press Esc, enter :wq!, and press Enter to save the changes and exit.
- Open the test script.
- 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.

Parent topic: CAMx 7.10 Porting Guide (openEuler 21.03)