Skip to content
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

Hisq spec #35

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open

Hisq spec #35

wants to merge 3 commits into from

Conversation

henrymonge
Copy link
Contributor

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']))

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants