I want to ask you some questions about software compilation. When I use serial version command, it works well. However, the multicore version will occur some errors, like this :
mpif90 -DMPI_USE -mkl -fpp -assume byterecl -o vaspberry vaspberry.f
gfortran: error: byterecl: No such file or directory
gfortran: error: unrecognized command line option ‘-mkl’
gfortran: error: unrecognized command line option ‘-fpp’; did you mean ‘-cpp’?
gfortran: error: unrecognized command line option ‘-assume’; did you mean ‘-msse’?
I have installed Intel OneAPI compiler.
Could you please tell me how to address this problem ?
Dear developer,
I want to ask you some questions about software compilation. When I use serial version command, it works well. However, the multicore version will occur some errors, like this :
I have installed Intel OneAPI compiler. Could you please tell me how to address this problem ?
Best regards, kq wang