Skip to content
GitLab
Projects Groups Topics Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • SWIFTsim SWIFTsim
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributor statistics
    • Graph
    • Compare revisions
  • Issues 53
    • Issues 53
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 19
    • Merge requests 19
  • Deployments
    • Deployments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Commits
  • Issue Boards
Collapse sidebar
  • SWIFT
  • SWIFTsimSWIFTsim
  • Merge requests
  • !107

Code timing and verbosity

  • Review changes

  • Download
  • Patches
  • Plain diff
Merged Matthieu Schaller requested to merge verbosity into master Mar 05, 2016
  • Overview 6
  • Commits 13
  • Changes

To help with the scaling tests, I have introduced two levels of verbosity.

  • './swift -v 1' makes the MPI rank 1 write timing information to stdout.
  • './swift -v 2' makes all MPI ranks write timing information to stdout.
  • './swift' suppresses all timing information to stdout.

The 'error()' and 'message()' macros now also print the date and time.

Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: verbosity