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

Script to determine Processes per node (PPN) #51

Open
aruhela opened this issue Feb 17, 2022 · 2 comments
Open

Script to determine Processes per node (PPN) #51

aruhela opened this issue Feb 17, 2022 · 2 comments

Comments

@aruhela
Copy link

aruhela commented Feb 17, 2022

Hi,

I am running lattice configurtaion 8x8x8x8x8.chklat and 18x18x18x36.chklat on 6 nodes having max PPN=48. Some of the configurations either hang after warmup iterations are completed or show "not enough factors of 5/7/11/23" etc.

Do you have a script to determine what PPN can be specified for a given lattice configuration and node count?

Thanks,
Amit Ruhela

@stevengottlieb
Copy link
Collaborator

stevengottlieb commented Feb 17, 2022 via email

@aruhela
Copy link
Author

aruhela commented Feb 18, 2022

Hi Steve,

I have prepared a c program to find the Process per node (PPN) that works for a given lattice configuration and nodes count. I hope this can be added as the utility in the main repo. I had to change the extension of the following program from c to txt as Github doesn't support it.

An example run is

$ mv findppn_milc_qcd.txt findppn_milc_qcd.c
$ gcc findppn_milc_qcd.c -o findppn
$ ./findppn 4 48 16 16 16 16

Nodes=4, Max Supported PPN=48, LatticeLayout=16x16x16x16
PPN that will work are :
ppn=32
ppn=16
ppn=8
ppn=4
ppn=2
ppn=1

Thanks,
Amit

findppn_milc_qcd.txt

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

No branches or pull requests

2 participants