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

Multiple files create/read per process #498

Open
zabiziz opened this issue Sep 4, 2024 · 2 comments
Open

Multiple files create/read per process #498

zabiziz opened this issue Sep 4, 2024 · 2 comments

Comments

@zabiziz
Copy link

zabiziz commented Sep 4, 2024

How is it possible to write/create 2048 files of 32k in size each running 16 processes simultaneously, where each process opens and reads a subset of 128 files from this total of 2048 files generated.

Please help me understand how to accomplish this with IOR.

@JulianKunkel
Copy link
Collaborator

How about this:
create the files with mdtest phase
$ mpiexec -np 16 mdtest -C -n 2024 -e 32k -w 32k -L -F
read the files with another mdtest phase
$ mpiexec -np 16 mdtest -E -n 128 -e 32k -w 32k -L -F -s 1
Note that these are just the first 128 files.

@zabiziz
Copy link
Author

zabiziz commented Sep 5, 2024

Thank you, Julian!
That was exactly what I needed.

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