ioapi/3.2 built with gcc/11.2.0, openmpi/4.1.3_slurm, hdf5/1.13.1_slurm

This commit is contained in:
2022-07-04 18:08:00 +02:00
parent cc6d5c8c26
commit 3b8d550f88
3 changed files with 50 additions and 0 deletions
+3
View File
@@ -37,6 +37,7 @@ pbuild::pre_configure_Linux() {
;;
gcc )
BIN='Linux2_x86_64gfortmpi'
cp -av "${BUILDBLOCK_DIR}/files/Makeinclude.${BIN}" "ioapi"
;;
* )
std::die 4 "Compiler '${COMPILER}' is not supported on ${OS}!"
@@ -60,6 +61,8 @@ pbuild::configure() {
pbuild::compile() {
make "${CONFIGURE_ARGS[@]}" all
make "${CONFIGURE_ARGS[@]}" m3tools
}
pbuild::install() {