You are not logged in.
I'm student, and I work with fortran language. But I'm not being able to compile any program with ifort.
When I install with yaourt, and I try to compiler any program, this error is shown:
Error: A license for FCompL 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. Trusted Storage
** 2. /opt/intel/licenses/*.lic
** 3. /opt/intel/composer_xe_2015.0.090/bin/ia32/../../Licenses
** 4. /home/clebiojunior/Licenses
** 5. /Users/Shared/Library/Application Support/Intel/Licenses
** 6. /opt/intel/composer_xe_2015.0.090/bin/ia32/*.lic
Please visit http://software.intel.com/sites/support/ if you require
technical assistance.
ifort: error #10052: could not checkout FLEXlm license
If this helps in my solution, I've got a older ifort package.
Thanks for any help.
Offline
Where do you have the license?
Offline
I have no license. The site or arch linux, through package, hasn't gave me.
I just have a serial number from a old download that I did.
Did you get to install ifort in the arc linux?
Offline
You need a license file from Intel.
Either pay $700 for the software or there is a free trial available.
https://software.intel.com/en-us/intel- … -studio-xe
Offline
Thanks slithery.
I thought it was for free.
But, do you know another good fortran compiler? I tried to use gfortran, however I didn't like it.
Offline
Maybe the g95 compiler : http://www.g95.org/ ?
there's a package for it in aur, although it appears to be unmaintained and may need updating.
Disliking systemd intensely, but not satisfied with alternatives so focusing on taming systemd.
clean chroot building not flexible enough ?
Try clean chroot manager by graysky
Offline
I've used gfortrain with great success in the past.
You can get a free-as-in-beer open source license to ifort. You'd have to make sure that you comply with the license and get it by running the Intel installer. It will then save your license somewhere.
Arch x64 on Thinkpad X200s/W530
Offline
Maybe the g95 compiler : http://www.g95.org/ ?
there's a package for it in aur, although it appears to be unmaintained and may need updating.
Lone_Wolf. What I like in the ifort is the "pause". With this word in the fortran's code, I can interrupt the program and see the if it's working as I want.
Can g95 do this too?
Offline
I don't use fortran myself, but this 2003 archive item suggest they do :
August 24
Added support for PAUSE and alternate returns. I'll be out of town the next couple of days, on short trip to Las Vegas. The J3 meeting was unfortunately last week, otherwise I would have popped in and said hi.
You could try asking on their google group forum , https://groups.google.com/forum/#!forum/gg95
Last edited by Lone_Wolf (2015-01-16 15:18:39)
Disliking systemd intensely, but not satisfied with alternatives so focusing on taming systemd.
clean chroot building not flexible enough ?
Try clean chroot manager by graysky
Offline
Lone_Wolf, I've done a little test with g95 and it's great. I can use the "pause" like ifort.
I hope it fixes my problem.
Thank you so much for your help.
Offline
The Intel non-commercial licence has been discontinued. See this thread https://software.intel.com/en-us/forums/topic/330003
Raul Laasner
Offline