You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Performing the example 1 from the handbook chapter 7, we encounter the following error in the last step i.e. RMCDHF completes (but does not break) with the following exception:
Floating point exceptions
IEEE underflow Flag
IEEE DENORMAL
The following command rsave 2s_2p_DF will not execute thereafter. We are running grasp2018 using gfortran and mpifort version 8.3.0 and mpirun 3.1.3. For the ease use we have created a docker image which we use and of course you are also welcome to check.
https://hub.docker.com/r/xaratustrah/grasp
would appreciate any help on this, if case this is related to compiler or any other thing.
The text was updated successfully, but these errors were encountered:
Hmm. I also get the IEEE underflows on mac with homebrew gfortran, with no influence on the results as far as I can tell. Haven't seen the DENORMAL flag before though. On my Linux/Ubuntu cluster, also with gfortran I get none of these signals.
Do you encounter the same problem while running the serial version, i.e. not mpirun rmcdh_mpi... but just rmcdhf?
Hi and thanks for great work!
Performing the example 1 from the handbook chapter 7, we encounter the following error in the last step i.e.
RMCDHF
completes (but does not break) with the following exception:The following command
rsave 2s_2p_DF
will not execute thereafter. We are runninggrasp2018
usinggfortran
andmpifort
version 8.3.0 andmpirun
3.1.3. For the ease use we have created a docker image which we use and of course you are also welcome to check.https://hub.docker.com/r/xaratustrah/grasp
would appreciate any help on this, if case this is related to compiler or any other thing.
The text was updated successfully, but these errors were encountered: