Miguel Dias Costa

Results 110 comments of Miguel Dias Costa

@akesandgren well, I was thinking more of shared memory situations, and even then "opt-in" (and even using the different symbols besides the different library names) - when using Scalapack one...

moving AlphaFold itself from `components` to `ext_list` would require addressing https://github.com/easybuilders/easybuild-framework/issues/3463 (https://github.com/easybuilders/easybuild-framework/blob/develop/easybuild/framework/easyblock.py#L573-L582)

fwiw, this is still affecting https://github.com/easybuilders/easybuild-framework/pull/3526 and https://github.com/easybuilders/easybuild-easyblocks/pull/2277, at least (again, PRs to master)

@boegel yeah, separate issue, and problem is still there. We may want to add something like ```diff --- a/easybuild/tools/github.py +++ b/easybuild/tools/github.py @@ -2274,6 +2274,7 @@ def det_commit_status(account, repo, commit_sha, github_user):...

Test report by @migueldiascosta **SUCCESS** Build succeeded for 4 out of 4 (4 easyconfigs in total) c2dhpc - Linux CentOS Linux 7.6.1810, x86_64, AMD EPYC 7601 32-Core Processor (zen), Python...

(weird, couldn't remove the patch with old name with ``--update-pr``, `ERROR: Path doesn't exist or file to delete isn't found in target branch: OpenMM-7.5.1_AlphaFold.patch`, had to use `git` directly...)

adding `get_system_architecture` was done, among other things, in https://github.com/easybuilders/easybuild-framework/pull/1953, and the easyblocks do often leverage this, but as far as I can tell an easyconfig constant was never defined https://easybuild.readthedocs.io/en/latest/version-specific/easyconfig_constants.html...

indeed, the problem is with this block https://github.com/Flamefire/easybuild-framework/blob/6a831521af6be42d103acdf157421d6d680fe502/easybuild/tools/filetools.py#L2501-L2525 from #3795, it works without it that block is assuming we asked for a tag (because there is no commit), but `tag`...