-
Notifications
You must be signed in to change notification settings - Fork 32
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Prepare test scripts for "launch" (and, prior to that, document "launch" internals) #683
Comments
Advancing in steps. If in ggttmad (as of MR #688) I try generate events, I get a crash
|
Try this
This is better, but
|
This is needed to ensure at this stage that this does not fail (madgraph5#683) cd ..; rm -rf gg_tt.mad; git checkout gg_tt.mad; cd gg_tt.mad; git status MG5AMC_CARD_PATH=$(pwd)/Cards ./bin/generate_events
I have added HTML/.keepme. Now the same commands above succeed! But I have no idea what they do. Note the following changes in the repo at this stage (maybe there's more):
One particularly worrying case is param.dat?!
Looks like param_card.dat is being overwritten (by whom? why?). Clearly related to #660 |
But this one is also nicely worrying... why is make_opts being overwritten?
|
…h5#683) Several limitations, including - the script still stops to ask interactively if run/param card should be edited - the param card file is overwritten! - the make_opts file is overwritten!
Note: currently generate_event does not return an error code on failure #689. |
…r survey and refine (8192 events, 1 iteration) Note: cmd.opts['accuracy'] comes from cmd._survey_options where cmd is in madevent_interface.py
…raph5#683 (This is the result of cherry-picking ce995d8 and fixing conflicts) The syntax for launching has now changed - must add the trailing .mad CUDA_HOME=none HRDCOD=1 tlau/lauX.sh -CPP nobm_pp_ttW.mad This now fails with the usual three IEEE FPEs (all except division by zero)
…raph5#683 (This is the result of cherry-picking ce995d8 and fixing conflicts) The syntax for launching has now changed - must add the trailing .mad CUDA_HOME=none HRDCOD=1 tlau/lauX.sh -CPP nobm_pp_ttW.mad This now fails with the usual three IEEE FPEs (all except division by zero)
Prepare test scripts for "launch" (and, prior to that, document "launch" internals)
This is a preliminary step to testing "launch" in #659. First we should prepare test scripts for that (and even before, personally I need to understand - reverse engineer - which files are called in which order).
Also related to Stefan's WIP MR #620
The text was updated successfully, but these errors were encountered: