Bureaucrats, cc_docs_admin, cc_staff
2,306
edits
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
However, | However, if you have compiled a program on a system which uses Intel processors and you have used one or more options like <tt>-xXXXX</tt>, such as <tt>-xCORE-AVX2</tt>, the compiled program will not work on Narval because the Intel compilers add additional instructions in order to verify that processor used is an Intel product. On Narval, the options <tt>-xHOST</tt> and <tt>-march=native</tt> are equivalent to <tt>-march=pentium</tt> (the old 1993 Pentium) and should <b>not</b> be used. |