Page 1 of 1

internal error in: nonlr.F at line: 1141

Posted: Mon Feb 07, 2022 11:49 pm
by KWH
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

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

Posted: Thu Feb 10, 2022 2:18 pm
by ferenc_karsai
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.