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