Hi,
I am trying to use ifort on LINUX machine where it had been previously installed (not by me). I checked the paths and typed :
source /stdhav/intel/bin/compilervars.sh intel64
PATH=/stdhav/intel/bin:$PATH; export PATH
The ifort command is correctly found but it misses some libraries apparently:
$ ifort -v
ifort: error while loading shared libraries: libintelremotemon.so: cannot open shared object file: No such file or directory
Does anyone know what I'm doing wrong?
I thought that it could be due to the LD_LIBRARY_PATH variable, however I don't know to which directory it should point to?
Any help would be much appreciated !
Thanks.