Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

openmp on millinneum problem

5 views
Skip to first unread message

Jeffrey Hammel

unread,
Mar 12, 2004, 9:10:56 PM3/12/04
to
Anyone get the following error running the openmp code on millinneum?

1751][jhammel@c42:~/CS267/html/homework-2/build/openmp]$ export OMP_NUM_THREADS=1
[1751][jhammel@c42:~/CS267/html/homework-2/build/openmp]$ time ./fish -n 400 -s 4000 -t 1.0
OMP abort: Unable to set monitor thread stack size to 65536 bytes.
Try reducing KMP_MONITOR_STACKSIZE or increasing the shell stack limit.

Aborted

real 0m0.051s
user 0m0.001s
sys 0m0.003s
[1751][jhammel@c42:~/CS267/html/homework-2/build/openmp]$ echo $KMP_MONITOR_STACKSIZE

[1752][jhammel@c42:~/CS267/html/homework-2/build/openmp]$

Jeff

gennari

unread,
Mar 13, 2004, 2:16:26 AM3/13/04
to
Yes, I got that message. Try using:
env OMP_NUM_THREADS=4 env KMP_MONITOR_STACKSIZE=200000 openmp/fish ...

if it's not too late. I don't know why increasing the size fixes it, but I
have used this command and it worked every time.

Frank


"Jeffrey Hammel" <jha...@landau.EECS.Berkeley.EDU> wrote in message
news:Pine.LNX.4.44.040312...@landau.EECS.Berkeley.EDU...

0 new messages