Thanks! It worked. Regards, Jayesh ________________________________________ From: Kenneth Raffenetti [[email protected]] Sent: Thursday, November 06, 2014 1:59 PM To: Krishna, Jayesh; [email protected] Subject: Re: [JLSE-Admins] Unable to build on future tech cluster - license not available The Intel licenses are now located on a server. Try this line: export INTEL_LICENSE_FILE=28518@ftsn2 Other software license information can now be found on the JLSE web page. http://jlse.anl.gov/installed-software/ Ken On 11/06/2014 01:43 PM, Krishna, Jayesh wrote:
Hi, It has been couple of months since I last tried this, but after setting the environment in my bash_profile as mentioned in https://collab.mcs.anl.gov/display/FT/Future+Tech+Home I get a "A license for CCompL is not available" error when trying to build a simple C program on the jlse login nodes (ftlogin*). What am I doing wrong?
===========================
[jayesh@ftlogin1]bash$:~/software/esmf/u-krishna-jayesh-esmf$ icpc hello.c
Error: A license for CCompL is not available (-76,61026,2).
License file(s) used were (in this order): 1. Trusted Storage ** 2. /soft/compilers/intel/licenses/*.lic ** 3. /soft/compilers/intel/composer_xe_2013_sp1.1.106/licenses ** 4. /opt/intel/licenses ** 5. /home/jayesh/intel/licenses ** 6. /soft/compilers/intel/composer_xe_2013_sp1.1.106/Licenses ** 7. /Users/Shared/Library/Application Support/Intel/Licenses ** 8. /soft/compilers/intel/composer_xe_2013_sp1.1.106/bin/intel64/*.lic
Please visit http://software.intel.com/sites/support/ if you require technical assistance.
icpc: error #10052: could not checkout FLEXlm license
=================================
============ My bash_profile ============ # .bash_profile
# Get the aliases and functions if [ -f ~/.bashrc ]; then . ~/.bashrc fi
# User specific environment and startup programs
PATH=/home/jayesh/software/autotools/install/bin:$PATH PATH=$PATH:$HOME/bin
export PATH
export INTEL_LICENSE_FILE=/soft/compilers/intel/licenses #export INTEL_LICENSE_FILE=/soft/compilers/intel/composer_xe_2013_sp1.1.106/uninstall/licenses #source /soft/compilers/intel/bin/compilervars.sh intel64 source /soft/compilers/intel/composer_xe_2013_sp1.1.106/bin/compilervars.sh intel64 source /soft/compilers/intel/vtune_amplifier_xe/amplxe-vars.sh source /soft/compilers/intel/advisor_xe/advixe-vars.sh source /soft/compilers/intel/inspector_xe/inspxe-vars.sh source /soft/compilers/intel/impi/4.1.3.048/bin64/mpivars.sh
#export SINK_LD_LIBRARY_PATH=/soft/compilers/intel/composerxe/lib/mic:/usr/linux-k1om-4.7/x86_64-k1om-linux/lib64:/usr/lib64:/opt/intel/opencl/lib64 export SINK_LD_LIBRARY_PATH=/soft/compilers/intel/composer_xe_2013_sp1.1.106/compiler/lib/mic:/usr/linux-k1om-4.7/x86_64-k1om-linux/lib64:/usr/lib64:/opt/intel/opencl/lib64
#PATH=$PATH:/soft/compilers/intel/mic/bin:/usr/linux-k1om-4.7/bin/ PATH=$PATH:/usr/linux-k1om-4.7/bin/
export PATH
export OFFLOAD_REPORT=2
===================================
Regards, jayesh
_______________________________________________ Admins mailing list [email protected] https://lists.jlse.anl.gov/mailman/listinfo/admins