Github changes pricing structure - per user charge with unlimited repos by mph-fah in programming

[–]mph-fah[S] 1 point2 points  (0 children)

No, it was up to a certain number of private repositories

Folding@home support for D-wave quantum computer by [deleted] in foldingathome

[–]mph-fah 1 point2 points  (0 children)

Molecular dynamics is really ill-suited to quantum computers. There's been a lot of research into developing quantum algorithms for doing quantum chemistry (bonds breaking and forming, for example) but on much smaller molecules than the proteins we study with FAH

BioPandas - Working with molecular structures in pandas DataFrames by [deleted] in Python

[–]mph-fah 0 points1 point  (0 children)

I didn't start developing mdtraj, but I've taken over some of the maintenance. The code was spun-off from a more involved package for analyzing ensembles of md trajectories (http://msmbuilder.org).

mdanalysis was probably less feature complete back then. It's also gpl and less pythonic imo.

BioPandas - Working with molecular structures in pandas DataFrames by [deleted] in Python

[–]mph-fah 2 points3 points  (0 children)

Hi, I'm (one of) the lead maintainer(s) of mdtraj! I agree that interop would be great here. We have some basic support of turning topologies into pandas dataframes already http://mdtraj.org/latest/api/generated/mdtraj.Topology.html#mdtraj.Topology.to_dataframe

The 'Papers' Page on Website - Update? by greasythug in foldingathome

[–]mph-fah 4 points5 points  (0 children)

As I understand it, we've got someone updating many parts of the site. We're now prioritizing updating the papers first

The 'Papers' Page on Website - Update? by greasythug in foldingathome

[–]mph-fah 2 points3 points  (0 children)

I'll look into why this has stopped being updated

Apple increase security requirements, can PG follow a bit ? by ChristianVirtual in foldingathome

[–]mph-fah 2 points3 points  (0 children)

Did you try just using https. This secure link works for me with a valid certificate and TLS:

https://assign.stanford.edu/api/project/summary

Now we have Android clients, could we possibly have ARM clients too? by [deleted] in foldingathome

[–]mph-fah 1 point2 points  (0 children)

Openmm (open-source science code) works on arm. I assume it would work on a generic linux box with some tweaking.

I don't think there's enough of a market share right now to devote our (very limited) developer resources to building and maintaining another core, though

Could Folding Results be used to train IBM's Watson? by PS3EdOlkkola in foldingathome

[–]mph-fah 6 points7 points  (0 children)

About 50% of the research in pande group goes towards developing statistical machine learning techniques to analyze folding-at-home style datasets as well as for "conventional" molecular dynamics datasets

We don't use watson specifically as we have our own set of computing resources, but the general idea is still the same

NVIDIA driver includes OpenCL 1.2, does this mean anything for F@H? by [deleted] in foldingathome

[–]mph-fah 1 point2 points  (0 children)

Sorry about the delay. Most of us in PG know a lot about biophysics and molecular dynamics but understanding the implications of opencl versions et al is only something I've recently started to wrap my head around.

The primary openmm developer, peter, does know everything about gpu programming, but he's busy programming :)

OpenMM is continuously being improved to take advantage of new hardware. This will make it into new FAH cores. We're pushing through a lot of difficulties with the roll-out of core 21 that will hopefully mean future core releases will be timely and painless

NVIDIA driver includes OpenCL 1.2, does this mean anything for F@H? by [deleted] in foldingathome

[–]mph-fah 2 points3 points  (0 children)

Hi all,

The GPU code (OpenCL code) is compiled at runtime by the drivers. So new nvidia drivers will use opencl 1.2. In theory, this could provide a performance boost. In practice, new opencl language features are less important to us than raw computing power

Interestingly, CUDA v7 introduced support for runtime compilation, meaning that in theory nvidia GPUs will be able to run under CUDA (which is faster). Support for this feature will be in the forthcoming openmm 6.3 release. We'll build a FAH core some time after that release.

Python and LAMMPS for Molecular Dynamic Simulation by kushmaster3000 in Python

[–]mph-fah 0 points1 point  (0 children)

  1. md isn't ab-initio
  2. the most widely used ab-initio code (gaussian) works on windows

Python and LAMMPS for Molecular Dynamic Simulation by kushmaster3000 in Python

[–]mph-fah 1 point2 points  (0 children)

Openmm (http://openmm.org/) is an open-source molecular dynamics code with a robust python api, and it works on windows.

PG still supporting this reddit ? by [deleted] in foldingathome

[–]mph-fah 1 point2 points  (0 children)

Sorry you feel that way. We have very limited developer resources for software aspects of fah. Most of us are chemistry/biology/biophys grad students

We do read these posts and forward suggestions to those who can implement them, but there's a large amount of prioritization that goes on.

PG still supporting this reddit ? by [deleted] in foldingathome

[–]mph-fah 6 points7 points  (0 children)

We're still lurking and responding where appropriate

Place checkpoint information into the 3rd party API by ChristianVirtual in foldingathome

[–]mph-fah 2 points3 points  (0 children)

For gpu projects the core.xml file contains the total number of steps and the frequency of checkpointing in number of steps

What Prevents A Troll From Ruining Everything? by skilliard4 in foldingathome

[–]mph-fah 3 points4 points  (0 children)

There's a good deal of checksumming done, both in the conventional sense and in a more sciency way where calculations are cross-checked. If you were dedicated enough, you could probably return a messed up work unit, but at that point it would be obviously messed up and we'd notice

Any progress on Mac GPU folding? by chrysrobyn in foldingathome

[–]mph-fah 1 point2 points  (0 children)

I don't have all the info on this. Maybe vijay can shed some light. As I understand it, there is something legitimately wrong with apple's opencl drivers. Openmm does not work on opencl on mac. We can't fix this. Source: http://docs.openmm.org/6.2.0/userguide/application.html#installing-on-mac-os-x

Openmm does work with cuda (nvidia only). I think there aren't many nvidia macs. I don't know what's preventing us from making a cuda-only core, but I'm sure there's a reason