Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Added the strange/charm quark loops task making and collecting scripts.
I also added area51 files : a09m350.py a09m400.py a12m350.py a15m310.py a15m350.py.
However the following lines on the area51 files I made must be properly set and uncommented for the scripts to work:
params['seed'] = dict()
if any(host in hn for host in ['lassen']):
random_run = '1'
elif any(host in hn for host in ['login','batch']):
random_run = '1'
for stream in ['a','b','c','d','e']:
params['seed'][stream] = random_run + stream
Lassen has done srcs 0 - 15, OA on [0 , 32, 16, 48, 8 , 40, 24, 56]
Summit will do srcs 16 - 32, OA on [4 , 36, 20, 52, 12, 44, 28, 60]
they have to be run in batches of 8 so that the t0 are spaced far enough apart to not interefere in the coherent sink
params['t_shifts'] = [ 0, 32, 16, 48, 8, 40, 24, 56, 4, 36, 20, 52, 12, 44, 28, 60 ]
params['generator'] = sources.oa(int(params['NL']))