Re: [Wien] W2kinit_tmp_.F memory limit

2022-02-23 Thread Peter Blaha
Hi, It crashes only with -qtl, because the memcheck is done only in qtl mode. Previously we wrote the partial charges for each atom on a file ("help-files"), but now we check if enough memory is available and keep them in memory. Obviously, nobody else reported such a problem so far because

Re: [Wien] W2kinit_tmp_.F memory limit

2022-02-23 Thread Laurence Marks
Currently [1] the routine MemCheck is only used when the -qtl flag is present, to check if enough memory is present to store some temporary files; it is called by l2main.F which would also need integer(8). Writeinit.F is in SRC_Globals and linked from other directories, so you don't need more