The following additional packages should be installed via apt-get:
ssh-keygen -t rsa cat ~/.ssh/id_rsa.pub >> ~/.ssh/authorized_keysThis must be done for each user account which will be running MOLPRO.
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/mpich/lib \
MPI_INCLUDE=/usr/lib/mpich/include 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