Posts Tagged ‘icc’

Compiling a program with icc so the path of icc dynamic libraries is known

Thursday, September 11th, 2008

Problem

I had the problem that programs compiled with icc and ifort needed a library from the compiler’s directory to run, and I had gotten tired of needing to set LD_LOAD_PATH

(more…)