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

Argobots 1.1 Release #304

Closed
shintaro-iwasaki opened this issue Feb 18, 2021 · 5 comments · Fixed by #323
Closed

Argobots 1.1 Release #304

shintaro-iwasaki opened this issue Feb 18, 2021 · 5 comments · Fixed by #323
Labels

Comments

@shintaro-iwasaki
Copy link
Collaborator

shintaro-iwasaki commented Feb 18, 2021

Argobots 1.1 will be released around the end of March (the release date will be March 31).
The following will be expected on top of Argobots 1.1b1.

The following will not be included in Argobots 1.1

Any feedback is welcome!

@shintaro-iwasaki
Copy link
Collaborator Author

I set up CI for ABI/API compatibility check. This will be checked by the ABI Compliance Checker (https://lvc.github.io/abi-compliance-checker/).
It can be triggered manually if necessary. For example, changes in #307 break the compatibility, so the test fails.
https://jenkins-pmrs.cels.anl.gov/job/argobots-review-abicompat/2/
The report looks like this:
https://jenkins-pmrs.cels.anl.gov/job/argobots-review-abicompat/2/compiler=gnu4.8.5,context=fcontext,jenkins_configure=default,label=argobots_centos64,release_ver=1.0/artifact/compat_report.html

It will also be tested nightly. Now the current Argobots main passes all the tests (https://jenkins-pmrs.cels.anl.gov/view/abt/job/argobots-main-abicompat-nightly/).

@shintaro-iwasaki
Copy link
Collaborator Author

shintaro-iwasaki commented Mar 2, 2021

Coverity check was added. Argobots will be checked regularly by CI under the following configurations.

# Default configuration
./configure
# For performance optimization
./configure --enable-perf-opt
# Configuration for debugging
./configure --enable-debug=yes --enable-stack-overflow-check=canary-16
# When a machine does not support fcontext (e.g., non-POWER/ARM64/AMD64 machine)
./configure --disable-fcontext
# Experimental 2.0 API
./configure --enable-ver20-api
# Uncommon setting: --enable-feature=no
./configure --enable-feature=no
# Other minor settings
./configure --enable-fcontext --enable-dynamic-promotion --enable-affinity \
            --enable-wait-policy=active --enable-tool

#308 fixed bugs found by Coverity. Now there's no outstanding issue.

Link: https://scan.coverity.com/projects/argobots

@shintaro-iwasaki
Copy link
Collaborator Author

Fixing #86 requires significant changes around the primary execution stream. We decided not to include this in Argobots 1.1.

@shintaro-iwasaki
Copy link
Collaborator Author

#316 is a major issue that needs to be fixed, so I would like to have another PR before Argobots 1.1.
We will release Argobots 1.1rc2 after fixing this issue. Possibly #314 is added too.

@shintaro-iwasaki
Copy link
Collaborator Author

#316 has been fixed by #317.
APIs requested by #314 were added by #319.

@shintaro-iwasaki shintaro-iwasaki linked a pull request Apr 1, 2021 that will close this issue
4 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant