Running and Verification
Procedure
- Use PuTTY to log in to the server as the root user.
- Go to the test directory.
cd /path/to/MITGCM/MITgcm/verification/exp4/run
- Copy the test case to the current directory.
cp ../input/* ./ cp ../build/mitgcmuv ./
- Start a test.
time mpirun -n 4 --allow-run-as-root ./mitgcmuv
- View the STDOUT.0000 output file.
vi STDOUT.0000
If the information shown in the figure is displayed, the test is successful:Figure 1 An example result
Parent topic: MITgcm c67o Porting Guide (CentOS 7.6)