Software Archive
Read-only legacy content
17061 Discussions

Licence error in linking Intel Composer XE 2011 to Abaqus

javids2002
Beginner
754 Views

I have installed Intel Composer XE 2011 trial version on my computer. I have Microsoft Visual studio 2010 (trial version) on my computer. Iwant to link Intel Comp. to Abaqus to run a fortran subroutine in Abaqus.When I run my abaqus job using the fortran subroutine, the following error occurres:

"Abaqus JOB Test

Abaqus 6.11-2

Begin Compiling Abaqus/Standard User Subroutines

8/1/2012 12:22:00 AM

ifort: command line remark #10279: option '/QxW' is deprecated and will be removed in a future release. See '/help deprecated'

ifort: command line warning #10161: unrecognized source type 'Od'; object file assumed

ifort: command line warning #10161: unrecognized source type 'Zi'; object file assumed

ifort: warning #10146: no action performed for specified object file(s)

End Compiling Abaqus/Standard User Subroutines

8/1/2012 12:22:00 AM

Begin Linking Abaqus/Standard User Subroutines

8/1/2012 12:22:00 AM

Creating library standardU.lib and object standardU.exp

Microsoft Manifest Tool version 5.2.3790.2076

Copyright (c) Microsoft Corporation 2005.

All rights reserved.

standardU.dll.manifest : general error c1010070: Failed to load and parse the manifest. The system cannot find the file specified.

Abaqus Error: Problem during linking - Abaqus/Standard User Subroutines.

This error may be due to a mismatch in the Abaqus user subroutine arguments.

These arguments sometimes change from release to release, so user subroutines

used with a previous release of Abaqus may need to be adjusted.

Abaqus/Analysis exited with errors"

First I verifiedmy Abaqus to see if everything is correct, but the following errors occurred:
"

The license files (or license server system network addresses) attempted are

listed below. Use LM_LICENSE_FILE to use a different license file,

or contact your software provider for a license file.

Feature: FCompW

Filename: C:\\PROGRA~2\\Intel\\COMPOS~1\\bin\\intel64\\*.lic

License path: C:\\Program Files (x86)\\Common Files\\Intel\\Licenses\\*.lic;C:\\Program Files\\Common Files\\Intel\\Licenses;C:\\PROGRA~2\\Intel\\COMPOS~1\\bin\\intel64\\*.lic;

FLEXnet Licensing error:-1,359. System Error: 2 "No such file or directory"

For further information, refer to the FLEXnet Licensing documentation,

available at "www.flexerasoftware.com".

FLEXnet Licensing checkout error: Cannot find license file.

The license files (or license server system network addresses) attempted are

listed below. Use LM_LICENSE_FILE to use a different license file,

or contact your software provider for a license file.

Feature: FComp

Filename: C:\\PROGRA~2\\Intel\\COMPOS~1\\bin\\intel64\\*.lic

License path: C:\\Program Files (x86)\\Common Files\\Intel\\Licenses\\*.lic;C:\\Program Files\\Common Files\\Intel\\Licenses;C:\\PROGRA~2\\Intel\\COMPOS~1\\bin\\intel64\\*.lic;

FLEXnet Licensing error:-1,359. System Error: 2 "No such file or directory"

For further information, refer to the FLEXnet Licensing documentation,

available at "www.flexerasoftware.com".

Checkout succeeded: FCompW/8F848FE39DBC

License file: C:\\Program Files (x86)\\Common Files\\Intel\\Licenses\\*.lic

No server used

ifort: command line remark #10279: option '/QxW' is deprecated and will be removed in a future release. See '/help deprecated'

ifort: command line warning #10161: unrecognized source type 'Od'; object file assumed

ifort: command line warning #10161: unrecognized source type 'Zi'; object file assumed

ifort: warning #10146: no action performed for specified object file(s)

End Compiling Abaqus/Standard User Subroutines"
Irecieved an email from Intel after registering the software, but licence wasnot included.
I have spent more than a month searching throughInternet to solve the problem, but I could not solve that.
I would appreciate it if you could please help me solve the problem.

Thanks a lot

0 Kudos
1 Reply
Igor_V_Intel
Employee
754 Views

Dear customer,

First of all, it looks like you are incorrectly using Fortran compiler options:

ifort: command line warning #10161: unrecognized source type 'Od'; object file assumed
ifort: command line warning #10161: unrecognized source type 'Zi'; object file assumed

This means that you missed / before the option, e.g. /Od.
To use the compiler you need to have a valid license and point LM_LICENSE_FILE environment
variable to this license file. Right now it is set to C:\Program Files (x86)\Common Files\Intel\Licenses\*.lic. Please check that you have a valid license in this folder.
By the way, I didn't find any evaluation license registered with your email.
So, my suggestion is to go ahead and get the evaluation license first:

http://software.intel.com/en-us/articles/intel-software-evaluation-center/

After that you should be able to register it on Registration Center (just enter received Serial Number and your email and click "Register Product" button):

http://registrationcenter.intel.com

And you should finally receive the license file on your email after the registration.

Regards,
Igor

0 Kudos
Reply