You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 ?
Best regards,
kq wang
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: