EpiModel / slurmworkflow

Home Page:https://epimodel.github.io/slurmworkflow/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

do not `--export=ALL`

AdrienLeGuillou opened this issue · comments

for now, SWF variables are passed as environment variables from one step to the next. It can cause Environment overflow, especially with repeated spack load.

Is there a way to pass a single variable --export=SWF_ROOT and then read in a file containing the rest? This would ensure that each script is starting with a minimal environment