Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migration of unmigrated content due to installation of a new plugin

...

Code Block
dacapo-bsub myscript.py

Avoiding

...

Saving of Wavefunctions

(courtesy of Johannes Voss)

Code Block
for x in ('PrintWaveFunction','PrintChargeDensity','PrintTotalStress','PrintEffPotential','PrintElsPotential'):
     calc.self.SetNetCDFEntry("NetCDFOutputControl",att = x,value="No")

...