-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #169 from gvallee/doc_file_info
Add documentation about the file generated by the profiler
- Loading branch information
Showing
3 changed files
with
137 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
To submit contributions, developers are required to ensure that two tests can run successfully: | ||
1. the CI tests on Github once a Pull Request (PR) is created; these tests are executed automatically and developers just need to ensure they are successful or the PR will not be merged. | ||
2. run the validation tests by running the `make validate` command from the top directory of the source code. These tests requires to have MPI installed and setup (`PATH` and `LD_LIBRARY_PATH` must be correctly setup to point to the correct MPI implementations). |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
# Recommanded configuration | ||
|
||
While there is no known restrictions regarding the compilers to use, we recommand the following configuration: | ||
- gcc, any version compatible with C90 | ||
- openmpi 4.0.0 or newer | ||
- go-1.13 or newer for the post-mortem analysis tool | ||
|
||
# Installation | ||
|
||
Please refer to the `README.md` file for installation instructions. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters