Rate This Document
Findability
Accuracy
Completeness
Readability

Running and Verifying SPECFEM3D GLOBE

Procedure

  1. Use PuTTY to log in to the server as the root user.
  2. Switch to the test directory.
    cd /path/to/SPECFEM3D_GLOBE/specfem3d_globe-7.0.0
  3. 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