> < libgomp: Invalid value for environment variable OMP_NUM_THREADS I'd suggest setting OMP_NUM_THREADS equal to an integer less than or equal to the number of cores on your machine and then reporting back. C Shell: setenv OMP_NUM_THREADS number Bash Shell: export OMP_NUM_THREADS=number Best, Josiah