- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I recently switched tp oneAPI from Parallel Studio for my cluster using linux. My code is in fortran and I used to compile it with "ifort -o file.e file.f -mkl=sequential -static-intel" with no problem. Now after switching to oneAPI, I got error "undefined reference to `for_stop_core_quiet' " when compiling it. Does anyone know what's causing the issue and how to fix it? Much appreciated!
Note: here is my compile line using oneAPI:
ifort -O3 -o file.e file.f -I${MKLROOT}/include/intel64/ilp64 -i8 -I"${MKLROOT}/include" ${MKLROOT}/lib/intel64/libmkl_blas95_ilp64.a -Wl,--start-group ${MKLROOT}/lib/intel64/libmkl_intel_ilp64.a ${MKLROOT}/lib/intel64/libmkl_sequential.a ${MKLROOT}/lib/intel64/libmkl_core.a -Wl,--end-group -lpthread -lm -ldl
Yuxi
Link Copied
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi,
Can you please tell us the oneAPI version and compiler version. And also please use the appropriate cluster libraries and MPI library using the link line advisor.
Let us know if you face any issues.
Regards
Rajesh.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi,
Can you please let us know if there is any update?
Regards
Rajesh.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi,
Since we have not heard back from you, we are closing this thread. If you need further assistance, please start a new thread.
Regards
Rajesh.

- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page