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
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...