Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error while installing Paradis #6

Open
SagarChandra opened this issue Nov 27, 2024 · 2 comments
Open

Error while installing Paradis #6

SagarChandra opened this issue Nov 27, 2024 · 2 comments

Comments

@SagarChandra
Copy link

I setup the make environment to gcc.

While doing make in the Paradis directory, i am getting these errors:-

mpicxx ../src/ARKodeIntegrator.cc
operating system = Linux
node = atulya336.compunet.in
mpicxx ../src/ARKodeIntegrator_RhsFi.cc
compile target = gcc
compile mode = PARALLEL
mpicxx ../src/Abort.cc
cpp compiler = mpicxx

Error: A license for Comp-CL could not be obtained (-1,359,2).

Is your license file in the right location and readable?
The location of your license file should be specified via
the $INTEL_LICENSE_FILE environment variable.

License file(s) used were (in this order):
** 1. /dlocal/sysapps/intel/2018u4/compilers_and_libraries_2018.5.274/linux//licenses
** 2. /dlocal/sysapps/intel/2018u4/compilers_and_libraries_2018.5.274/linux/bin/intel64/../../Licenses
** 3. /home/lus03/sagarc/Licenses
** 4. /opt/intel/licenses
** 5. /Users/Shared/Library/Application Support/Intel/Licenses
** 6. /dlocal/sysapps/intel/2018u4/compilers_and_libraries_2018.5.274/linux/bin/intel64/*.lic

Please refer http://software.intel.com/sites/support/ for more information..

icc: error #10052: could not checkout FLEXlm license
make: *** [../obj/p/ARKodeIntegrator.o] Error 1
make: *** Waiting for unfinished jobs....

Error: A license for Comp-CL could not be obtained (-1,359,2).

Is your license file in the right location and readable?
The location of your license file should be specified via
the $INTEL_LICENSE_FILE environment variable.

License file(s) used were (in this order):
** 1. /dlocal/sysapps/intel/2018u4/compilers_and_libraries_2018.5.274/linux//licenses
** 2. /dlocal/sysapps/intel/2018u4/compilers_and_libraries_2018.5.274/linux/bin/intel64/../../Licenses
** 3. /home/lus03/sagarc/Licenses
** 4. /opt/intel/licenses
** 5. /Users/Shared/Library/Application Support/Intel/Licenses
** 6. /dlocal/sysapps/intel/2018u4/compilers_and_libraries_2018.5.274/linux/bin/intel64/*.lic

Please refer http://software.intel.com/sites/support/ for more information..

icc: error #10052: could not checkout FLEXlm license
make: *** [../obj/p/ARKodeIntegrator_RhsFi.o] Error 1
cpp options = -O3 -g -DPARALLEL -Wno-write-strings -DTAYLORFMM -DFIX_PLASTIC_STRAIN -DLIMIT_NODE_VELOCITY -DNO_XWINDOW -DNO_XPM -DNO_GENERAL -DSEM_SEMUN_UNDEFINED
cpp includes = -I. -I../include
lib options = ../obj/p/libparadis.a -lm -lX11 -lpthread -lmpich

Error: A license for Comp-CL could not be obtained (-1,359,2).

Is your license file in the right location and readable?
The location of your license file should be specified via
the $INTEL_LICENSE_FILE environment variable.

License file(s) used were (in this order):
** 1. /dlocal/sysapps/intel/2018u4/compilers_and_libraries_2018.5.274/linux//licenses
** 2. /dlocal/sysapps/intel/2018u4/compilers_and_libraries_2018.5.274/linux/bin/intel64/../../Licenses
** 3. /home/lus03/sagarc/Licenses
** 4. /opt/intel/licenses
** 5. /Users/Shared/Library/Application Support/Intel/Licenses
** 6. /dlocal/sysapps/intel/2018u4/compilers_and_libraries_2018.5.274/linux/bin/intel64/*.lic

Please refer http://software.intel.com/sites/support/ for more information..

icc: error #10052: could not checkout FLEXlm license
make: *** [../obj/p/Abort.o] Error 1

Please let me know the issue.

Thanks and regards
Sagar

@nrbertin
Copy link
Member

This issue is due to your mpicxx pointing to the intel compiler for which you apparently don't have the license. If on a cluster, try to load a different module that points to a different compiler (e.g. module load gcc).

@SagarChandra
Copy link
Author

SagarChandra commented Dec 23, 2024 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants