WIP: add optional logging
I added some additional logging to abt-io routines -- I wanted to verify my code was reading/writing what I thought it was. Maybe non-mpi darshan is a better way to go...
I added some additional logging to abt-io routines -- I wanted to verify my code was reading/writing what I thought it was. Maybe non-mpi darshan is a better way to go...
Step 1. Fetch and check out the branch for this merge request
git fetch origin git checkout -b "dev-iolog" "origin/dev-iolog"
Step 2. Review the changes locally
Step 3. Merge the branch and fix any conflicts that come up
git fetch origin git checkout "origin/master" git merge --no-ff "dev-iolog"
Step 4. Push the result of the merge to GitLab
git push origin "master"
Note that pushing to GitLab requires write access to this repository.
Tip: You can also checkout merge requests locally by following these guidelines.