File tree Expand file tree Collapse file tree 19 files changed +103
-38
lines changed
impi_intel_linux_openmp_db
impi_intel_linux_openmp_dv Expand file tree Collapse file tree 19 files changed +103
-38
lines changed Original file line number Diff line number Diff line change 11#! /bin/bash
2- ARG=$1
3-
4- source ../Scripts/set_intel_compiler.sh $ARG
52
63dir=` pwd`
74target=${dir##*/ }
85
6+ # Compile third-party libraries
7+ export FDS_BUILD_TARGET=$target
8+ export SOURCE_INTEL_IFORT=1
9+ source ../Scripts/build_thirdparty_libs.sh " $@ "
10+
11+ # Build fds
912echo Building $target with Intel MPI and $INTEL_IFORT
1013make -j4 VPATH=" ../../Source" -f ../makefile $target
Original file line number Diff line number Diff line change 33dir=` pwd`
44target=${dir##*/ }
55
6- # Compile third-party libraries.
6+ # Compile third-party libraries
77export FDS_BUILD_TARGET=$target
88export SOURCE_INTEL_IFORT=1
99source ../Scripts/build_thirdparty_libs.sh " $@ "
1010
11-
12- # build fds
11+ # Build fds
1312echo Building $target with Intel MPI and $INTEL_IFORT
14- make VPATH=" ../../Source" -f ../makefile $target
13+ make -j4 VPATH=" ../../Source" -f ../makefile $target
Original file line number Diff line number Diff line change 11#! /bin/bash
2- ARG=$1
3-
4- source ../Scripts/set_intel_compiler.sh $ARG
52
63dir=` pwd`
74target=${dir##*/ }
85
6+ # Compile third-party libraries
7+ export FDS_BUILD_TARGET=$target
8+ export SOURCE_INTEL_IFORT=1
9+ source ../Scripts/build_thirdparty_libs.sh " $@ "
10+
11+ # Build fds
912echo Building $target with Intel MPI and $INTEL_IFORT
1013make -j4 VPATH=" ../../Source" -f ../makefile $target
Original file line number Diff line number Diff line change 11#! /bin/bash
2- ARG=$1
3-
4- source ../Scripts/set_intel_compiler.sh $ARG
52
63dir=` pwd`
74target=${dir##*/ }
85
6+ # Compile third-party libraries
7+ export FDS_BUILD_TARGET=$target
8+ export SOURCE_INTEL_IFORT=1
9+ source ../Scripts/build_thirdparty_libs.sh " $@ "
10+
11+ # Build fds
912echo Building $target with Intel MPI and $INTEL_IFORT
1013make -j4 VPATH=" ../../Source" -f ../makefile $target
Original file line number Diff line number Diff line change 11#! /bin/bash
2- ARG=$1
3-
4- source ../Scripts/set_intel_compiler.sh $ARG
52
63dir=` pwd`
74target=${dir##*/ }
85
6+ # Compile third-party libraries
7+ export FDS_BUILD_TARGET=$target
8+ export SOURCE_INTEL_IFORT=1
9+ source ../Scripts/build_thirdparty_libs.sh " $@ "
10+
11+ # Build fds
912echo Building $target with Intel MPI and $INTEL_IFORT
1013make -j4 VPATH=" ../../Source" -f ../makefile $target
14+
Original file line number Diff line number Diff line change 11#! /bin/bash
2- ARG=$1
3-
4- source ../Scripts/set_intel_compiler.sh $ARG
52
63dir=` pwd`
74target=${dir##*/ }
85
6+ # Compile third-party libraries
7+ export FDS_BUILD_TARGET=$target
8+ export SOURCE_INTEL_IFORT=1
9+ source ../Scripts/build_thirdparty_libs.sh " $@ "
10+
11+ # Build fds
912echo Building $target with Intel MPI and $INTEL_IFORT
1013make -j4 VPATH=" ../../Source" -f ../makefile $target
14+
Original file line number Diff line number Diff line change 11#! /bin/bash
2+
23dir=` pwd`
34target=${dir##*/ }
45
6+ # Compile third-party libraries
7+ export FDS_BUILD_TARGET=$target
8+ source ../Scripts/build_thirdparty_libs.sh " $@ "
9+
10+ # Builds fds
511echo Building $target
612make -j4 VPATH=" ../../Source" -f ../makefile $target
Original file line number Diff line number Diff line change 11#! /bin/bash
2+
23dir=` pwd`
34target=${dir##*/ }
45
5- # Compile third-party libraries.
6+ # Compile third-party libraries
67export FDS_BUILD_TARGET=$target
78source ../Scripts/build_thirdparty_libs.sh " $@ "
89
10+ # Builds fds
911echo Building $target
1012make -j4 VPATH=" ../../Source" -f ../makefile $target
Original file line number Diff line number Diff line change 11#! /bin/bash
2+
23dir=` pwd`
34target=${dir##*/ }
45
6+ # Compile third-party libraries
7+ export FDS_BUILD_TARGET=$target
8+ source ../Scripts/build_thirdparty_libs.sh " $@ "
9+
10+ # Builds fds
511echo Building $target
6- make -j4 VPATH=" ../../Source" -f ../makefile $target
12+ make -j4 VPATH=" ../../Source" -f ../makefile $target
Original file line number Diff line number Diff line change 11#! /bin/bash
2+
23dir=` pwd`
34target=${dir##*/ }
45
6+ # Compile third-party libraries
7+ export FDS_BUILD_TARGET=$target
8+ source ../Scripts/build_thirdparty_libs.sh " $@ "
9+
10+ # Build fds
511echo Building $target
612make -j4 VPATH=" ../../Source" -f ../makefile $target
You can’t perform that action at this time.
0 commit comments