-
Notifications
You must be signed in to change notification settings - Fork 139
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
make install doesn't install fortran modules #377
Comments
Hi, the library mode only works in serial for now. Regarding the .mod file - is this really needed? I thought having the executable was enough to execute the code. Or you need it when using the code in library mode? The .mod file is however compiler-specific, is it a good idea to "install" it? Can you please report an error that complains for the .mod file being not there, so we understand in more detail when installing this is needed? Thanks |
In QE, EPW code needs wannier90 as a library right now internally. Since wannier90 has a library mode, I'm trying to connect this mode to QE and allow using wannier90 as an external pre-installed libraries. https://gitlab.com/QEF/q-e/-/merge_requests/1527 Because EPW code use Managing the compiler dependency of fortran modules is users' responsibility. Not a concern here. |
Pinging @sponce24 as a representative EPW developer for comments if any |
Dear Ye Luo: Thank you for valuable suggestions. We, EPW team, need a parallel version of W90 library; the only reason to use a serial version is that as Giovanni said, currently the W90 library mode doesn't work in parallel. I will explore your suggestion about the modification on EPW's side, but personally I think that (if really needed) appropriate changes should be made in W90 and I want to wait for the new library mode from the W90 team and adapt the EPW code to it. Sincerely, Hyungjun Lee |
Pinging @JeromeCCP9 who's working on the Makefile |
Was using 3.1.0 release.
make install
does install the library file libwannier.a.Q1 Is this with MPI or without? Or maybe there is no bits in libwannier.a at all?
The major issue is w90_io.mod is not installed. please install both serial and MPI versions.
The text was updated successfully, but these errors were encountered: