Search found 4 matches

by unsatchmo
Thu Mar 26, 2020 6:32 pm
Forum: V7.5.1 Public Release Windows/Linux/MacOS X [deprecated]
Topic: {macOS} Using GPU? (ANSWERED)
Replies: 18
Views: 7578

Re: {macOS} Using GPU? (ANSWERED)

The science code that has to be the problem, is OpenMM. http://openmm.org/about.html I had thought that FAH uses gromacs. Is open a wrapper I'm not privy to the internal discussion around why some clients can use some GPU's and all others are left out. I'll do some forum diving since I'm stuck at h...
by unsatchmo
Wed Mar 25, 2020 8:54 pm
Forum: V7.5.1 Public Release Windows/Linux/MacOS X [deprecated]
Topic: {macOS} Using GPU? (ANSWERED)
Replies: 18
Views: 7578

Re: {macOS} Using GPU? (ANSWERED)

As long as you are running macOS, you will not get any GPU work. Your requests will be redirected to a non-assigning net address. There is no GPU folding core distributed by F@h that will work on macOS and process a WU. Please remove any GPU slot you set up this way. What you posted may be useful i...
by unsatchmo
Tue Mar 24, 2020 5:55 pm
Forum: V7.5.1 Public Release Windows/Linux/MacOS X [deprecated]
Topic: {macOS} Using GPU? (ANSWERED)
Replies: 18
Views: 7578

Re: {macOS} Using GPU? (ANSWERED)

I got this working. Here's what I did: 1) Copy the OpenCL lib into the location that gromacs is attempting to open sudo cp /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL /usr/local/lib/libOpenCL.dylib 2) Fix the install-name of the new libOpenCL.dylib library (so that dyld recognizes ...
by unsatchmo
Tue Mar 24, 2020 5:44 pm
Forum: V7.5.1 Public Release Windows/Linux/MacOS X [deprecated]
Topic: {macOS} Using GPU? (ANSWERED)
Replies: 18
Views: 7578

Re: {macOS} Using GPU? (ANSWERED)

Reading the logs: 21:42:49: OpenCL: Not detected: Failed to open dynamic library 'libOpenCL.dylib': 21:42:49: dlopen(libOpenCL.dylib, 1): image not found Suggests that this is an issue with the the Gromacs code. They are using the old method of opening libOpenCL on macOS, the new method would be to ...