QMCPACK / QMCPACK/qmcpack

Fatal Error. Aborting at QMCHamiltonian::evaluate component Kinetic returns NaN

Open
#4,396 10 comments 0 reactions 0 assignees View on GitHub
Dominant language
C++
Stars
403
Forks
154
Avg merge
1d 13h
Merged PRs (30d)
90

Description

Hi!
I have this problem running qmcpack-3.15.0 compiled using intel compilers 2021.4.0.
The compiled version passes tests `ctest -R qe` however when I run my actual calculations (see [input_files](https://drive.google.com/file/d/1dxtGcr2IbL4nbC8kmnfLCBzT1XorhnDk)) I get the following error
`Fatal Error. Aborting at QMCHamiltonian::evaluate component Kinetic returns NaN`

Compiling the same qmcpack version using gnu compilers works fine, passing tests `ctest -R qe` and finishing my dmc calculation without errors. The error message seems like a custom one from qmcpack? I would like to be able to compile and run qmcpack using intel compilers so any help solving this would be appreciated.

**Steps to reproduce the behavior**
1. qmcpack-3.15.0
2. cmake -DCMAKE_INSTALL_PREFIX=/mnt/lustre/ibs/cmcm/danielhedman/software/eb/software/qmcpack/3.15.0-intel-2021b -DCMAKE_BUILD_TYPE=Release -DCMAKE_VERBOSE_MAKEFILE=ON -DCMAKE_FIND_USE_PACKAGE_REGISTRY=OFF -DBOOST_ROOT=/mnt/lustre/ibs/cmcm/danielhedman/software/eb/software/Boost/1.77.0-intel-compilers-2021.4.0 -DBoost_NO_SYSTEM_PATHS=ON /dev/shm/qmcpack/3.15.0/intel-2021b/qmcpack-3.15.0/
3. run the following calculation: [input_files](https://drive.google.com/file/d/1dxtGcr2IbL4nbC8kmnfLCBzT1XorhnDk)

**Expected behavior**
I expect the behavior to be the same for qmcpack compiled with intel as with gnu compilers, i.e. my calculation completes without errors.

**System**
- same error on two different local HPC clusters
- modules loaded:
Loading intel/2021b
Loading requirement: GCCcore/11.2.0 zlib/1.2.11 binutils/2.37
intel-compilers/2021.4.0 numactl/2.0.14 UCX/1.11.2 impi/2021.4.0
imkl/2021.4.0 imkl-FFTW/2021.4.0
Loading qmcpack/3.15.0
Loading requirement: Szip/2.1.1 HDF5/1.12.1 bzip2/1.0.8 XZ/5.2.5 ICU/69.1
Boost/1.77.0 libxml2/2.9.10 ELPA/2021.11.001 libxc/5.1.6
QuantumESPRESSO/7.1-qmcpack

**Additional context**
Output from the calculation is attached
[slurm-223491.zip](https://github.com/QMCPACK/qmcpack/files/10407109/slurm-223491.zip)

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.