Hello, I'm Jiwon from Repulic of Korea.
I've got the error message as follows,
./prep_chem_sources_RADM_WRF_FIM_.exe: error while loading shared libraries: libifport.so.5: cannot open shared object file: No such file or directory
I checked the library and it figured out
echo $LD_LIBRARY_PATH
/opt/intel/composer_xe_2015.1.133/compiler/lib/intel64
Also, there was 'libifport.so.5' in that path.
So I loaded right path for libifport.so.5 and intel compiler, but why the program cannot find the file?
Is there anybody to help me?