Search found 7 matches

by Saugat Kandel
Fri May 01, 2015 1:53 pm
Forum: OpenMM
Topic: Cpu overhead
Replies: 6
Views: 473

Re: Cpu overhead

Hi Lee-Ping, I am working with an SGE submit system, and my experience has been exactly as you describe. I can submit a job and assign one core to it. SGE then counts that job as using one core in its accounting, and assumes that all the other cores are free. However, SGE does not actually restrict ...
by Saugat Kandel
Fri May 01, 2015 11:34 am
Forum: OpenMM
Topic: Cpu overhead
Replies: 6
Views: 473

Re: Cpu overhead

Apologies for responding to you late. This has been a problem in simulations in computing clusters. If I set OPENMM_CPU_THREADS=1, then assign each simulation one cpu in my submit script, the OpenMM cpu overhead affects all the other jobs running in the same node, making some cpu threads entirely un...
by Saugat Kandel
Thu Apr 23, 2015 2:58 pm
Forum: OpenMM
Topic: Cpu overhead
Replies: 6
Views: 473

Cpu overhead

When I run OpenMM on the CPU platform, I find that it routinely exceeds the CPU usage I set using the OPENMM_CPU_THREADS environment variable. For the included simulateAmber.py example, when I set OPENMM_CPU_THREADS=1, the cpu usage (from the top command) is usually between 130-150%. For 2 threads, ...
by Saugat Kandel
Tue Apr 07, 2015 10:58 am
Forum: OpenMM
Topic: Interactions groups for nonbonded forces
Replies: 2
Views: 698

Re: Interactions groups for nonbonded forces

I will try that. Thanks!
by Saugat Kandel
Mon Apr 06, 2015 12:05 pm
Forum: OpenMM
Topic: Interactions groups for nonbonded forces
Replies: 2
Views: 698

Interactions groups for nonbonded forces

I am trying to use the nonbonded forcefield in a vacuum simulation for large protein systems. In my simulations, I keep large domains of the protein system fixed in space, so there is not much point in calculating the nonbonded forces between atoms in the domains themselves. I am looking into creati...
by Saugat Kandel
Mon Jan 12, 2015 2:38 pm
Forum: OpenMM
Topic: GBSA using the python wrapper
Replies: 5
Views: 247

Re: GBSA using the python wrapper

That makes sense. Thanks!
by Saugat Kandel
Fri Jan 09, 2015 6:22 pm
Forum: OpenMM
Topic: GBSA using the python wrapper
Replies: 5
Views: 247

GBSA using the python wrapper

I am looking at the various GBSA options available for use with OpenMM(6.2), with the Amber forcefield parameters, and I am left a little confused. I have been trying to use the python wrappers, and here is what I have discovered so far: 1. If I start with a pdb, then I can create a forcefield objec...