createPayloadWithEntry now can create requests explicitly for prodmanager
submitRequest support for prodmanager
* removing --generator-executable option.
* Initial support for cmsGen requests added.
* If --user is not specified in submitRequest command-line, use $USER.
* now prints a message if it could not authenticate.
* prodcommon_version now defaults to "" and ProdRequest is in charge of finding out what to use from the CMSSW version.
* injection does not require creation of parsed parameter set anymore. * missing comma in method declaration. * debug messages are now off if --debug is not passed. * default values used if missing arguments. * Code cleanup for ProdRequest.createPayloadWithEntry. * default for input_dataset and output_dataset is now None.
* now uses getpass rather than raw_input.
* It's now possible to specify the prodcommon/cmssw version from commandline. * submitRequest now has an option to specify which prodcommon version to use (default PRODCOMMON_0_3_X). * submitRequest does not do any pythonization or similar things, since this is now handled serverside. * All references to Payload.parsed_parameterset are now removed. * pset_hash and parsed_parameterset are now computed when the workflow is created. They will not be stored in the DB. What will be stored is the workflow_spec.
* PRODREQUEST changed ProdRequest * submitRequest now points to the security module. * ProdRequest moved to use the new SecurityModule from WEBTOOLS. * ProdRequestDBS moved to use the new security Module. * Now getGlobalProductionStatus () behaves correctly if no database is there.
* Extra parameter for passing password to submitRequest.
* submitRequest now authenticates itself. * createPayloadWithEntry now allows for cross_section and selection efficiency to be specified.
* CMSSW version information is now correctly handled by the server. * submitRequest asks for confirmation if a cfg file is not found in cvs
* Printing of the python pset removed. Print of PSetHash added. * Fixes to get the input_dataset support in createPayloadWithEntry.
* Now submitRequest allows to specify physics group and number of events.
* New script to create and submit requests from the command line.
This form allows you to request diffs between any two revisions of this file. For each of the two "sides" of the diff, select a symbolic revision name using the selection box, or choose 'Use Text Field' and enter a numeric revision.