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

Zmiany od czasu publikacji #5

Open
wants to merge 82 commits into
base: original-main
Choose a base branch
from
Open

Zmiany od czasu publikacji #5

wants to merge 82 commits into from

Conversation

baktrius
Copy link
Owner

Gałąź main zawiera treść zaktualizowaną o odpowiedzi z forum, natomiast original-main treść w wersji takiej jaką ją na początek opublikowaliśmy. Tych, którzy przeczytali już treść, zachęcamy do przejrzenia zmian wyszczególnionych w tym pull request (nie będzie on zamykany). Natomiast tych, którzy jeszcze nie zaczęli, zachęcamy do czytania treści od razu w aktualnej wersji.

baktrius and others added 30 commits December 14, 2023 14:55
Zamyka wszystkie deskryptory z poza zarezerwowanego zakresu,
aby upewnić się że biblioteka trzyma wszystko w zarezerwowanym dla
siebie zakresie
Fix bug which causes messages processing delays
to increase proportionally with their size
not number of atomic blocks they fit into.
Extend `bare_reduce` example with
ability to specify with flag length of message to be reduced.
Therefore now `bare_reduce` can be used to test
effectiveness of reduce called on big messages.
Adjust effectiveness requirements for long messages.
Update specification to disallow delay on chrecv.
Rename channels delay env vars to mitigate clashes
with mimpi reserved ones.
Change `bare_barrier`, `bare_reduce` and `broadcast` examples
to activate chsend delay only for time of execution
of function which effectiveness is measured.
Update test cases accordingly
(to avoid clash with mimpi reserved env variable).
wprzytula and others added 30 commits January 6, 2024 10:54
This is a good practice in header files to prevent duplicated
definition errors when linking.
It can be used for checking equality with any MIMPI_Retcode.
In a sense, it extends `ASSERT_MIMPI_OK`.
for better debug experience.
Drobna poprawka do testów
`errno` global variable was queried for error code instead of checking
content of `_errno` local variable.
Flush stdout in extended_hello test
Valgrind & drobne testy
valgrind complains (and it is probably right) that stack is being
corrupted in deadlock5 and deadlock6. It is due to large arrays being
allocated on stack. This is solved by allocating them in static memory
(BSS region).
avoid stack corruption due to large arrays
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants