Skip to content

Commit

Permalink
docs
Browse files Browse the repository at this point in the history
  • Loading branch information
jinghuazhao committed Apr 28, 2024
1 parent 750e44e commit 3eb5338
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 2 additions & 0 deletions docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -230,3 +230,5 @@ Three batch files have been created,
- `csd3.sh` CentOS 7, gcc/6
- `csd3-gcc11.sh` CentOS 7, gcc/11
- `csd3-icelake.sh` CentOS 8.

Except `csd3-icelake.sh`, here is difficulty to install R directly to $CEUADMIN/R so symbolic links are used instead.
1 change: 0 additions & 1 deletion docs/csd3-gcc11.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ mkdir R-${version}-gcc11
wget -qO- https://cran.r-project.org/src/base/R-${major}/R-${version}.tar.gz | \
tar xvfz - -C R-${version}-gcc11 --strip-components=1
cd R-${version}-gcc11
export prefix=/usr/local/Cluster-Apps/ceuadmin/R
./configure --prefix=${prefix}/${version}-gcc11 --with-pcre2 --enable-R-shlib
make
make install
3 changes: 1 addition & 2 deletions docs/csd3.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/bash

module load gcc/6 geos-3.6.2-gcc-5.4.0-vejexvy gettext-0.19.8.1-gcc-5.4.0-5iqkv5z pcre2-10.20-gcc-5.4.0-tcuhtrb texlive
module load gcc/9 geos-3.6.2-gcc-5.4.0-vejexvy gettext-0.19.8.1-gcc-5.4.0-5iqkv5z pcre2-10.20-gcc-5.4.0-tcuhtrb texlive
module load image-magick-7.0.5-9-gcc-5.4.0-d4lemcc
module load ceuadmin/glpk/4.57 ceuadmin/icu/70.1

Expand All @@ -12,7 +12,6 @@ IFS=\. read major minor1 minor2 <<<${version}
wget -qO- https://cran.r-project.org/src/base/R-${major}/R-${version}.tar.gz | \
tar xvfz -
cd R-${version}
export prefix=/usr/local/Cluster-Apps/ceuadmin/R
./configure --prefix=${prefix}/${version} --with-pcre2 --enable-R-shlib
make
make install
Expand Down

0 comments on commit 3eb5338

Please sign in to comment.