Re: [QE-users] Problem when running the pw.x executable

2018-08-07 Thread Ye Luo
$ldd pw.x. What prints out? It seems that /usr/lib/libblacsCinit-openmpi.so.1 get into your binary at a certain point. But it should not. This is the blacs from your OS used by scalapack but it is supposed to be the Intel one. Ye === Ye Luo, Ph.D. Leadership Computing Facility

Re: [QE-users] Problem when running the pw.x executable

2018-08-07 Thread Ye Luo
Did you build the code and run it on different machines? Ye === Ye Luo, Ph.D. Leadership Computing Facility Argonne National Laboratory 2018-08-07 19:18 GMT-05:00 Aziz Fall : > ok so regardless of whether I run pw.x with mpirun or not I get the same > error saying pw.x:

Re: [QE-users] Problem when running the pw.x executable

2018-08-07 Thread Ye Luo
Everything seems good. I'm wondering if it is the problem of your mpirun. Could you run pw.x directly without mpirun? If you type "which mpirun" on the machine your are running, is it from the intel parallel studio folder since you said you are using Intel MPI. Ye =========== Ye

Re: [QE-users] Problem when running the pw.x executable

2018-08-07 Thread Ye Luo
There was a typo mpiifort instead of mpif90 in your case. ./configure MPIF90=mpiifort CC=icc --with-scalapack=intel === Ye Luo, Ph.D. Leadership Computing Facility Argonne National Laboratory 2018-08-07 20:36 GMT-05:00 Ye Luo : > Why don't you trust the configure? The config

Re: [QE-users] Problem when running the pw.x executable

2018-08-07 Thread Ye Luo
. The parallel compilation is well maintained at least for pw. I never have issue with make -j 16 pw. For other target, you can try parallel compilation but may have some dependency not well maintained. Ye === Ye Luo, Ph.D. Leadership Computing Facility Argonne National Laboratory 2018-08-07

Re: [QE-users] Problem when running the pw.x executable

2018-08-07 Thread Ye Luo
Your mpi wrapper mpif90 is using gfortran underneath from the ldd pw.x output. Could you add MPIF90=mpiifort in your configure line? But I'm not sure if this is the real problem. Ye === Ye Luo, Ph.D. Leadership Computing Facility Argonne National Laboratory 2018-08-07 19:24 GMT

Re: [QE-users] Problem when running the pw.x executable

2018-08-07 Thread Ye Luo
/usr/lib/libblacsCinit-openmpi.so.1 seems belong to libblacs-openmpi1 package in ubuntu. This indicates you have openmpi and blacs installed from the package manager. Are you sure your parallel studio is the cluster edition and you have intel mpi? Did you source psxevars.sh form parallel studio?

Re: [QE-users] Problem when running the pw.x executable

2018-08-07 Thread Ye Luo
. === Ye Luo, Ph.D. Leadership Computing Facility Argonne National Laboratory 2018-08-07 21:19 GMT-05:00 Will DeBenedetti : > Maybe take this offline? > > Will DeBenedetti > Cornell University > > Sent from my iPhone > > On Aug 7, 2018, at 22:11, Aziz Fall wrote: &

Re: [QE-users] Problem when running the pw.x executable

2018-08-07 Thread Ye Luo
That seems for openmpi. Did you put --with-scalapack=intel when you run configure? Ye === Ye Luo, Ph.D. Leadership Computing Facility Argonne National Laboratory 2018-08-07 16:42 GMT-05:00 Aziz Fall : > Dear Quantum espresso team, > > So recently I have been tryi

[QE-users] obsolete mailing list on website

2018-03-12 Thread Ye Luo
Hi QE website maintainers, On the left side of http://www.quantum-espresso.org/forum. The three mailing listed are not up-to-date. Please mark them obsolete and add the new ones. Best, Ye === Ye Luo, Ph.D. Leadership Computing Facility Argonne National Laboratory

[QE-users] Adding zero weight k-point in hybrid functional calculation

2018-03-12 Thread Ye Luo
-19.2954* -19.2666 -19.1922 -19.1602 -2.9201 -2.8660 -2.4351 -2.3823 7.9845 8.0040 8.8546 8.8783 9.9004 9.9266 11.0131 11.0685 11.6606 11.6923 12.7962 12.8092 15.2910 === Ye Luo, Ph.D. Leadership Computing Facility Argonne National Laboratory TiO2

[Pw_forum] different energy values when toggling on nosym

