rsnt_translations
56,430
edits
No edit summary |
No edit summary |
||
Line 87: | Line 87: | ||
==Intel compilers== | ==Intel compilers== | ||
Intel compilers can compile applications for Narval's AMD processors with AVX2 and earlier instruction sets. Use the <tt>-march=core-avx2</tt> option to produce executables which are compatible with both Intel and AMD processors. | Intel compilers can compile applications for Narval's AMD processors with AVX2 and earlier instruction sets. Use the <tt>-march=core-avx2</tt> option to produce executables which are compatible with both Intel and AMD processors. | ||
However, the applications will not operate on Narval if your code was compiled on a system using one or more <tt>-xXXXX</tt> options such as <tt>-xCORE-AVX2</tt> because the Intel compilers add extra instructions to verify that the processor is by Intel. This being said, the <tt>-xHOST</tt> on Narval becomes the same as <tt>-march=core-avx2</tt>. | However, the applications will not operate on Narval if your code was compiled on a system using one or more <tt>-xXXXX</tt> options such as <tt>-xCORE-AVX2</tt> because the Intel compilers add extra instructions to verify that the processor is by Intel. This being said, the <tt>-xHOST</tt> on Narval becomes the same as <tt>-march=core-avx2</tt>. |