File tree Expand file tree Collapse file tree 8 files changed +6
-34
lines changed
impi_intel_linux_openmp_db
impi_intel_linux_openmp_dv Expand file tree Collapse file tree 8 files changed +6
-34
lines changed Original file line number Diff line number Diff line change @@ -55,9 +55,3 @@ source ../Scripts/HYPRE/build_hypre.sh confmake.sh $clean_hypre
5555# # build sundials
5656source ../Scripts/SUNDIALS/build_sundials.sh confmake.sh $clean_sundials
5757
58-
59- # Use ARG and the options
60- # echo "ARG is: $ARG"
61- if [ " $SOURCE_INTEL_IFORT " -eq 1 ]; then
62- source ../Scripts/set_intel_compiler.sh $ARG
63- fi
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -5,9 +5,8 @@ target=${dir##*/}
55
66# Compile third-party libraries
77export FDS_BUILD_TARGET=$target
8- export SOURCE_INTEL_IFORT=1
98source ../Scripts/build_thirdparty_libs.sh " $@ "
109
1110# Build fds
12- echo Building $target with Intel MPI and $INTEL_IFORT
11+ echo Building $target
1312make -j4 VPATH=" ../../Source" -f ../makefile $target
Original file line number Diff line number Diff line change @@ -5,9 +5,8 @@ target=${dir##*/}
55
66# Compile third-party libraries
77export FDS_BUILD_TARGET=$target
8- export SOURCE_INTEL_IFORT=1
98source ../Scripts/build_thirdparty_libs.sh " $@ "
109
1110# Build fds
12- echo Building $target with Intel MPI and $INTEL_IFORT
11+ echo Building $target
1312make -j4 VPATH=" ../../Source" -f ../makefile $target
Original file line number Diff line number Diff line change @@ -5,9 +5,8 @@ target=${dir##*/}
55
66# Compile third-party libraries
77export FDS_BUILD_TARGET=$target
8- export SOURCE_INTEL_IFORT=1
98source ../Scripts/build_thirdparty_libs.sh " $@ "
109
1110# Build fds
12- echo Building $target with Intel MPI and $INTEL_IFORT
11+ echo Building $target
1312make -j4 VPATH=" ../../Source" -f ../makefile $target
Original file line number Diff line number Diff line change @@ -5,9 +5,8 @@ target=${dir##*/}
55
66# Compile third-party libraries
77export FDS_BUILD_TARGET=$target
8- export SOURCE_INTEL_IFORT=1
98source ../Scripts/build_thirdparty_libs.sh " $@ "
109
1110# Build fds
12- echo Building $target with Intel MPI and $INTEL_IFORT
11+ echo Building $target
1312make -j4 VPATH=" ../../Source" -f ../makefile $target
Original file line number Diff line number Diff line change @@ -5,10 +5,9 @@ target=${dir##*/}
55
66# Compile third-party libraries
77export FDS_BUILD_TARGET=$target
8- export SOURCE_INTEL_IFORT=1
98source ../Scripts/build_thirdparty_libs.sh " $@ "
109
1110# Build fds
12- echo Building $target with Intel MPI and $INTEL_IFORT
11+ echo Building $target
1312make -j4 VPATH=" ../../Source" -f ../makefile $target
1413
Original file line number Diff line number Diff line change @@ -5,10 +5,9 @@ target=${dir##*/}
55
66# Compile third-party libraries
77export FDS_BUILD_TARGET=$target
8- export SOURCE_INTEL_IFORT=1
98source ../Scripts/build_thirdparty_libs.sh " $@ "
109
1110# Build fds
12- echo Building $target with Intel MPI and $INTEL_IFORT
11+ echo Building $target
1312make -j4 VPATH=" ../../Source" -f ../makefile $target
1413
You can’t perform that action at this time.
0 commit comments