-
Notifications
You must be signed in to change notification settings - Fork 2
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
update ex1 and ex2, fix #12 #13
base: main
Are you sure you want to change the base?
Conversation
@@ -138,6 +151,8 @@ interlaced. | |||
Is one better than the other? | |||
If you do not know the answer to this question, just wait until Ex5. :) |
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.
Unifies.
If you do not know the answer to this question, just wait until Ex5. :) | |
If you do not know the answer to this question, just wait until ex5. :) |
solutions/ex2.c
Outdated
PDI_share("ii", &ii, PDI_OUT); | ||
// as well as the main field | ||
PDI_reclaim("ii"); |
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.
Share and reclaim with different shapes : ABAB or ABBA.
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.
done
Co-authored-by: JAuriac <[email protected]>
Co-authored-by: JAuriac <[email protected]>
Co-authored-by: JAuriac <[email protected]>
Co-authored-by: JAuriac <[email protected]>
In this PR, we change the exercise 1 and exercise 2 only.