Intel® Fortran Compiler
Build applications that can scale for the future with optimized code designed for Intel® Xeon® and compatible processors.
29389 Discussions

Intel License for compute node of a cluster

alankaralankar
Beginner
640 Views
Hi,

I am trying to run an ABAQUS job on a compute node of a cluster and it gives me the following error:

Error: A license for FCompL could not be obtained

Looks like we have license only for head node. I would like to know if there is some way to compile the user subroutines of ABAQUS into object file and use the object file on the compute need, without needing Intel Fortran License for the compute node.

Regards,
0 Kudos
1 Reply
Steven_L_Intel1
Employee
640 Views

A license is needed for the compiler, not for executing code. I am not familiar with how ABAQUS works, but you should be able to precompile (and link) whatever is needed. Perhaps you have to create a .so and feed that to ABAQUS.
0 Kudos
Reply