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