Skip to content

Commit ee753fe

Browse files
committed
debug
1 parent d49b188 commit ee753fe

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

recipe/build-mpi.sh

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,9 @@
33
# unset unused old fortran compiler vars
44
unset F90 F77
55

6-
set -e
6+
set -ex
7+
8+
env
79

810
export FCFLAGS="$FFLAGS"
911

@@ -166,7 +168,7 @@ if [ ! -z "$build_with_cuda" ]; then
166168
echo "pml = ^ucx" >> $PREFIX/etc/openmpi-mca-params.conf
167169
echo "setting the mca osc to ^ucx..."
168170
echo "osc = ^ucx" >> $PREFIX/etc/openmpi-mca-params.conf
169-
171+
170172
POST_LINK=$PREFIX/bin/.openmpi-post-link.sh
171173
cp $RECIPE_DIR/post-link.sh $POST_LINK
172174
chmod +x $POST_LINK

0 commit comments

Comments
 (0)