summaryrefslogtreecommitdiff
path: root/share/spack/docs/docker/module-file-tutorial/spack.sh
blob: dd04ef96fc4197e500bacf27577b489c563c7e64 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
# Copyright 2013-2023 Lawrence Livermore National Security, LLC and other
# Spack Project Developers. See the top-level COPYRIGHT file for details.
#
# SPDX-License-Identifier: (Apache-2.0 OR MIT)

source $SPACK_ROOT/share/spack/setup-env.sh

LMOD_DIR=$(spack location -i lmod)

if [[ $LMOD_DIR ]] ; then
    source ${LMOD_DIR}/lmod/lmod/init/bash
    source $SPACK_ROOT/share/spack/setup-env.sh
fi