Skip to content

Commit

Permalink
use test_mpl to report matplotlib env
Browse files Browse the repository at this point in the history
  • Loading branch information
teuben committed Jun 26, 2023
1 parent 1793ced commit cfc8b32
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions bin/SLpipeline.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
# @todo optional PI parameters
# option to have a data+time ID in the name, by default it will be blank?

_version="SLpipeline: 25-jun-2023"
_version="SLpipeline: 26-jun-2023"

echo ""
echo "LMTOY>> VERSION $(cat $LMTOY/VERSION)"
Expand Down Expand Up @@ -94,9 +94,11 @@ fi
echo "LMTOY>> OMP_NUM_THREADS=$OMP_NUM_THREADS"

# report modules
echo "LMTOY>> DISPLAY=$DISPLAY modules:"
echo "$(module list)"

# report matplotlib environment
test_mpl

# bootstrap information on the obsnum
[ ! -d $WORK_LMT/tmp ] && mkdir -p $WORK_LMT/tmp
rc0=$WORK_LMT/tmp/lmtoy_${obsnum}.rc
Expand Down

0 comments on commit cfc8b32

Please sign in to comment.