armci malloc:malloc 1 failed


Click here for full thread
Gets Around
I found another way to fix the issue.
https://groups.google.com/forum/#!msg/hpctools/-bYstidUAYA/LqZ38W1f1ukJ

just set
-#define DEFAULT_MAX_NALLOC   (4*1024*1024*16)
+#define DEFAULT_MAX_NALLOC   (8*1024*1024*16)


Incidentally, nproc=1 with openblas parallelization is 7 times faster than nproc=4.