-
Notifications
You must be signed in to change notification settings - Fork 19
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
Develop to master #27
Conversation
clean up test
NOTE: With CMake, BLIS is no longer built from submodule. An artifact is downloaded from GitHub instead.
5bae4b0 ensures that archives rolled out contains all dependencies. Making an extra CMakeLists.txt for cloning submodule is unnecessary.
CMake Support for Blocked Pfaffian
Private dev
- Add pfupdates should occur after submodule update - CMake root of pfapack is in subfolder /fortran
@k-yoshimi @xrq-phys @yomichi @k-ido In addition, in obcx and our clusters, I found that |
@tmisawa If keeping default |
config/aocc.cmake
Outdated
|
||
# for BLIS & block pfaffian | ||
set(BLIS_ARTIFACT_CONFIG "amd64") | ||
set(PFAFFIAN_BLOCKED OFF) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Delete this line instead of setting it OFF
.
config/fugaku.cmake
Outdated
|
||
# for BLIS & block pfaffian | ||
set(BLIS_ARTIFACT_CONFIG "a64fx") | ||
set(PFAFFIAN_BLOCKED OFF) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Delete this line instead of setting it OFF
.
config/intel.cmake
Outdated
|
||
# for BLIS & block pfaffian | ||
set(BLIS_ARTIFACT_CONFIG "intel64") | ||
set(PFAFFIAN_BLOCKED OFF) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Delete this line instead of setting it OFF
.
@tmisawa Thanks for confirming. |
@xrq-phys |
bug fix
new functions