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

-gpu flag does not work with multiple input files #267

Open
JLeliaert opened this issue Aug 24, 2020 · 0 comments
Open

-gpu flag does not work with multiple input files #267

JLeliaert opened this issue Aug 24, 2020 · 0 comments

Comments

@JLeliaert
Copy link
Contributor

When using multiple input files in combination with the "-gpu" flag, mumax3 distributes the input files over all gpu's instead of only the one specified.

e.g. mumax3 -gpu=1 input1.mx3 input2.mx3

results in

mumax3 [-gpu=0 -http=:35368 input1.mx3]
mumax3 [-gpu=1 -http=:35369 input2.mx3]

whereas the expected behaviour would be that both input files would run serially only on gpu=1

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

1 participant