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
cd runfiles
vi CAMx_v7.10.36.12.20160610-11.MPICH3.job
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
./CAMx_v7.10.36.12.20160610-11.MPICH3.job
输出的结果样例如图所示,说明程序正常运行结束。