Skip to content

Commit

Permalink
trying to put 1 in quotes in easystack file
Browse files Browse the repository at this point in the history
  • Loading branch information
truib committed May 13, 2023
1 parent 94df2a2 commit ea134c2
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 9 deletions.
16 changes: 8 additions & 8 deletions EESSI-pilot-install-software.sh
Original file line number Diff line number Diff line change
Expand Up @@ -223,14 +223,14 @@ if [[ $GENERIC -eq 1 ]]; then
echo_yellow ">> Using https://github.com/easybuilders/easybuild-easyblocks/pull/1946 to build generic OpenBLAS."
$EB --parallel 1 --include-easyblocks easyblocks/o/openblas-pr1946-cc74e45.py OpenBLAS-0.3.15-GCC-10.3.0.eb --robot
check_exit_code $? "${ok_msg}" "${fail_msg}"
else
# also install OpenBLAS for non-GENERIC targets because it seems 'parallel'
# does not work yet via the easystack file
echo ">> Installing OpenBLAS..."
ok_msg="Done with OpenBLAS (non-GENERIC architecture)!"
fail_msg="Installation of OpenBLAS (non-GENERIC architecture) failed!"
$EB --parallel 1 OpenBLAS-0.3.15-GCC-10.3.0.eb --robot
check_exit_code $? "${ok_msg}" "${fail_msg}"
#else
# # also install OpenBLAS for non-GENERIC targets because it seems 'parallel'
# # does not work yet via the easystack file
# echo ">> Installing OpenBLAS..."
# ok_msg="Done with OpenBLAS (non-GENERIC architecture)!"
# fail_msg="Installation of OpenBLAS (non-GENERIC architecture) failed!"
# $EB --parallel 1 OpenBLAS-0.3.15-GCC-10.3.0.eb --robot
# check_exit_code $? "${ok_msg}" "${fail_msg}"
fi

eb_install_easystack_out=${TMPDIR}/eb_install_easystack.out
Expand Down
4 changes: 3 additions & 1 deletion eessi-2023.04.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,7 @@ easyconfigs:
options:
include-easyblocks-from-pr: 2248
- Perl-5.32.1-GCCcore-10.3.0.eb
- OpenBLAS-0.3.15-GCC-10.3.0.eb
- OpenBLAS-0.3.15-GCC-10.3.0.eb:
options:
parallel: "1"
- OpenMPI-4.1.1-GCC-10.3.0.eb

0 comments on commit ea134c2

Please sign in to comment.