I installed Intel(R) Parallel Studio XE Cluster Edition on my system running Ubuntu 14.04.4. I updated my .bashrc files to include /home/chris/intel/bin.
which ifort returns: /home/chris/intel/bin/ifort
However, when I try to use make to build an openmpi version of some Monte Carlo software, I get several error messages to the effect of
ifort: error #10052: could not checkout FLEXlm license make[2]: *** [import/mars-routines-2.o] Error 1 --- import/mars-routines.o --- Error: A license for Comp-FL is not available (-76,61026,2). License file(s) used were (in this order): 1. Trusted Storage ** 2. /home/chris/intel/compilers_and_libraries_2016.2.181/linux/bin/intel64/../../Licenses ** 3. /home/chris/Licenses ** 4. /opt/intel/licenses ** 5. /Users/Shared/Library/Application Support/Intel/Licenses ** 6. /home/chris/intel/compilers_and_libraries_2016.2.181/linux/bin/intel64/*.lic Please refer http://software.intel.com/sites/support/ for more information..
ifort -v returns a similar message. Where should I start to fix this license issue? Thanks.