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)
- Show 8 more dependencies...
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 2 3 4 5 6 7 8 9 10 11 12 .. 21 Next › Last »
blazko commented on 2019-05-17 11:40 (UTC)
@alexanderp I sorted this out. For a 4 cores 8 threads CPU I should set
export MKL_NUM_THREADS=32
on my laptop (instead of 8) andexport MKL_NUM_THREADS=128
on the xeon (instead of 32),After this they all work at max speeds and resources.
alexanderp commented on 2019-05-07 10:59 (UTC)
@blazko, Not sure... It seems that the way GNU OpenMP utilizes cores/threads is different. Just for reference, I am getting the same behaviour when using the
microsoft-r-open
package.blazko commented on 2019-05-07 08:49 (UTC)
@alexanderp thanks for your tests - i'm running a bigger batch of those sims right now, and I would avoid stopping them.
Your test clearly shows, that performancewise OpenMP is better. Is there a reason we can't run that on 100%?
alexanderp commented on 2019-05-06 20:15 (UTC)
@blazko, I modified your code as such:
These were the results:
R 3.5.3 with Intel threading:
top
R 3.6.0 with GNU OpenMP:
top
Please run this on your side as well and report back.
alexanderp commented on 2019-05-06 19:57 (UTC)
@mys_721tx, I've never had to source
mklvars.sh
manually, since it's loaded byprofile.d
on login.mys_721tx commented on 2019-05-06 19:36 (UTC)
@alexanderp
LD_LIBRARY_PATH
andLIBRARY_PATH
are not captured inMakeconf
. Therefore/opt/intel/mkl/bin/mklvars.sh
must be sourced before building any package that useslimf
.alexanderp commented on 2019-05-06 19:02 (UTC) (edited on 2019-05-06 19:02 (UTC) by alexanderp)
@mys_721tx,
/etc/R/Makeconf
http://sprunge.us/2x3uZS?make/usr/lib/R/etc/Makeconf
same as above.mys_721tx commented on 2019-05-06 18:51 (UTC)
@alexanderp Could you post your Makeconf?
blazko commented on 2019-05-06 18:49 (UTC)
@alexenderp this is the code I'm running:
https://gist.github.com/b1azk0/db5f37da66b28ecbb1c0b40b68177702
I did this simulation on previous R version and it was just fine.
alexanderp commented on 2019-05-06 18:46 (UTC)
@mys_721tx, acepack installs fine on my side:
« First ‹ Previous 1 2 3 4 5 6 7 8 9 10 11 12 .. 21 Next › Last »