The following additional packages should be installed via YaST:
make TARGET=LINUX64 FC=gfortran CC=gcc USE_MPI=1 \
MPI_LIB=/opt/mpich/ch-p4/lib64 \
MPI_INCLUDE=/opt/mpich/ch-p4/include LIBMPI=-lmpich
/opt/mpich/ch-p4/bin/mpirun ./global/testing/test.x
or on 32-bit machines with:
make TARGET=LINUX FC=gfortran CC=gcc USE_MPI=1 \
MPI_LIB=/opt/mpich/ch-p4/lib \
MPI_INCLUDE=/opt/mpich/ch-p4/include LIBMPI=-lmpich
/opt/mpich/ch-p4/bin/mpirun ./global/testing/test.x
Then configure and build MOLPRO with:
./configure -batch -gcc -gfortran \
-mpp -mppbase /path/to/directory/ga-4-3-3
make