-
Notifications
You must be signed in to change notification settings - Fork 26
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
R: install a working R 4.4.2 using JDK 21 #594
Comments
A build script for R 4.4.2 and recommended packages has been done which uses the java/21.0.4 module: and run on Myriad. |
The additional packages build script R-4.4.2_packages_install is prepared but I've been going round in circles trying to get a working set of the external geographic tools to work together PROJ.4, GDAL, GMT and GEOS. I think I may finally have got them working with the following:
|
Now trying to run the R-4.4.2_packages_install from a job as it takes some time to complete. Job script is in: ~ccspapp/Software/R/build-R-4.4.2-packages.sh |
Job is now running:
|
Job finished overnight:
Now checking how much worked. |
building package V8: https://cran.r-project.org/package=V8 fails. |
I have a comment:
maybe this is no longer available/working for RedHat 7. Checking |
It looks like an older version of the V8 package may work. Trying:
|
This does seem to work. |
ok now I'm going to start again after moving /shared/ucl/apps/R/R-4.4.2-OpenBLAS out of the way so starting a fresh build. First:
|
base R and recommended packages re-built. Just running some of the demos to test. |
submitted additional packages build job from ~ccspapp/Software/R:
|
Build job has finished with no obvious errors. Log is in /home/ccspapp/Scratch/R/R-4.4.2-packages-build.o468436 |
Installing R MPI support packages like doMPI:
|
looks ok. Next step is to install the R 4.4.2 module file and module bundle. |
I've run some tests on the Myriad build:
the tests have worked ok so R 4.4.2 is now ready to install on all clusters. Will do Kathleen next. |
On Kathleen I'm running the build scripts in this order:
GEOS 3.9.1 is already installed on Kathleen. |
R 4.4.2 additional packages build job located here on Kathleen:
submitted earlier.
|
I've checked the log for the additional packages build job and it looks as everything. installed ok. |
now running the MPI support packages installer script:
|
I've run a test job on Kathleen using the doMPI package and this has worked correctly. Will now install on all clusters:
|
R 4.4.2 with Java JDK 21 instead of JDK 8. This should be more compatible with running the Nextflow pipeline and R together eg see closed ticket 1393718
Needed first on Myriad
The text was updated successfully, but these errors were encountered: