Test infrastructure redesign
- It is now possible to set a custom path to the logs directory which is helpful if different MBB runs should be stored in different output paths (--logs-dir).
- Further, the directory with the generated codes can now be specified (--gencodes) and is not hardcoded anymore.
- The logging infrastructure is revised: The full log output is still written to the logs directory, but the logging to stdout is now significantly reduced. If full output to stdout is still desired, there is now a
--verbose
option. - There is now an option to specify a number of workers to ensure parallel execution (
--nworkers
). It uses the multiprocessing module of Python. - The displacement problem in the
MPI_Type_create_struct
is now fixed. - The logs directory is now "self-contained", i.e., the generation of output reports is not dependent on the
gencodes
directory anymore. All used source files are now also copied to the log directory. This allows to analyze different logs directory independently.
Merge request reports
Activity
added 1 commit
- 070b3d8c - Update ITAC and MUST Docker files to install everything at container build time
added 1 commit
- dc082a93 - Remove logs from repo, they are stored in a separate repo
added 1 commit
- 97c3af0d - Revert "Remove logs from repo, they are stored in a separate repo"
added 12 commits
- 57e58ba1...5b7d3b6a - 2 earlier commits
- 4f693e08 - fix freeing group null
- 38083b91 - fix correct collective using same send and recv buf
- 54c73efc - fix some errors not labeled as wrong
- 6424cc46 - quick-fix ecode not labeled wrong
- 585bdfad - comment on where to fix colelctive issue
- d52d7041 - fix wrong correct combinations marked as wrong
- 70910996 - fix missmatching tags
- 57740580 - removed checks for proc null
- 378629d4 - fix case not marked as error
- dbba3ef3 - Merge branch 'merged' into tools-parallel
Toggle commit listadded 7 commits
- b8e2dbd6 - Revert "fix collective that needs a larger recv count"
- c8036ca7 - fix collective recv buf len
- a3087950 - fix syntax issue
- 87bf7737 - Revert "fix missing MPI_win"
- 6ae1bb62 - fix collective case not compiling
- 23822612 - fix intercomm_create_comm_from_group
- 923b1722 - Merge branch 'merged' into tools-parallel
Toggle commit list
Please register or sign in to reply