File tree 3 files changed +6
-6
lines changed
3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 25
25
# with libfabric in the install location that uses.
26
26
27
27
28
- module load intelmpi
29
28
# Tell Intel MPI to use external libfabric version with:
30
29
export I_MPI_OFI_LIBRARY_INTERNAL=0
30
+ module load intelmpi
31
31
export I_MPI_FABRICS=shm:ofi
32
32
export I_MPI_OFI_PROVIDER=efa
33
33
# This is to ensure the correct EFA fabrics are used.
59
59
-xsystemlibfabric -ldlibpath /opt/amazon/efa/lib64 \
60
60
-fabric OFI \
61
61
-server \
62
- ${starccm_sim_file} > " ${starccm_sim_file% .* } .log" 2>&1
62
+ ${starccm_sim_file} > " ${starccm_sim_file% .* } .log" 2>&1
Original file line number Diff line number Diff line change 18
18
# with libfabric in the install location that uses.
19
19
20
20
21
- module load intelmpi
22
21
# Tell Intel MPI to use external libfabric version with:
23
22
export I_MPI_OFI_LIBRARY_INTERNAL=0
23
+ module load intelmpi
24
24
export I_MPI_FABRICS=shm:ofi
25
25
export I_MPI_OFI_PROVIDER=efa
26
26
# This is to ensure the correct EFA fabrics are used.
52
52
-xsystemlibfabric -ldlibpath /opt/amazon/efa/lib64 \
53
53
-fabric OFI \
54
54
-batch ${MACRO} \
55
- ${starccm_sim_file} > " ${starccm_sim_file% .* } .log" 2>&1
55
+ ${starccm_sim_file} > " ${starccm_sim_file% .* } .log" 2>&1
Original file line number Diff line number Diff line change 22
22
# with libfabric in the install location that uses.
23
23
24
24
25
- module load intelmpi
26
25
# Tell Intel MPI to use external libfabric version with:
27
26
export I_MPI_OFI_LIBRARY_INTERNAL=0
27
+ module load intelmpi
28
28
export I_MPI_FABRICS=shm:ofi
29
29
export I_MPI_OFI_PROVIDER=efa
30
30
# This is to ensure the correct EFA fabrics are used.
@@ -86,4 +86,4 @@ echo Start Time: `date`
86
86
87
87
88
88
echo ========================
89
- echo Finish Time: ` date`
89
+ echo Finish Time: ` date`
You can’t perform that action at this time.
0 commit comments