File tree 1 file changed +16
-0
lines changed 1 file changed +16
-0
lines changed Original file line number Diff line number Diff line change @@ -1744,3 +1744,19 @@ href=\"$topdir/community/help/\">Getting Help</a> page -- it details
1744
1744
how to send a request to the Open MPI mailing lists. " ;
1745
1745
1746
1746
/////////////////////////////////////////////////////////////////////////
1747
+
1748
+ $ q [] = "How do I statically link to the libraries of Intel compiler suite? " ;
1749
+
1750
+ $ anchor [] = "statically-link-with-intel-libraries " ;
1751
+
1752
+ $ a [] = "When compiled with Intel compiler suite, by default Openmpi binaries are
1753
+ dynamically linked against several Intel libraries, this might cause those executalbes
1754
+ to crash if you install Intel compiler suite on local disk. To statically link to the
1755
+ libraries of Intel compiler suite, pass \"LDFLAGS=-Wc,-static-intel \" to configure like
1756
+ the following:
1757
+
1758
+ <geshi bash>
1759
+ shell$ $ ./configure CC =icc CXX =icpc FC =ifort LDFLAGS =-Wc,-static-intel ...
1760
+ </geshi >
1761
+
1762
+ /////////////////////////////////////////////////////////////////////////
You can’t perform that action at this time.
0 commit comments