Search Criteria
Package Details: r-mkl 4.4.2-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/r-mkl.git (read-only, click to copy) |
---|---|
Package Base: | r-mkl |
Description: | Language and environment for statistical computing and graphics, linked to the Intel(R) MKL. |
Upstream URL: | http://www.r-project.org/ |
Keywords: | hpc mathematics modelling r statistics |
Licenses: | GPL |
Conflicts: | microsoft-r-open, r |
Provides: | r |
Submitter: | giniu |
Maintainer: | alexanderp |
Last Packager: | alexanderp |
Votes: | 25 |
Popularity: | 0.000015 |
First Submitted: | 2010-05-06 00:10 (UTC) |
Last Updated: | 2024-11-12 19:56 (UTC) |
Dependencies (28)
- bzip2 (bzip2-gitAUR)
- curl (curl-http3-ngtcp2AUR, curl-gitAUR, curl-c-aresAUR)
- icu (icu-gitAUR)
- intel-oneapi-mkl (intel-oneapi-hpckitAUR, intel-oneapi-basekit-2025AUR, intel-oneapi-basekit)
- libjpeg (mozjpeg-gitAUR, libjpeg-turbo-gitAUR, mozjpegAUR, libjpeg-turbo)
- libpng (libpng-gitAUR, libpng-apngAUR)
- libtiff (libtiff-gitAUR, libtiff-lercAUR)
- libxmu
- libxt
- ncurses (ncurses-gitAUR)
- openmp
- pango (pango-gitAUR)
- pcre2 (pcre2-gitAUR)
- perl (perl-gitAUR)
- readline (readline-gitAUR)
- unzip (unzip-natspecAUR, unzip-zstdAUR)
- which (busybox-coreutilsAUR)
- xz (xz-gitAUR)
- zip (zip-natspecAUR)
- zlib (zlib-ng-compat-gitAUR, zlib-gitAUR, zlib-ng-compat)
- gcc-fortran (gcc-fortran-gitAUR, gcc11-fortranAUR, gcc-fortran-snapshotAUR) (make)
- jdk-openjdk (jdk16-adoptopenjdkAUR, zing-21-binAUR, jdk-temurinAUR, jdk21-temurinAUR, jdk17-temurinAUR, jdk11-temurinAUR, openjdk-zulu-ca-fx-binAUR, openjdk-zulu8-ca-fx-binAUR, openjdk-zulu11-ca-fx-binAUR, openjdk-zulu17-ca-fx-binAUR, openjdk-zulu21-ca-fx-binAUR) (make)
- texlive-fontsrecommended (texlive-installerAUR, texlive-fullAUR, texlive-dummyAUR) (make)
- texlive-latexrecommended (texlive-installerAUR, texlive-fullAUR, texlive-dummyAUR) (make)
- tk (tk-fossilAUR) (make)
- gcc-fortran (gcc-fortran-gitAUR, gcc11-fortranAUR, gcc-fortran-snapshotAUR) (optional) – needed to compile some CRAN packages
- texlive-latex (texlive-installerAUR, texlive-fullAUR, texlive-dummyAUR) (optional) – LaTeX sty files
- tk (tk-fossilAUR) (optional) – tcl-tk interface
Required by (3385)
- afni (requires r)
- ants (requires r)
- ants-git (requires r)
- architect (requires r)
- cantor-git (requires r) (make)
- cantor-git (requires r) (optional)
- diffoscope-git (requires r) (check)
- diffoscope-git (requires r) (optional)
- emacs-ess (requires r)
- emacs-ess-git (requires r)
- flair (requires r) (optional)
- folding (requires r)
- gatk (requires r)
- gatk-bin (requires r) (optional)
- gcdkit (requires r)
- golden-cheetah-git (requires r) (optional)
- harp (requires r)
- helix-ext (requires r) (optional)
- jasp-desktop (requires r)
- knime-desktop (requires r) (optional)
- Show 3365 more...
Latest Comments
« First ‹ Previous 1 .. 3 4 5 6 7 8 9 10 11 12 13 .. 21 Next › Last »
alexanderp commented on 2019-05-06 18:36 (UTC)
@blazko, I need something to test this claim. Can you please provide a reproducible example that made use of all cores before the update but does not now?
blazko commented on 2019-05-06 18:24 (UTC)
@alexanderp My .conf file is set up as before:
That does not help. I'm not sure what does this switch mean, but is there a way to make it use Intel back again?
alexanderp commented on 2019-05-06 18:05 (UTC) (edited on 2019-05-06 18:07 (UTC) by alexanderp)
@blazko The package recently switched from Intel threading to OpenMP. Can you please try setting the number of threads manually in
/etc/intel-mkl-th.conf
?mys_721tx commented on 2019-05-05 16:30 (UTC) (edited on 2019-05-05 16:48 (UTC) by mys_721tx)
The
-limf
flag causes a problem when compiling acepack since/opt/intel/compilers_and_libraries_2019.3.199/linux/compiler/lib/intel64
is not in$FLIBS
. The problem is resolved by adding-L/opt/intel/compilers_and_libraries_2019.3.199/linux/compiler/lib/intel64
to$FLIBS
in/usr/lib/R/etc/Makeconf
. Perhaps we should append it to wherever-limf
appears.blazko commented on 2019-05-04 06:58 (UTC) (edited on 2019-05-04 07:05 (UTC) by blazko)
Thanks it worked.
The new version (with newest intel-mkl) does not recognize all 32 cores on my xeon. When running
simr()
it now uses only 16, and with previous version it used all of them at 100%.Is this something I can restore?
As a side note: other multicore applications still can run at 100% resources. It's something that changed for R only
alexanderp commented on 2019-05-03 12:48 (UTC) (edited on 2019-05-03 12:48 (UTC) by alexanderp)
https://wiki.archlinux.org/index.php/Pacman#%22Failed_to_commit_transaction_(conflicting_files)%22_error
blazko commented on 2019-05-03 12:08 (UTC) (edited on 2019-05-03 12:45 (UTC) by blazko)
@alexanderp thing is, there are a couple of those (survival.R) is just one of them. Is there any --overwrite all option? :)
alexanderp commented on 2019-05-03 11:36 (UTC)
@blazko Try adding
--overwrite usr/lib/R/library/survival/doc/survival.R
to your pacman command. My own installations upgraded fine by the way.blazko commented on 2019-05-03 11:00 (UTC)
I'm getting
r-mkl: /usr/lib/R/library/survival/doc/survival.R already exists in filesystem
with a couple others when trying to upgrade from last 3.5 version. Should I remove old install completely before trying to upgrade?alyst commented on 2019-04-23 12:35 (UTC)
@alexanderp My laptop's march is skylake. I can try some R benchmarks/tests (which ones do you have in mind?) with the current r-mkl CFLAGS (
-O3 -m64 -march=native -I...
) vs the proposed ones (${CFLAGS} -m64 -I...
, where $CFLAGS is from makepkg.conf with "-march=x86_64" set by default).The second part (intel compiler dependency) should not affect it, though. There was a problem before was intel-mkl implicitly depending on intel-compiler-based, but I've just fixed it.
There's another potential issue that R-MKL uses Intel OpenMP with GCC compiler instead of GCC's own implementation. As some of the R packages may explicitly use -fopenmp, this may cause some issues either at compile or run time. Here's a fix for that:
« First ‹ Previous 1 .. 3 4 5 6 7 8 9 10 11 12 13 .. 21 Next › Last »