2016-03-27 Thread Ye Luo
0.3050990 0.3050990 0.000 O 0.6949010 0.6949010 0.000 O 0.1949010 0.8050990 0.500 O 0.8050990 0.1949010 0.500 K_POINTS automatic 8 8 8 1 1 1 === Ye Luo, Ph.D. Leadership Computing Facility Argonne National Laboratory

[Pw_forum] DFPT Phonon and LDA+U

2016-03-28 Thread Ye Luo
l. second, I noticed that ph.x use quite a big amount of scratch space even reduce_io is switched on. I'd like to know if it is possible to have some feature similar to disk_io='none' as pw.x. Thank you so much! Ye =========== Ye Luo, Ph.D. Leadership Computing Facility Argonne National

Re: [Pw_forum] Version 5.4.0 of Quantum ESPRESSO is available for download

2016-04-25 Thread Ye Luo
. Thank you so much. Ye === Ye Luo, Ph.D. Leadership Computing Facility Argonne National Laboratory 2016-04-25 15:09 GMT-05:00 Filippo SPIGA <filippo.sp...@quantum-espresso.org >: > Dear everybody, > > I am pleased to announce you that version 5.4.0 of Quantu

Re: [Pw_forum] Error "Not diagonalizing because representation xx is not done" in "image" parallelization by ph.x

2016-05-03 Thread Ye Luo
that q. If you are confident with threaded pw.x, ph.x also gets benefit from threaded MKL and FFT and the time to solution is further reduced. For more details, you can look into PHonon/examples/Image_example. P.S. Your affiliation is missing. === Ye Luo, Ph.D. Leadership Compu

Re: [Pw_forum] Error "Not diagonalizing because representation xx is not done" in "image" parallelization by ph.x

2016-05-05 Thread Ye Luo
. If you still get disk issue, use less images and more threads. Ciao, Ye === Ye Luo, Ph.D. Leadership Computing Facility Argonne National Laboratory 2016-05-05 8:42 GMT-05:00 Coiby Xu <coiby...@gmail.com>: > Dear Dr. Luo, > > Thank you for your detailed reply! > >

[Pw_forum] set_irr_sym_new error in ph.x

2016-05-08 Thread Ye Luo
these questions. 1) Any update for releasing DFT+U phonon? I saw the paper was out years ago. 2) Any ways to reduce the phonon disk I/O to 'none' similar to pw.x? Reduce_io seems help very little during the calculation. Best regards, Ye === Ye Luo, Ph.D. Leadership Computing Facility

Re: [Pw_forum] set_irr_sym_new error in ph.x

2016-05-09 Thread Ye Luo
(__LINUX_ESSL) to take the cdiagh_aix and it works well. Ciao, Ye === Ye Luo, Ph.D. Leadership Computing Facility Argonne National Laboratory 2016-05-09 1:16 GMT-05:00 Paolo Giannozzi <p.gianno...@gmail.com>: > Hi > > as far as I now, you should NOT use "-D__E

Re: [Pw_forum] Availability beta version of Quantum ESPRESSO v6.0

2016-08-29 Thread Ye Luo
in kpoints and bands. however in the charge density h5, its gvectors are still in a .dat file and the content of the h5 seems not human readable. Do you have plans to improve them? Thanks to every one. It's great to have a major release of QE. Best regards, Ye ======= Ye Luo, Ph.D.

Re: [Pw_forum] Availability beta version of Quantum ESPRESSO v6.0

2016-08-29 Thread Ye Luo
-density.hdf5 more readable. I did h5ls charge-density.hdf5 and the contents are like in a machine format. I would expect spin up/down with the coefficients dataset. Ye === Ye Luo, Ph.D. Leadership Computing Facility Argonne National Laboratory 2016-08-29 9:30 GMT-05:00 nicola

Re: [Pw_forum] [Q-e-developers] Availability beta version of Quantum ESPRESSO v6.0

2016-08-29 Thread Ye Luo
Hi Filippo, It seems that this path is always included. Intel compiler (16 u3) doesn't complain but GNU (5.4) does. Ye === Ye Luo, Ph.D. Leadership Computing Facility Argonne National Laboratory 2016-08-29 10:08 GMT-05:00 Filippo Spiga <filippo.sp...@quantum-espresso.

Re: [Pw_forum] Availability beta version of Quantum ESPRESSO v6.0

2016-08-30 Thread Ye Luo
Thanks. I don't know what kind of compiler checking is doing in the configure step. Maybe a check can be added to prevent users using old compilers in this case. Ye === Ye Luo, Ph.D. Leadership Computing Facility Argonne National Laboratory 2016-08-30 3:56 GMT-05:00 nicola varini

