Installing SPECFEM3d with GNU and OpenMPI


If you are installing specfem3d for the first time on CentOS 7, you may want to note the following suite of software we use

  • GNU-6.5.0
  • OpenMPI-3.1.4
  • specfem3d
  • CentOS-7
$ git clone --recursive --branch devel https://github.com/geodynamics/specfem3d.git
$ ./configure CC=gcc MPIFC=mpif90 MPI_INC=/usr/local/openmpi-3.1.4/include
$ make
Advertisement

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out /  Change )

Facebook photo

You are commenting using your Facebook account. Log Out /  Change )

Connecting to %s

This site uses Akismet to reduce spam. Learn how your comment data is processed.