Changeset 5825


Ignore:
Timestamp:
Feb 6, 2020, 11:05:22 AM (3 years ago)
Author:
Jari Häkkinen
Message:

Change needed to find R's BLAS/LAPACK implementation

File:
1 edited

Legend:

Unmodified
Added
Removed
  • other/pipeline/trunk/Rscript.sh

    r5807 r5825  
    33Rdir=/usr/local/packages/R/3.6.2
    44export PATH=${Rdir}/bin:${PATH}
    5 export LD_LIBRARY_PATH=${Rdir}/lib64:${Rdir}/lib:${LD_LIBRARY_PATH}
     5export LD_LIBRARY_PATH=${Rdir}/lib:${LD_LIBRARY_PATH}
     6export LD_LIBRARY_PATH=${Rdir}/lib64:${LD_LIBRARY_PATH}
     7export LD_LIBRARY_PATH=${Rdir}/lib64/R/lib:${LD_LIBRARY_PATH}
    68
    79${Rdir}/bin/Rscript $@
Note: See TracChangeset for help on using the changeset viewer.