Submit jobs on cluster

The functionality of OpenMM will (eventually) include everything that one would need to run modern molecular simulation.
POST REPLY
User avatar
Tien Phan
Posts: 5
Joined: Thu Jun 07, 2018 8:20 pm

Submit jobs on cluster

Post by Tien Phan » Wed Oct 02, 2019 1:35 pm

Hi,

I just wonder how many cpu cores are sufficient to go with a single GPU (GTX 1080Ti) when submitting jobs on a cluster. Any difference in performance if I submit a job with 1 core + 1 GPU and a job with 4 cores (or more) + 1 GPU?


Thank you in advance,


Tien

User avatar
Peter Eastman
Posts: 2541
Joined: Thu Aug 09, 2007 1:25 pm

Re: Submit jobs on cluster

Post by Peter Eastman » Wed Oct 02, 2019 1:41 pm

One CPU core per GPU is mostly fine. There are a few places where the CUDA platform uses multiple threads to improve speed, but unless you're doing something unusual the impact is fairly minor.

User avatar
Tien Phan
Posts: 5
Joined: Thu Jun 07, 2018 8:20 pm

Re: Submit jobs on cluster

Post by Tien Phan » Wed Oct 02, 2019 1:52 pm

Thanks. That saves a lot cpus. :D
BTW, how much memory is enough for one CPU? Does it depend on the system of interest?

User avatar
Peter Eastman
Posts: 2541
Joined: Thu Aug 09, 2007 1:25 pm

Re: Submit jobs on cluster

Post by Peter Eastman » Wed Oct 02, 2019 1:56 pm

Yes, the memory is roughly linear in the number of atoms in the system.

User avatar
Tien Phan
Posts: 5
Joined: Thu Jun 07, 2018 8:20 pm

Re: Submit jobs on cluster

Post by Tien Phan » Wed Oct 02, 2019 1:58 pm

Thanks. It helps me a lot.

POST REPLY