You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mxnet.apache.org by GitBox <gi...@apache.org> on 2017/12/13 21:10:49 UTC

[GitHub] marcoabreu closed pull request #9054: [Do not merge] Add parallelised R-compilation during test

marcoabreu closed pull request #9054: [Do not merge] Add parallelised R-compilation during test
URL: https://github.com/apache/incubator-mxnet/pull/9054
 
 
   

This is a PR merged from a forked repository.
As GitHub hides the original diff on merge, it is displayed below for
the sake of provenance:

As this is a foreign pull request (from a fork), the diff is supplied
below (as it won't show otherwise due to GitHub magic):

diff --git a/Jenkinsfile b/Jenkinsfile
index 53bdbbe7db..d2ccc63fa7 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -404,7 +404,7 @@ try {
           timeout(time: max_time, unit: 'MINUTES') {
             sh "${docker_run} cpu rm -rf .Renviron"
             sh "${docker_run} cpu mkdir -p /workspace/ut-r-cpu/site-library"
-            sh "${docker_run} cpu make rpkg USE_BLAS=openblas R_LIBS=/workspace/ut-r-cpu/site-library"
+            sh "${docker_run} cpu make -j36 rpkg USE_BLAS=openblas R_LIBS=/workspace/ut-r-cpu/site-library"
             sh "${docker_run} cpu R CMD INSTALL --library=/workspace/ut-r-cpu/site-library R-package"
             sh "${docker_run} cpu make rpkgtest R_LIBS=/workspace/ut-r-cpu/site-library"
           }
@@ -419,7 +419,7 @@ try {
           timeout(time: max_time, unit: 'MINUTES') {
             sh "${docker_run} gpu rm -rf .Renviron"
             sh "${docker_run} gpu mkdir -p /workspace/ut-r-gpu/site-library"
-            sh "${docker_run} gpu make rpkg USE_BLAS=openblas R_LIBS=/workspace/ut-r-gpu/site-library"
+            sh "${docker_run} gpu make -j32 rpkg USE_BLAS=openblas R_LIBS=/workspace/ut-r-gpu/site-library"
             sh "${docker_run} gpu R CMD INSTALL --library=/workspace/ut-r-gpu/site-library R-package"
             sh "${docker_run} gpu make rpkgtest R_LIBS=/workspace/ut-r-gpu/site-library R_GPU_ENABLE=1"
           }


 

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services