forked from firemodels/fds
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request firemodels#13654 from rmcdermo/master
Build: add hypre and sundials parallel build for all remaining targets
- Loading branch information
Showing
20 changed files
with
103 additions
and
38 deletions.
There are no files selected for viewing
Empty file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,13 @@ | ||
#!/bin/bash | ||
ARG=$1 | ||
|
||
source ../Scripts/set_intel_compiler.sh $ARG | ||
|
||
dir=`pwd` | ||
target=${dir##*/} | ||
|
||
# Compile third-party libraries | ||
export FDS_BUILD_TARGET=$target | ||
export SOURCE_INTEL_IFORT=1 | ||
source ../Scripts/build_thirdparty_libs.sh "$@" | ||
|
||
# Build fds | ||
echo Building $target with Intel MPI and $INTEL_IFORT | ||
make -j4 VPATH="../../Source" -f ../makefile $target |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,13 @@ | ||
#!/bin/bash | ||
ARG=$1 | ||
|
||
source ../Scripts/set_intel_compiler.sh $ARG | ||
|
||
dir=`pwd` | ||
target=${dir##*/} | ||
|
||
# Compile third-party libraries | ||
export FDS_BUILD_TARGET=$target | ||
export SOURCE_INTEL_IFORT=1 | ||
source ../Scripts/build_thirdparty_libs.sh "$@" | ||
|
||
# Build fds | ||
echo Building $target with Intel MPI and $INTEL_IFORT | ||
make -j4 VPATH="../../Source" -f ../makefile $target |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,13 @@ | ||
#!/bin/bash | ||
ARG=$1 | ||
|
||
source ../Scripts/set_intel_compiler.sh $ARG | ||
|
||
dir=`pwd` | ||
target=${dir##*/} | ||
|
||
# Compile third-party libraries | ||
export FDS_BUILD_TARGET=$target | ||
export SOURCE_INTEL_IFORT=1 | ||
source ../Scripts/build_thirdparty_libs.sh "$@" | ||
|
||
# Build fds | ||
echo Building $target with Intel MPI and $INTEL_IFORT | ||
make -j4 VPATH="../../Source" -f ../makefile $target |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,14 @@ | ||
#!/bin/bash | ||
ARG=$1 | ||
|
||
source ../Scripts/set_intel_compiler.sh $ARG | ||
|
||
dir=`pwd` | ||
target=${dir##*/} | ||
|
||
# Compile third-party libraries | ||
export FDS_BUILD_TARGET=$target | ||
export SOURCE_INTEL_IFORT=1 | ||
source ../Scripts/build_thirdparty_libs.sh "$@" | ||
|
||
# Build fds | ||
echo Building $target with Intel MPI and $INTEL_IFORT | ||
make -j4 VPATH="../../Source" -f ../makefile $target | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,14 @@ | ||
#!/bin/bash | ||
ARG=$1 | ||
|
||
source ../Scripts/set_intel_compiler.sh $ARG | ||
|
||
dir=`pwd` | ||
target=${dir##*/} | ||
|
||
# Compile third-party libraries | ||
export FDS_BUILD_TARGET=$target | ||
export SOURCE_INTEL_IFORT=1 | ||
source ../Scripts/build_thirdparty_libs.sh "$@" | ||
|
||
# Build fds | ||
echo Building $target with Intel MPI and $INTEL_IFORT | ||
make -j4 VPATH="../../Source" -f ../makefile $target | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,12 @@ | ||
#!/bin/bash | ||
|
||
dir=`pwd` | ||
target=${dir##*/} | ||
|
||
# Compile third-party libraries | ||
export FDS_BUILD_TARGET=$target | ||
source ../Scripts/build_thirdparty_libs.sh "$@" | ||
|
||
# Builds fds | ||
echo Building $target | ||
make -j4 VPATH="../../Source" -f ../makefile $target |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,12 @@ | ||
#!/bin/bash | ||
|
||
dir=`pwd` | ||
target=${dir##*/} | ||
|
||
# Compile third-party libraries. | ||
# Compile third-party libraries | ||
export FDS_BUILD_TARGET=$target | ||
source ../Scripts/build_thirdparty_libs.sh "$@" | ||
|
||
# Builds fds | ||
echo Building $target | ||
make -j4 VPATH="../../Source" -f ../makefile $target |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,12 @@ | ||
#!/bin/bash | ||
|
||
dir=`pwd` | ||
target=${dir##*/} | ||
|
||
# Compile third-party libraries | ||
export FDS_BUILD_TARGET=$target | ||
source ../Scripts/build_thirdparty_libs.sh "$@" | ||
|
||
# Builds fds | ||
echo Building $target | ||
make -j4 VPATH="../../Source" -f ../makefile $target | ||
make -j4 VPATH="../../Source" -f ../makefile $target |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,12 @@ | ||
#!/bin/bash | ||
|
||
dir=`pwd` | ||
target=${dir##*/} | ||
|
||
# Compile third-party libraries | ||
export FDS_BUILD_TARGET=$target | ||
source ../Scripts/build_thirdparty_libs.sh "$@" | ||
|
||
# Build fds | ||
echo Building $target | ||
make -j4 VPATH="../../Source" -f ../makefile $target |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,12 @@ | ||
#!/bin/bash | ||
|
||
dir=`pwd` | ||
target=${dir##*/} | ||
|
||
# Compile third-party libraries. | ||
# Compile third-party libraries | ||
export FDS_BUILD_TARGET=$target | ||
source ../Scripts/build_thirdparty_libs.sh "$@" | ||
|
||
# Build fds | ||
echo Building $target | ||
make -j4 VPATH="../../Source" -f ../makefile $target |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,12 @@ | ||
#!/bin/bash | ||
|
||
dir=`pwd` | ||
target=${dir##*/} | ||
|
||
# Compile third-party libraries | ||
export FDS_BUILD_TARGET=$target | ||
source ../Scripts/build_thirdparty_libs.sh "$@" | ||
|
||
# Build fds | ||
echo Building $target | ||
make -j4 VPATH="../../Source" -f ../makefile $target |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,13 @@ | ||
#!/bin/bash | ||
|
||
dir=`pwd` | ||
target=${dir##*/} | ||
|
||
# Compile third-party libraries | ||
export FDS_BUILD_TARGET=$target | ||
source ../Scripts/build_thirdparty_libs.sh "$@" | ||
|
||
# Build fds | ||
echo Building $target | ||
make -j4 VPATH="../../Source" -f ../makefile $target | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters