There is one minor ``technical'' problem: MPI requires an include file mpif.h, which is sometimes y not F90 free format conform-able (CRAY is one exception). Therefore the include file mpif.h must be copied to the directory VASP.4 and converted to f90 style and named mpif.h. This can be done using the following lines:
> cp ...mpi.../include/mpif.h mpif.h > ./convert mpif.hThe convert utility converts a F77 fortran file to a F90 free format file and is supplied in the VASP.4 directory. (On most Cray T3E this is for instance not required, and mpif.h can be found in one of the default include paths).