Need additional shell script to support CELS computing environment.

This commit is contained in:
naromero77 2019-12-11 12:06:18 -06:00
parent 94b74869f5
commit 11e6fd9e2c
1 changed files with 5 additions and 0 deletions

View File

@ -1,4 +1,9 @@
#!/bin/bash
# Next line is specific to the Argonne CELS computing environment
# it is needed in order to set-up modules and load the compilers
# correctly, particular Intel and PGI.
. /etc/profile.d/z00_lmod.sh
# Uncomment below for VERY verbose output from BASH
# set -x