Skip to content

Commit

Permalink
Removed debugging code.
Browse files Browse the repository at this point in the history
  • Loading branch information
bvanessen committed Aug 28, 2024
1 parent 6068ad1 commit 53fdf98
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 25 deletions.
19 changes: 1 addition & 18 deletions .gitlab/build-and-test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -224,8 +224,7 @@ echo "~~~~~ Installing Python Packages with PIP"
echo "~~~~~ $(date)"
echo "~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"

#CMD="python3 -m pip install -i https://pypi.org/simple --prefix ${prefix}/lbann protobuf tqdm numpy scipy"
CMD="python3 -m pip install -i https://pypi.org/simple --prefix ${prefix}/lbann pytest protobuf tqdm numpy"
CMD="python3 -m pip install -i https://pypi.org/simple --prefix ${prefix}/lbann pytest protobuf tqdm numpy scipy"
echo ${CMD}
${CMD}

Expand All @@ -237,32 +236,16 @@ if [[ $(env | grep VIRTUAL_ENV) ]]; then
echo "~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"
deactivate
fi
if [[ $(env | grep VIRTUAL_ENV) ]]; then
echo "~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"
echo "~~~~~ Build Script is currently in a Python virtual environment - deactivate it before loading"
echo "~~~~~ Deactivate it before loading the LBANN module"
echo "~~~~~ $(date)"
echo "~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"
fi

LBANN_MODFILES_DIR=${build_dir}/install/lbann/etc/modulefiles
CMD="ml use ${LBANN_MODFILES_DIR}"
echo ${CMD}
${CMD}
ml load lbann
ml show lbann
CMD="ml list"
echo ${CMD}
${CMD}

echo "LD_LIBRARY_PATH: ${LD_LIBRARY_PATH}"
echo "LBANN_DIR: ${LBANN_DIR}"

echo "~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"
echo "~~~~~ Testing LBANN: $(which lbann)"
echo "~~~~~ $(date)"
echo "----- PATH: ${PATH}"
echo "----- lbann_pfe.sh: $(which lbann_pfe.sh)"
echo "~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"

failed_tests=0
Expand Down
7 changes: 0 additions & 7 deletions .gitlab/configure_deps.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,6 @@ else
dihydrogen_lapack_opt=""
fi

echo "~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"
echo "----- BVE Dependency Flags:"
echo "----- HALF: ${build_half}"
echo "----- DISTCONV: ${build_distconv}"
echo "----- FFT: ${build_fft}"
echo "~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"

cmake \
-G Ninja \
-S ${lbann_sb_dir} \
Expand Down

0 comments on commit 53fdf98

Please sign in to comment.