CoBrALab / qbatch

The Unlicense
27 stars 13 forks source link

QBATCH job variables probably need to be "exported" #127

Closed gdevenyi closed 8 years ago

gdevenyi commented 8 years ago

QBATCH variables defined in jobs aren't "exported" which means that subshells won't inherit them.

This is particularly important for THREADS_PER_COMMAND which is intended to be used by commands in the jobscript.

https://github.com/pipitone/qbatch/blob/master/bin/qbatch#L467-L469

Thoughts?