On Wed, 20 Nov 2019 15:12:17 +0100
Yann Pouillon <[email protected]> wrote:

> Hi Quim,
> 
> Something that works pretty well for me is to comment the
> "license_file = ..." line in the EasyConfig and use the serial number
> instead:
> 
>   serial_number = 'XXXX-XXXXXXXX'
> 
> When doing this, the installer downloads the license file
> automatically.

This is what I also ended up doing after other few tries.

Bests,

Iñigo

> 
> Best regards,
> 
> Yann.
> 
> On Wed, 20 Nov 2019 09:17:09 +0100
> Joaquim Jornet Somoza <[email protected]> wrote:
> 
> > Thank you so much for your quick answer.
> > 
> > I renewed the license and added it in the path.
> > Indeed the variable seems to be properly set to .
> > INTEL_LICENSE_FILE set to
> > /opt/intel/licenses/COM_L___KCX2-GF5JMRWW.lic:/opt/intel/licenses/COM_L___KCX2-GF5JMRWW_3.lic:/opt/intel/licenses/COM_L___KCX2-GF5JMRWW_4.lic:/opt/intel/licenses/l_GF5JMRWW.lic
> > 
> > I will take a look on the  Intel Software License Manager
> > 2.6.0.003 .
> > 
> > Thanks
> > quim
> > 
> > 
> > Missatge de Kenneth Hoste <[email protected]> del dia dc., 20
> > de nov. 2019 a les 8:30:
> >   
> > > Dear Joaquim,
> > >
> > > It doesn't seem like you're doing something wrong w.r.t. using
> > > EasyBuild.
> > >
> > > Are you sure the license file 1) exist, 2) points to a license
> > > server that is compatible with this version of the Intel
> > > compilers?
> > >
> > > We had to upgrade to Intel Software License Manager 2.6.0.003
> > > (FlexLM 11.14.1.1) to install the 2018.* versions of the Intel
> > > tools.
> > >
> > >
> > > regards,
> > >
> > > Kenneth
> > >
> > > On 20/11/2019 08:12, Joaquim Jornet Somoza wrote:    
> > > > Dear all,
> > > >
> > > > I am trying to re-install the intel compiler in a EB way, for a
> > > > server that has already installed
> > > > intel..
> > > >
> > > > I used the standard icc with modified GCCcore and
> > > > binutils: icc-2018.2.199-GCC-9.2.0-2.32.eb
> > > >
> > > > but I get the following error:
> > > >
> > > >    
> > > --------------------------------------------------------------------------------
> > >     
> > > > Error during the silent install. ACTIVATION_TYPE=exist_lic
> > > > specified although no
> > > > existing license is found on the system. Please use other
> > > > activation    
> > > types.    
> > > >    
> > > --------------------------------------------------------------------------------
> > >     
> > > >
> > > > Although looking to the log file the variable
> > > > INTEL_LICENSE_FILE is set : (log)
> > > > == 2019-11-19 17:38:48,873 filetools.py:1712 INFO Found valid
> > > > license specs via $INTEL_LICENSE_FILE:
> > > > ['/opt/intel/licenses/COM_L___KCX2-GF5JMRWW.lic',
> > > > '/opt/intel/licenses/COM_L___KCX2-GF5JMRWW_3.lic',
> > > > '/opt/intel/licenses/l_GF5JMRWW.lic',
> > > > '/opt/intel/licenses/license.lic'] == 2019-11-19 17:38:48,873
> > > > intelbase.py:269 INFO Using Intel license specifications from
> > > > $INTEL_LICENSE_FILE:
> > > > ['/opt/intel/licenses/COM_L___KCX2-GF5JMRWW.lic',
> > > > '/opt/intel/licenses/COM_L___KCX2-GF5JMRWW_3.lic',
> > > > '/opt/intel/licenses/l_GF5JMRWW.lic',
> > > > '/opt/intel/licenses/license.lic'] == 2019-11-19 17:38:48,873
> > > > environment.py:97 INFO Environment variable INTEL_LICENSE_FILE
> > > > set to 
> > > /opt/intel/licenses/COM_L___KCX2-GF5JMRWW.lic:/opt/intel/licenses/COM_L___KCX2-GF5JMRWW_3.lic:/opt/intel/licenses/l_GF5JMRWW.lic:/opt/intel/licenses/license.lic
> > >    
> > > > (previous value:
> > > >    
> > > '/opt/intel/compilers_and_libraries_2018.2.199/linux/licenses:/opt/intel/licenses:/home/qjornet/intel/licenses:/opt/intel/compilers_and_libraries_2018.2.199/linux/licenses:/opt/intel/licenses:/home/qjornet/intel/licenses')
> > >     
> > > > == 2019-11-19 17:38:48,874 environment.py:97 INFO Environment
> > > > variable *INTEL_LICENSE_FILE* set to
> > > >    
> > > /opt/intel/licenses/COM_L___KCX2-GF5JMRWW.lic:/opt/intel/licenses/COM_L___KCX2-GF5JMRWW_3.lic:/opt/intel/licenses/l_GF5JMRWW.lic:/opt/intel/licenses/license.lic
> > >    
> > > > (previous value:
> > > >    
> > > '/opt/intel/licenses/COM_L___KCX2-GF5JMRWW.lic:/opt/intel/licenses/COM_L___KCX2-GF5JMRWW_3.lic:/opt/intel/licenses/l_GF5JMRWW.lic:*/opt/intel/licenses/license.lic*')
> > >     
> > > >
> > > > I have also tried to export by hand the INTEL_LICENSE_FILE in
> > > > the preinstallopts
> > > >
> > > > preinstallopts = 'export
> > > > INTEL_LICENSE_FILE=/opt/intel/licenses/license.lic && '
> > > >
> > > > but the same error occurred :
> > > > "export INTEL_LICENSE_FILE=/opt/intel/licenses/license.lic &&
> > > >   ./install.sh  -s
> > > >    
> > > /software/easybuild/RHEL/7/Broadwell/build/icc/2018.2.199/system-system-GCC-9.2.0-2.32/parallel_studio_xe_2018_update2_composer_edition_for_cpp/silent.cfg
> > >    
> > > > " exited with exit code 2 and output:
> > > >    
> > > --------------------------------------------------------------------------------
> > >     
> > > > Error during the silent install. ACTIVATION_TYPE=exist_lic
> > > > specified although no
> > > > existing license is found on the system. Please use other
> > > > activation    
> > > types.    
> > > >    
> > > --------------------------------------------------------------------------------
> > >     
> > > > Any help will be strongly welcome !!
> > > > best
> > > > quim
> > > >
> > > >
> > > >
> > > > --
> > > >    
> > > ----------------------------------------------------------------------------------------------------------------------------------------
> > >     
> > > > *Dr. Joaquim Jornet Somoza*
> > > > *Técnico Superior de Cálculo Científico *
> > > > Servicios Generales a la Investigación (*SGIker*)
> > > > Universidad del País Vasco (*UPV/EHU*)
> > > > email: [email protected]
> > > > <mailto:[email protected]> Edificio Joxe Maria Korta
> > > > (Campus Gipuzkoa) Av. Tolosa 72, 4a planta
> > > > 20018 Donostia-San Sebastián,
> > > > Gipuzkoa, Spain
> > > >
> > > > /External Collaborator./
> > > > Nano-Bio Spectroscopy group
> > > > Departamento de Física de Materiales
> > > > Universidad del País Vasco (UPV/EHU)
> > > > Donostia-San Sebastián, Gipuzkoa, Spain    
> > >    
> > 
> >   
> 

Reply via email to