AvtechScientific / ASL

Advanced Simulation Library - hardware accelerated multiphysics simulation platform.
http://asl.org.il
GNU Affero General Public License v3.0
217 stars 55 forks source link

multiple GPUS #40

Closed waynezw0618 closed 6 years ago

waynezw0618 commented 6 years ago

Dear everyone does anyone know, how can I setup case which can run on multiple GPUs, especially a cluster with distributed GPUs machines.

Thanks

AvtechScientific commented 6 years ago

Hello @waynezw0618, all available devices (GPUs, CPUs, etc) are listed in Hardware::queues so you can use some or all of them on a specific machine. If you run your computations on a cluster you can use e.g. MPI.

Best luck!