Compilation and Installation
Procedure
- Use PuTTY to log in to the server as the root user.
- Create and go to the main program installation directory.
mkdir -p /path/to/SPECFEM3D_GLOBE cd /path/to/SPECFEM3D_GLOBE
- Decompress the source package and go to the source code directory.
tar -xzvf specfem3d_globe-7.0.0.tar.gz cd specfem3d_globe-7.0.0
- Generate a configuration file.
./configure FC=mpif90 CC=mpicc CXX=mpicxx
- Modify the Par_file file.
- Perform the compilation.
make
Parent topic: SPECFEM3D GLOBE 7.0.0 Porting Guide (openEuler 21.03)
