Skip to content
Snippets Groups Projects

now use eic-shell for old singularity containers

Merged Sylvester Joosten requested to merge fix_env_bnl into master
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
+ 1
1
@@ -105,7 +105,7 @@ else
@@ -105,7 +105,7 @@ else
cat << EOF > eic-shell
cat << EOF > eic-shell
#!/bin/bash
#!/bin/bash
export ATHENA_PREFIX=$PWD/local
export ATHENA_PREFIX=$PWD/local
$SINGULARITY exec $SIF bash
$SINGULARITY exec $SIF eic-shell
EOF
EOF
fi
fi
Loading