Segfault with psmp
Ross, Sun
sunshou... at yahoo.com.cn
Fri Jan 7 05:32:49 UTC 2011
Hi Ondrej,
You used Intel compiler. The default stacksize of the system is
relatively small. So you have to reset the stacksize of your system.
Please try:
1. 'vi /etc/profile' ; add 'ulimit -s 262144' (about 256M) after the
line "ulimit -S -c 0 > /dev/null
2. 'vi /etc/security/limits.conf' and add the following:
*** hard stack 262144
*** soft stack 262144
(*** is the user name.)
3. limit stacksize 262144 (c-shell)
Hope it could work, if not, reboot.
Regards,
More information about the CP2K-user
mailing list