- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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?
Link Copied
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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.
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page