Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

OpenBLAS: make 64bit integer options explicit in recent easyconfigs #15748

Open
wants to merge 2 commits into
base: develop
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,11 @@ checksums = [
# extensive testing can be enabled by uncommenting the line below
# runtest = 'PATH=.:$PATH lapack-timing'

# enable iterative build with 64-bit integer support (as well as default 32-bit)
build_ilp64 = True
# library name suffix to append to 64-bit versions
ilp64_lib_suffix = 'ilp64'
# symbol suffix to append to 64-bit versions
ilp64_symbol_suffix = '64_'
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should suffix really be "64_" and not "_64" ??

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think you're both right :) OpenMathLib/OpenBLAS#646 (comment)

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ah, hadn't seen that thread before... so question withdrawn.

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Just to add to this as I am trying to get an EC for GAMESS-US, latest version, going. The do this:

: openblas
Where is your libopenblas64.a or libopenblas.a file located?

Shall we patch that for that GAMESS-US version or consider doing yet another symlink here?

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Update on that: My older manual OpenBLAS installtion has these files:

libopenblas_64bit.so 
libopenblas_64bit.a


moduleclass = 'numlib'
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,11 @@ checksums = [
# extensive testing can be enabled by uncommenting the line below
# runtest = 'PATH=.:$PATH lapack-timing'

# enable iterative build with 64-bit integer support (as well as default 32-bit)
build_ilp64 = True
# library name suffix to append to 64-bit versions
ilp64_lib_suffix = 'ilp64'
# symbol suffix to append to 64-bit versions
ilp64_symbol_suffix = '64_'

moduleclass = 'numlib'
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,11 @@ checksums = [
# extensive testing can be enabled by uncommenting the line below
# runtest = 'PATH=.:$PATH lapack-timing'

# enable iterative build with 64-bit integer support (as well as default 32-bit)
build_ilp64 = True
# library name suffix to append to 64-bit versions
ilp64_lib_suffix = 'ilp64'
# symbol suffix to append to 64-bit versions
ilp64_symbol_suffix = '64_'

moduleclass = 'numlib'
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,11 @@ checksums = [
'b1f89d90cc46b486534069135854e6081994b5a1a88370d32dae982e0f040111', # OpenBLAS-0.3.17_fix-segfault-ztrsv.patch
]

# extensive testing can be enabled by uncommenting the line below
# runtest = 'PATH=.:$PATH lapack-timing'
# enable iterative build with 64-bit integer support (as well as default 32-bit)
build_ilp64 = True
# library name suffix to append to 64-bit versions
ilp64_lib_suffix = 'ilp64'
# symbol suffix to append to 64-bit versions
ilp64_symbol_suffix = '64_'

moduleclass = 'numlib'
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,11 @@ checksums = [
# extensive testing can be enabled by uncommenting the line below
# runtest = 'PATH=.:$PATH lapack-timing'

# enable iterative build with 64-bit integer support (as well as default 32-bit)
build_ilp64 = True
# library name suffix to append to 64-bit versions
ilp64_lib_suffix = 'ilp64'
# symbol suffix to append to 64-bit versions
ilp64_symbol_suffix = '64_'

moduleclass = 'numlib'
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,11 @@ checksums = [
# extensive testing can be enabled by uncommenting the line below
# runtest = 'PATH=.:$PATH lapack-timing'

# enable iterative build with 64-bit integer support (as well as default 32-bit)
build_ilp64 = True
# library name suffix to append to 64-bit versions
ilp64_lib_suffix = 'ilp64'
# symbol suffix to append to 64-bit versions
ilp64_symbol_suffix = '64_'

moduleclass = 'numlib'
7 changes: 7 additions & 0 deletions easybuild/easyconfigs/o/OpenBLAS/OpenBLAS-0.3.7-GCC-8.3.0.eb
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,11 @@ checksums = [
# extensive testing can be enabled by uncommenting the line below
# runtest = 'PATH=.:$PATH lapack-timing'

# enable iterative build with 64-bit integer support (as well as default 32-bit)
build_ilp64 = True
# library name suffix to append to 64-bit versions
ilp64_lib_suffix = 'ilp64'
# symbol suffix to append to 64-bit versions
ilp64_symbol_suffix = '64_'

moduleclass = 'numlib'
7 changes: 7 additions & 0 deletions easybuild/easyconfigs/o/OpenBLAS/OpenBLAS-0.3.8-GCC-9.2.0.eb
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,11 @@ checksums = [
# extensive testing can be enabled by uncommenting the line below
# runtest = 'PATH=.:$PATH lapack-timing'

# enable iterative build with 64-bit integer support (as well as default 32-bit)
build_ilp64 = True
# library name suffix to append to 64-bit versions
ilp64_lib_suffix = 'ilp64'
# symbol suffix to append to 64-bit versions
ilp64_symbol_suffix = '64_'

moduleclass = 'numlib'
7 changes: 7 additions & 0 deletions easybuild/easyconfigs/o/OpenBLAS/OpenBLAS-0.3.9-GCC-9.3.0.eb
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,11 @@ checksums = [
# extensive testing can be enabled by uncommenting the line below
# runtest = 'PATH=.:$PATH lapack-timing'

# enable iterative build with 64-bit integer support (as well as default 32-bit)
build_ilp64 = True
# library name suffix to append to 64-bit versions
ilp64_lib_suffix = 'ilp64'
# symbol suffix to append to 64-bit versions
ilp64_symbol_suffix = '64_'

moduleclass = 'numlib'