Skip to content

Commit

Permalink
set env vars multiple times
Browse files Browse the repository at this point in the history
  • Loading branch information
avivajpeyi committed Jul 28, 2023
1 parent d1a9d6a commit 121b4ce
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/tess_atlas/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# -*- coding: utf-8 -*-
from .utils import set_global_environ_vars

__all__ = []

Expand All @@ -10,3 +11,5 @@
__copyright__ = "Copyright 2020 TESS Atlas developers"
__contributors__ = "https://github.com/dfm/tess-atlas/graphs/contributors"
__website__ = "http://catalog.tess-atlas.cloud.edu.au"

set_global_environ_vars()
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,6 @@ module load {{module_loads}}
ARRAY_ARGS=({{array_args}})
{% endif %}
echo "Job tmp path: $JOBFS"
export THEANO_FLAGS="base_compiledir=$JOBFS/.theano_base,compiledir=$JOBFS/.theano_compile"
export IPYTHONDIR=$JOBFS/.ipython
{{command}}

0 comments on commit 121b4ce

Please sign in to comment.