oneAPI Registration, Download, Licensing and Installation
Support for Getting Started questions related to download, Installation and licensing for Intel oneAPI Toolkits and software development tools.

renewal of lisence for intel 2019

ftibsc
Beginner
864 Views

Dear support,

We have been using intel for CI in FTI (https://github.com/leobago/fti). Since FTI is an open source project, we have been using the free license. However, the license is expired since December last year, so we have installed the new intel  oneAPI. We have issues with the new MPI version:

jenkins@6869d1c76d28:~/fti/build$ mpirun -n 2 ./a.out 
===================================================================================
=   BAD TERMINATION OF ONE OF YOUR APPLICATION PROCESSES
=   RANK 0 PID 27556 RUNNING AT 6869d1c76d28
=   KILLED BY SIGNAL: 7 (Bus error)
===================================================================================
===================================================================================
=   BAD TERMINATION OF ONE OF YOUR APPLICATION PROCESSES
=   RANK 1 PID 27557 RUNNING AT 6869d1c76d28
=   KILLED BY SIGNAL: 9 (Killed)
===================================================================================

this error occurs independently of the program. For the error above, we simply compiled:

#include <stdlib.h>
#include <mpi.h>
int main() {
	MPI_Init(NULL,NULL);
	MPI_Finalize();
}

We would like to continue testing with the intel compilers. Is it possible to renew the license for the Intel® Parallel Studio XE Professional Edition, so that we can continue with this one?

0 Kudos
1 Reply
ArpanB_Intel
Moderator
768 Views

Hi Kai, please note that free licenses for the product Intel® Parallel Studio XE cannot be renewed. Earlier, you would have to re-apply for a new free license. However, post the transition of Intel® Parallel Studio XE to Intel® oneAPI, we have stopped providing free licenses. You could purchase a license by contacting your nearest resellers/distributors using the link: https://software.intel.com/content/www/us/en/develop/tools/resellers.html, and use a license serial number to keep using the legacy Intel® Parallel Studio XE software.


0 Kudos
Reply