OrderN / CONQUEST-release

Full public release of large scale and linear scaling DFT code CONQUEST
http://www.order-n.org/
MIT License
96 stars 25 forks source link

OMP_STACKSIZE should be set for testsuite #254

Closed davidbowler closed 7 months ago

davidbowler commented 8 months ago

Running test003 with more than one thread (on at least one platform) fails with stack overflow error unless OMP_STACKSIZE is set to be large enough (simple tests suggest 50M is enough).

It should be simple to fix: I assume that we can set a stack size in the appropriate places (the bash script run_conquest_tests.sh and the GitHub integration)