internal error in: nonlr.F at line: 1141

Problems running VASP: crashes, internal errors, "wrong" results.


Moderators: Global Moderator, Moderator

Post Reply
Message
Author
KWH
Newbie
Newbie
Posts: 25
Joined: Fri Feb 09, 2018 2:05 am
License Nr.: 5-1063

internal error in: nonlr.F at line: 1141

#1 Post by KWH » Mon Feb 07, 2022 11:49 pm

I have attached all files as a zip file. This is a problem with vasp 6.2.0 discovered running one of your test programs. I am having lots of other error outputs when I run files that run fine on vasp 5.4.

Please advise if this is due to a compile error, or soemthing that has changed since 5.4, or maybe its just a bug.

K W Hipps
hipps@wsu.edu
You do not have the required permissions to view the files attached to this post.

ferenc_karsai
Global Moderator
Global Moderator
Posts: 457
Joined: Mon Nov 04, 2019 12:44 pm

Re: internal error in: nonlr.F at line: 1141

#2 Post by ferenc_karsai » Thu Feb 10, 2022 2:18 pm

So I tried to reproduce your errors. But the calculation perfectly runs through with all of our toolchains (Intel, GNU, NVIDIA+OACC).

I think there are potentially problems in your calculation at the beginning. In your jobscript you are loading the intel/20.2 compiler.
But it seems you are trying to run a compilation that was compiled for GPU's with CUDA and OACC (from VASP 6.0 only the OACC GPU parallelization is supported). It gives error messages that it doesn't find CUDA libraries.

Another thing is that you run with 20 cores. For an OACC job only one rank per GPU is allowed.

I hope that one of these two things will help you.

Post Reply