Infant83 / VASPBERRY

Berry curvature and Chern number calculations with the output (WAVECAR) of VASP code
62 stars 30 forks source link

about compile #18

Open kaiqi-wang opened 10 months ago

kaiqi-wang commented 10 months ago

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 :

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