search for: easybuild

Displaying 5 results from an estimated 5 matches for "easybuild".

2023 Oct 11
2
About FlexiBLAS in the R-admin docs
...: CentOS Stream 9 Matrix products: default BLAS/LAPACK: FlexiBLAS OPENBLAS-OPENMP; LAPACK version 3.9.0 ? So OpenBLAS compiled with OpenMP is the default. FlexiBLAS (via the flexiblas package) is my favorite way to manage core use in multithreaded BLAS computations. It is also the default in the EasyBuild foss compiler toolchain for HPC clusters: https://docs.easybuild.io/common-toolchains/ What would be a good way to suggest or construct an update? Best regards, George > Date: Wed, 27 Sep 2023 15:14:43 +0200 > From: =?UTF-8?Q?I=C3=B1aki_Ucar?= <iucar at fedoraproject.org> > To:...
2017 Aug 09
2
generating cran package list matching R minor version
Dear All, It is a common problem to update R for distributors. My challenge is to maintain R module files for a cluster, using easybuild. My question is: Is there a way to derive a list of cran packages and their version for a given version of R? In case addressing the R-help list is addressing wrong list, any pointer is appreciated. Best regards, Christian Meesters
2018 Nov 07
0
Checksums of packages change on CRAN without change in version number
...ere's no way they can know whether it is a legitimate change to the package, or the result of some kind of hack. They have to rely on trust, which is a dangerous thing to do in an IT context and which they like to avoid. github report on the issue (this time it's mgcv) : https://github.com/easybuilders/easybuild-easyconfigs/pull/7122#pullrequestreview-172031060 Cheers Joris -- Joris Meys Statistical consultant Department of Data Analysis and Mathematical Modelling Ghent University Coupure Links 653, B-9000 Gent (Belgium) <https://maps.google.com/?q=Coupure+links+653,%C2%A0B-9000+Gent,%C...
2017 Aug 09
0
generating cran package list matching R minor version
> On Aug 9, 2017, at 5:38 AM, Christian Meesters <meesters at uni-mainz.de> wrote: > > Dear All, > > It is a common problem to update R for distributors. My challenge is to maintain R module files for a cluster, using easybuild. > > My question is: Is there a way to derive a list of cran packages and their version for a given version of R? I'm wondering whether this is a well-defined question. The could have been several versions of a package released over the course of any given interval during which any one...
2023 Oct 24
1
About FlexiBLAS in the R-admin docs
...Matrix products: default > BLAS/LAPACK: FlexiBLAS OPENBLAS-OPENMP; LAPACK version 3.9.0 > ? > > So OpenBLAS compiled with OpenMP is the default. FlexiBLAS (via the flexiblas package) is my favorite way to manage core use in multithreaded BLAS computations. It is also the default in the EasyBuild foss compiler toolchain for HPC clusters: https://docs.easybuild.io/common-toolchains/ The output of session info is based on that flexiblas is used and on what flexiblas tells R is the backend it uses. R does not attempt to check that optimized LAPACK functions from the backend really end up c...