mumax / 3

GPU-accelerated micromagnetic simulator
Other
450 stars 150 forks source link

Running mumax in an arbitrary gpu #210

Closed ghost closed 5 years ago

ghost commented 5 years ago

I have I have a server with 2 teslas k80. Mumax3 by default executes the codes in GPU 1, how can I tell mumax to start a simulation in GPU 2?

kkingstoun commented 5 years ago

mumax3 -gpu="1" ./file.mx3

ghost commented 5 years ago

Thanks