{bio}[fosscuda/2020b] AlphaFold v2.1.1 w/ Python 3.8.6#14273
{bio}[fosscuda/2020b] AlphaFold v2.1.1 w/ Python 3.8.6#14273boegel merged 8 commits intoeasybuilders:developfrom
Conversation
…phaFold-2.0.1_relax_gpu.patch, AlphaFold-2.1.0_data-dep-paths.patch, AlphaFold-2.1.0_fix-scp-path.patch
|
Test report by @terjekv |
|
@boegelbot please test @ generoso |
|
@SebastianAchilles: Request for testing this PR well received on login1 PR test command '
Test results coming soon (I hope)... Details- notification for comment with ID 960592674 processed Message to humans: this is just bookkeeping information for me, |
|
Test report by @SebastianAchilles |
|
Test report by @boegelbot |
| ('Kalign', '3.3.1'), | ||
| ('jax', '0.2.19'), # also provides absl-py | ||
| ] | ||
| configopts = "-DCUDA_CUDA_LIBRARY=${EBROOTCUDA}/lib64/stubs/libcuda.so " |
There was a problem hiding this comment.
@ThomasHoffmann77 This was also added to the easyconfig for AlphaFold 2.0.1 (it's not in the AlphaFold 2.0.0 easyconfig), but why is it needed, can you clarify (perhaps with a comment in the easyconfig itself above this line)?
Also, why is it not specific to a particular component? Like this, it applies to all components, is that intentional?
There was a problem hiding this comment.
Actually, that's not entirely correct: the configopts value is set to include this for all components, but configopts is totally ignored by the PythonPackage easyblock, so this actually only applies to the OpenMM component.
So, it would be better to specify this via 'configopts': ... for the OpenMM component specifically, to make that clear (along with a comment to clarify why it is required at all).
There was a problem hiding this comment.
It is not generically needed. We didn't need it in our install. So if @ThomasHoffmann77 need it they should handled that in a hook.
There was a problem hiding this comment.
@boegel @akesandgren The line is a leftover from our configuration. I forgot to remove it. We require the line on our system, because we build on nodes missing the Nvidia drivers.
…rrect mgy_clusters_2018_12.fa, 2. correct treatment of default parameter --model_preset=monomer
|
Test report by @boegel edit: caused by no longer specifying |
|
Test report by @boegel |
(created using
eb --new-pr)