Re: [Pw_forum] Restarting phonon calculation with images, possibility of changing the number of images

2016-09-02 Thread Ye Luo
. To use my resource more efficiently, I prefer the Grid way of computing by breaking the whole calculation by q and then distribute irr among images. Ye === Ye Luo, Ph.D. Leadership Computing Facility Argonne National Laboratory 2016-09-02 10:40 GMT-05:00 Thomas Brumme

Re: [Pw_forum] Gathering 3-d arrays across pools using QE's mp_sum

2016-10-28 Thread Ye Luo
=== Ye Luo, Ph.D. Leadership Computing Facility Argonne National Laboratory 2016-10-28 12:29 GMT-05:00 Vahid Askarpour <vh261...@dal.ca>: > Dear QE Users, > > I am working on some modifications to the QE-6.0 code using symmetry. When > I try to combine a 3-D array scattered a

Re: [Pw_forum] Gathering 3-d arrays across pools using QE's mp_sum

2016-10-30 Thread Ye Luo
Hi Vahid, segfault in mp_sum doesn't necessarily mean a problem there. Probably you wrote something to output array but not in a valid place before mp_sum. Try to check your allocation of output and the copy make sure they are correct. Ye === Ye Luo, Ph.D. Leadership Computing

Re: [Pw_forum] Gathering 3-d arrays across pools using QE's mp_sum

2016-10-30 Thread Ye Luo
your 3-D arrays input and output? Are you allocating sufficient size for the output, did you deallocate it by mistake? How large is output array size, if it exceeds 2^32, you might hit the 32bit integer bug of the variable msglen. Ye === Ye Luo, Ph.D. Leadership Computing Facility

Re: [Pw_forum] Gathering 3-d arrays across pools using QE's mp_sum

2016-10-30 Thread Ye Luo
Is kunit=1 ? Is your nkf and nkf_tot the same as nks nks_tot provided by QE environment? Could you print the nbase for each processor and see if they are the numbers expected? Ye === Ye Luo, Ph.D. Leadership Computing Facility Argonne National Laboratory 2016-10-30 18:59 GMT-05

[Pw_forum] __OPENMP flag in QE

2017-03-17 Thread Ye Luo
the standard flag may help reducing the maintenance pain of configure. Ye === Ye Luo, Ph.D. Leadership Computing Facility Argonne National Laboratory ___ Pw_forum mailing list Pw_forum@pwscf.org http://pwscf.org/mailman/listinfo/pw_forum

Re: [Pw_forum] __OPENMP flag in QE

2017-03-17 Thread Ye Luo
the same issue. I reported it last year. http://qe-forge.org/pipermail/q-e-developers/2016-September/001355.html Probably during the phase the BGQ is deployed in CINECA, that is maintained but not recently. Best, Ye === Ye Luo, Ph.D. Leadership Computing Facility Argonne National

Re: [Pw_forum] Compiling QE 6.1 with Intel

2017-03-17 Thread Ye Luo
Not sure if it will help your issue but Intel 17 update 2 (2017.2.174) is available. Ye === Ye Luo, Ph.D. Leadership Computing Facility Argonne National Laboratory 2017-03-17 15:03 GMT-05:00 Ari P Seitsonen <ari.p.seitso...@iki.fi>: > > Dear Carlo, > > I

[QE-users] Adding zero weight k-point in hybrid functional calculation

2018-03-12 Thread Ye Luo
-19.2954* -19.2666 -19.1922 -19.1602 -2.9201 -2.8660 -2.4351 -2.3823 7.9845 8.0040 8.8546 8.8783 9.9004 9.9266 11.0131 11.0685 11.6606 11.6923 12.7962 12.8092 15.2910 === Ye Luo, Ph.D. Leadership Computing Facility Argonne National Laboratory TiO2

[QE-users] obsolete mailing list on website

2018-03-12 Thread Ye Luo
Hi QE website maintainers, On the left side of http://www.quantum-espresso.org/forum. The three mailing listed are not up-to-date. Please mark them obsolete and add the new ones. Best, Ye === Ye Luo, Ph.D. Leadership Computing Facility Argonne National Laboratory

Re: [QE-users] QE 6.4 - slower with intel fftw? how to properly benchmark

2019-03-02 Thread Ye Luo
performance claim is mostly hardware related not software. Ye === Ye Luo, Ph.D. Computational Science Division & Leadership Computing Facility Argonne National Laboratory Christoph Wolf 于2019年3月1日周五 上午4:14写道: > Dear all, > > please forgive this "beginner" question

