OpenMP numthreads option with MC simulations

What would you like to see implemented in Hippo? Let the developers know. You can also use polls to have other users vote for your suggestions. Use one topic per request.
Post Reply
ldav
Posts: 8
Joined: Wed Jul 23, 2008 9:38 am

OpenMP numthreads option with MC simulations

Post by ldav »

OpenMP numthreads:
While performing a MC simulation I tried to change the number of threads used, but the speed was never affected [using 0,1,4 or 8]. In fact it seems that Hippo uses the maximum number of threads available on one node regardless the value of 'OpenMP numthreads'. Also, when I tested Hippo on a dual quadcore CPU, the computational time was the same as the one on a single quadcore CPU (using OpenMP numthreads = 0). Is the number of threads used only limited to one core (i.e. 4 CPUs here)?
jakob
Developer
Posts: 6
Joined: Sun Jul 06, 2008 4:54 pm

Re: OpenMP numthreads option with MC simulations

Post by jakob »

Sorry, MC is not parallelized yet. the openMP numthreads is only for MD simulations. MC will be parallelized in the future.
Post Reply