Skip to content

AthenaMP: python 3 fixes

Scott Snyder requested to merge ssnyder/athena:py3.AthenaMP-20200214 into master

Fix python 3 compilation errors.

  • print function
  • except statement syntax
  • iteritems
  • relative package imports
  • missing multiprocess import
  • has_key
  • commands
  • missing msg stream definitions
  • xrange
  • use of undefined (kernel version?) variable --- left commented out.
  • bad escapes in strings
  • misc typos

Merge request reports