Re: [QE-users] forrtl: severe (71): integer divide by zero - zhpev_drv.f90 in QE 6.3 and QE 6.4

2019-03-02 Thread Ye Luo
Did you really want to use the same PP for both Fe and Cr? ATOMIC_SPECIES Fe 55.845 Fe.pbe-spn-kjpaw_psl.1.0.0.UPF Cr 55.845 Fe.pbe-spn-kjpaw_psl.1.0.0.UPF Cu 63.546 Cu.pbe-spn-kjpaw_psl.1.0.0.UPF O 15.9994 O.pbe-n-kjpaw_psl.1.0.0.UPF Ye === Ye Luo, Ph.D. Computational

Re: [QE-users] Quantum espresso installation problem in MAC

2019-11-27 Thread Ye Luo
and a main function and then use it to debug your compiler installation first. This is not a QE problem and hopefully you can find answers on Google. Best,k Ye === Ye Luo, Ph.D. Computational Science Division & Leadership Computing Facility Argonne National Laboratory Kanka Ghosh 于2

Re: [QE-users] efficient parallelization on a system without Infiniband

2020-05-27 Thread Ye Luo
in seconds? In addition, you may try ELPA which usually gives better performance than scalapack. Thanks, Ye =========== Ye Luo, Ph.D. Computational Science Division & Leadership Computing Facility Argonne National Laboratory On Wed, May 27, 2020 at 9:27 AM Michal Krompiec wrote: > H

Re: [QE-users] Compiling qe git version with parallel_studio_xe/2020.0.088 will still invoke mpif90.

2020-06-03 Thread Ye Luo
mpif90 from intel MPI invokes gfortran. You should use mpiifort instead. $ ./configure --with-scalapack=intel MPIF90=mpiifort assuming mpiifort exists on your path. Ye === Ye Luo, Ph.D. Computational Science Division & Leadership Computing Facility Argonne National Labora

Re: [QE-users] QE_6.6 make error with hdf5

2020-11-19 Thread Ye Luo
Make sure your hdf5 is compiled with the same compiler as what you are using for QE and the compiled library has Fortran support enabled. Ye === Ye Luo, Ph.D. Computational Science Division & Leadership Computing Facility Argonne National Laboratory On Thu, Nov 19, 2020 at

Re: [QE-users] npool

2021-01-05 Thread Ye Luo
a divisor, there is additional imbalance in the calculation. So select npool as a divisor is a recommendation for getting better performance instead of a requirement. Ye =========== Ye Luo, Ph.D. Computational Science Division & Leadership Computing Facility Argonne National Laboratory On Tue, Ja

Re: [QE-users] SIGSEGV, segmentation fault occurred

2021-06-12 Thread Ye Luo
What version of Intel compiler? If it is really old, I would like to stop allowing it at CMake. Ye === Ye Luo, Ph.D. Computational Science Division & Leadership Computing Facility Argonne National Laboratory On Sat, Jun 12, 2021 at 3:19 PM Paolo Giannozzi wrote: > It'

Re: [QE-users] Compiling with Intel's OneAPI - Parallel Performance Issues

2021-06-03 Thread Ye Luo
. Does your machine have 16 physical cores or 8 cores 16 hyperthreads? 3. To validate it is actually a compiler regression, run with 1 MPI rank and compare the timing. Ye === Ye Luo, Ph.D. Computational Science Division & Leadership Computing Facility Argonne National Labora

Re: [QE-users] Compiling with Intel's OneAPI - Parallel Performance Issues

2021-06-03 Thread Ye Luo
not to run at max turbo frequency. 2. the node may be shared with others and there are other things running. Probably you have the best knowledge of your machine. If you really think OneAPI has regression, you may contact Intel support as they should care about their product. Ye === Ye Luo

Re: [QE-users] Compiling with Intel's OneAPI - Parallel Performance Issues

2021-06-03 Thread Ye Luo
This time OneAPI runs faster. The ifort in OneAPI should be very similar to the one in previous parallel studio releases. I think the performance difference is from your machine. Neither QE nor the compiler plays anything here. Ye === Ye Luo, Ph.D. Computational Science Division

Re: [QE-users] Installing QE 670 on AMD EPYC

