- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
$ ifort hello.f
ifort: /lib64/libstdc++.so.6: version `GLIBCXX_3.4.21' not found (required by ifort)
the above error occurs in centos and yum package manager on installing
intel-oneapi base-kit
intel-oneapi hpc-kit
Link Copied
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
A few questions...
What version of Centos are you running?
What version of the GNU libraries is installed?
What version of ifort are you using?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
$ more /etc/centos-release
CentOS Linux release 8.5.2111
problem is still the same . After updating the OS.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
works for me...
$ cat /etc/redhat-release
CentOS Linux release 8.4.2105
$ mpiifort -V
Intel(R) Fortran Intel(R) 64 Compiler Classic for applications running on Intel(R) 64, Version 2021.5.0 Build 20211109_000000
Copyright (C) 1985-2021 Intel Corporation. All rights reserved.
$ mpiifort -show
ifort -I"/home/softs/intel/oneapi/mpi/2021.5.1//include" -I"/home/softs/intel/oneapi/mpi/2021.5.1/include" -L"/home/softs/intel/oneapi/mpi/2021.5.1/lib/release" -L"/home/softs/intel/oneapi/mpi/2021.5.1/lib" -Xlinker --enable-new-dtags -Xlinker -rpath -Xlinker "/home/softs/intel/oneapi/mpi/2021.5.1/lib/release" -Xlinker -rpath -Xlinker "/home/softs/intel/oneapi/mpi/2021.5.1/lib" -lmpifort -lmpi -ldl -lrt -lpthread
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
In the past when I had this problem I replaced the libstdc files from lib directory of Visit with the ones on my system and it
worked. In my case I was ahead of the Visit dstribution.
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page