Closed
Description
I have problem having multi-threaded (numpy MKL) code running on multiple cores when launched through nipype, but not outside nipype.
The faulty line here changes environment variable, thus affecting all other interface, even when submitted through plugin such as SGE:
nipype/nipype/interfaces/afni/base.py
Line 165 in a746633
I temporarily circumvented it, but how should it be changed?
Thanks.