1.3. Environment variables you will need

In VERSION file for SpecTcls with MPI support, if the compilation commands have directory paths on them you will probably need to tell OpenMPI where to find its runtime. This is done by setting the environment variable OPAL_PREFIX to the top level of the OpenMPI installation. In the example, this is /usr/opt/mpi/openmpi-4.0.1. For example:


OPAL_PREFIX=/usr/opt/mpi/openmpi-4.0.1
export OPAL_PREFIX