summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xshare/spack/setup-env.sh11
1 files changed, 0 insertions, 11 deletions
diff --git a/share/spack/setup-env.sh b/share/spack/setup-env.sh
index 74820ecb93..4de530beba 100755
--- a/share/spack/setup-env.sh
+++ b/share/spack/setup-env.sh
@@ -230,18 +230,7 @@ if [ "${need_module}" = "yes" ]; then
export MODULE_PREFIX=${module_prefix}
_spack_pathadd PATH "${MODULE_PREFIX}/Modules/bin"
module() { eval `${MODULE_PREFIX}/Modules/bin/modulecmd ${SPACK_SHELL} $*`; }
- echo "INFO: Using spack managed module system."
- else
- echo "WARNING: A method for managing modules does not currently exist."
- echo ""
- echo "To resolve this you may either:"
- echo "1. Allow spack to handle this by running 'spack bootstrap'"
- echo " and sourcing this script again."
- echo "2. Install and activate a supported module managment engine manually"
- echo " Supported engines include: environment-modules and lmod"
fi;
-else
- echo "INFO: Using system available module system."
fi;
#