Running and Verifying SPECFEM3D GLOBE
Procedure
- Use PuTTY to log in to the server as the root user.
- Switch to the test directory.
cd /path/to/SPECFEM3D_GLOBE/specfem3d_globe-7.0.0
- Run the following commands to perform the test:
export PATH=/path/to/GNU/bin:/path/to/OPENMPI/bin:$PATH export LD_LIBRARY_PATH=/path/to/GNU/lib64:/path/to/OPENMPI/lib: $LD_LIBRARY_PATH mpirun --allow-run-as-root -np 64 --mca btl ^openib ./bin/xmeshfem3D mpirun --allow-run-as-root -np 64 --mca btl ^openib ./bin/xspecfem3D less OUTPUT_FILES/output_solver.txt
If the information shown in the following figure is displayed, the test is successful.
Figure 1 Result example
Parent topic: SPECFEM3D GLOBE 7.0.0 Porting Guide (CentOS 7.6)