Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • Use svn to check out the version of GPAW that you want to use
  • copy /afs/slac/g/suncat/bin/privgpaw.csh into whatever directory you like
  • edit the two variables GPAW_BASE ("base" GPAW release that you want to re-use for numpy, mpi etc.) and GPAW_HOME (directory where you checked out GPAW)
  • Use the commands:
    Code Block
    privgpaw.csh build
    privgpaw.csh test
    privgpaw.csh bsub <filename.py> <first bsub option> <second bsub option> 
    

Some notes:

  • The syntax for the "bsub" option is identical to the gpaw-bsub command.

...

  • The above assumes that the base release is compatible with your checked out GPAW version. Talk to cpo if you have questions about this.
  • The above doesn't include a private version of ASE. When that becomes important we will add it.

...