You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, when exclusive: True is specified in a study step, it places a --exclusive flux directive in the header of the batch scripts. There is a need to add --exclusive to the command line that is generated via the $(LAUNCHER) keyword as well.
Currently, when
exclusive: Trueis specified in a study step, it places a--exclusiveflux directive in the header of the batch scripts. There is a need to add--exclusiveto the command line that is generated via the$(LAUNCHER)keyword as well.