Kevin, many thanks!
I was on r1071 and updating to r1072 did the trick. The job that
previously crashed run successfully and the output seems correct.
I should say however that GLU's own test still crashed. Perhaps the
output below can be of some help.
python2.7 setup.py test
...
< cut >
...
/usr/bin/gfortran -Wall -Wall -shared build/temp.linux-x86_64-2.7/
build/src.linux-x86_64-2.7/glu/lib/glm/_glmnetmodule.o build/
temp.linux-x86_64-2.7/build/src.linux-x86_64-2.7/fortranobject.o build/
temp.linux-x86_64-2.7/glu/lib/glm/GLMnet.o -L/home/apps/python/2.7.2/
lib -lpython2.7 -lgfortran -o glu/lib/glm/_glmnet.so
running scons
/home/apps/python/2.7.2/lib/python2.7/site-packages/nose/config.py:
259: RuntimeWarning: Option 'with-doctest' in config file 'setup.cfg'
ignored: excluded by runtime environment
warn(msg, RuntimeWarning)
----------------------------------------------------------------------
Ran 0 tests in 0.006s
OK
Error in atexit._run_exitfuncs:
Traceback (most recent call last):
File "/home/apps/python/2.7.2/lib/python2.7/atexit.py", line 24, in
_run_exitfuncs
func(*targs, **kargs)
File "/home/apps/python/2.7.2/lib/python2.7/multiprocessing/
util.py", line 284, in _exit_function
info('process shutting down')
TypeError: 'NoneType' object is not callable
Error in sys.exitfunc:
Traceback (most recent call last):
File "/home/apps/python/2.7.2/lib/python2.7/atexit.py", line 24, in
_run_exitfuncs
func(*targs, **kargs)
File "/home/apps/python/2.7.2/lib/python2.7/multiprocessing/
util.py", line 284, in _exit_function
info('process shutting down')
TypeError: 'NoneType' object is not callable
Many thanks again for your help!
Igor
On Mar 21, 5:49 pm, "Jacobs, Kevin (NIH/NCI) [C]"