parser.add_option('--platform',dest='platform',choices=platformNames,help='name of the platform to benchmark')
parser.add_option('--test',dest='test',choices=('gbsa','rf','pme','amoebagk','amoebapme'),help='the test to perform: gbsa, rf, pme, amoebagk, or amoebapme [default: all]')
parser.add_option('--test',dest='test',choices=('gbsa','rf','pme','apoa1rf','apoa1pme','apoa1ljpme','amoebagk','amoebapme'),help='the test to perform: gbsa, rf, pme, apoa1rf, apoa1pme, apoa1ljpme, amoebagk, or amoebapme [default: all]')
parser.add_option('--pme-cutoff',default='0.9',dest='cutoff',type='float',help='direct space cutoff for PME in nm [default: 0.9]')
parser.add_option('--seconds',default='60',dest='seconds',type='float',help='target simulation length in seconds [default: 60]')
parser.add_option('--polarization',default='mutual',dest='polarization',choices=('direct','extrapolated','mutual'),help='the polarization method for AMOEBA: direct, extrapolated, or mutual [default: mutual]')
...
...
@@ -138,7 +152,7 @@ if options.platform in ('CUDA', 'OpenCL'):