tsitsvero

Results 2 comments of tsitsvero

Thanks! I'll also let know if this problem will persist in the future.

Great, thanks! I tried to modify the conda recipe to compile qe with gipaw flags: ```bash cmake .. \ -DQE_ENABLE_MPI=ON \ -DQE_ENABLE_OPENMP=ON \ -DQE_ENABLE_SCALAPACK=ON \ -DQE_ENABLE_ELPA=ON \ -DQE_ENABLE_HDF5=ON \ -DQE_ENABLE_TEST=ON...