#acl DvGroup:read,write,delete,revert,admin All:read ===== 2007-03-12: Intel compiler shared libraries installed on 64 bit machines ===== ## put an abstract here (few lines) - it will appear on summary pages The 32 bit shared runtime libraries of the Intel C/C++ and Fortran compilers are now installed on the 64 bit SL3 machines as well. Unfortunately, the native 64 bit libraries had to bemoved to a different directory, so your 64 bit jobs might need to be fixed. ## end of abstract - anything below will not show up in summaries You have two options: either recompile your 64 bit program with the latest release of the Intel compiler or set the environment variable ''LD_LIBRARY_PATH'' to the directory /opt/products/icc/9.0/lib64 for C/C++ programs or /opt/products/ifort/9.0/lib64 for Fortran applications. 32 bit programs will run unmodified.