The following additional packages should be installed via apt-get:
mpdand following the on screen instructions.
The latest stable version of the Global Arrays toolkit should be downloaded. Build and test the Global Arrays toolkit with:
make TARGET=LINUX FC=gfortran CC=gcc USE_MPI=1 \
MPI_LIB=/usr/lib/mpich2/lib \
MPI_INCLUDE=/usr/include/mpich2-i386 LIBMPI=-lmpich
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