2021-03-11 Thread Ye Luo
since you turned on OpenMP. Add libfftw3_omp.a Ye === Ye Luo, Ph.D. Computational Science Division & Leadership Computing Facility Argonne National Laboratory On Thu, Mar 11, 2021 at 11:58 AM Chandan Kumar Choudhury < ckch...@g.clemson.edu> wrote: > Hi Pietro, >

Re: [QE-users] QE v.6.8 installation on M1 mac

2021-12-19 Thread Ye Luo
of QE features. If your needed code path hits the zdotc issue, just report a bug. Best, Ye === Ye Luo, Ph.D. Computational Science Division & Leadership Computing Facility Argonne National Laboratory On Sat, Dec 18, 2021 at 11:22 PM Viejay Ordillo wrote: > Dear Ye, > &

Re: [QE-users] QE v.6.8 installation on M1 mac

2021-12-18 Thread Ye Luo
Could you try CMake? https://gitlab.com/QEF/q-e/-/wikis/Developers/CMake-build-system Ye === Ye Luo, Ph.D. Computational Science Division & Leadership Computing Facility Argonne National Laboratory On Sat, Dec 18, 2021 at 5:20 AM Viejay Ordillo wrote: > Dear QE users,

Re: [QE-users] QE v.6.8 installation on M1 mac

2021-12-18 Thread Ye Luo
Also make sure you have a clean source directory before you start. Module files built previously may cause troubles. Ye === Ye Luo, Ph.D. Computational Science Division & Leadership Computing Facility Argonne National Laboratory On Sat, Dec 18, 2021 at 11:10 AM Ye Luo w

Re: [QE-users] [[QE-GPU]Can't find include file fftw3.f03(QE-7.0-rc1)

2021-12-07 Thread Ye Luo
but requires files to be included like fftw3.f03. For this reason, both include path and library path need to be properly set on the compile command line. Clearly something is missing. Best, Ye === Ye Luo, Ph.D. Computational Science Division & Leadership Computing Facility Arg

Re: [QE-users] qe-gpu 7.0 - compilation issue (MKL not detected)

2022-03-08 Thread Ye Luo
QEF/q-e/-/wikis/Developers/CMake-build-system What we do with CMake is first locate the exact library file and specify the full path on the link line. Hopefully it gives you a chance of successful compilation. Best, Ye ======= Ye Luo, Ph.D. Computational Science Division & Leadership

Re: [QE-users] R: qe-gpu 7.0 - compilation issue (MKL not detected)

2022-03-08 Thread Ye Luo
LD_LIBRARY_PATH should only affect applications at runtime. Any part of configure/makefile should not rely on it. Otherwise it is a disaster. I think QE configure doesn't depend on LD_LIBRARY_PATH and thus won't fix anything. Ye === Ye Luo, Ph.D. Computational Science Division

Re: [QE-users] Tracing MPI buidl of QE 7.0 malfuction (gfortranm OpenMPI).

2022-02-03 Thread Ye Luo
There was some upgrade on the server. Then curl was not happy with http. Just change http to https in test-suite/ENVIRONMENT. === Ye Luo, Ph.D. Computational Science Division & Leadership Computing Facility Argonne National Laboratory On Thu, Feb 3, 2022 at 4:31 PM Husak Mi

Re: [QE-users] Tracing MPI buidl of QE 7.0 malfuction (gfortranm OpenMPI).

2022-02-03 Thread Ye Luo
> > > export NETWORK_PSEUDO= > http://www.quantum-espresso.org/wp-content/uploads/upf_files/ > to > export NETWORK_PSEUDO= > https://www.quantum-espresso.org/wp-content/uploads/upf_files/ > in the file > ENVIRONMENT > Yes this is what I meant. You also need to delete all the bad ones left on the

Re: [QE-users] Tracing MPI buidl of QE 7.0 malfuction (gfortranm OpenMPI).

2022-02-03 Thread Ye Luo
I only said edit ENVIRONMENT. The download script will add the pseudopotential file name to NETWORK_PSEUDO and download the file. https://www.quantum-espresso.org/wp-content/uploads/upf_files/ is not a website. Then `make run-tests-pw-parallel` will work. Ye === Ye Luo, Ph.D

Re: [QE-users] Tracing MPI buidl of QE 7.0 malfuction (gfortranm OpenMPI).

2022-02-03 Thread Ye Luo
the input/output/log of run) Ye === Ye Luo, Ph.D. Computational Science Division & Leadership Computing Facility Argonne National Laboratory On Thu, Feb 3, 2022 at 3:27 PM Husak Michal wrote: > Hi > > I am trying to find why the MPI build (gfortan + OpenMP) does not