Parallel compilation of vasp
Posted: Fri Oct 15, 2010 6:39 pm
hi all
i am trying to compile vasp on ubuntu 9.10 using ifort 11.0 compiler and same mkl library. I am able to compile serial version. But while compiling parallel version i am getting following error message
mpif90 -FR -lowercase -assume byterecl -ftz -O3 -c base.f90
f95: byterecl: No such file or directory
f951: error: unrecognized command line option "-assume"
f951: error: unrecognized command line option "-ftz"
make: *** [base.o] Error 1
what this means
is there something wrong with mpi installation
i am trying to compile vasp on ubuntu 9.10 using ifort 11.0 compiler and same mkl library. I am able to compile serial version. But while compiling parallel version i am getting following error message
mpif90 -FR -lowercase -assume byterecl -ftz -O3 -c base.f90
f95: byterecl: No such file or directory
f951: error: unrecognized command line option "-assume"
f951: error: unrecognized command line option "-ftz"
make: *** [base.o] Error 1
what this means
is there something wrong with mpi installation