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 9c81dea commit 91f5c0f
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 3 deletions.
8 changes: 8 additions & 0 deletions docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -222,3 +222,11 @@ export version=4.2.2
IFS=\. read major minor1 minor2 <<<${version}
echo ${major}.${minor1}.${minor2}
```

## CentOS 7/8

Three batch files have been created,

- `csd3.sh` CentOS 7, gcc/6
- `csd3-gcc11.sh` CentOS 7, gcc/11
- `csd3-icelake.sh` CentOS 8.
7 changes: 4 additions & 3 deletions docs/csd3-icelake.sh
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
#!/usr/bin/bash

module load curl/7.79.0/gcc/75dxv7ac pcre2/10.36/gcc/sya23vzi texlive
module load ceuadmin/json-c/0.17-20230812-icelake ceuadmin/openssl/3.2.1-icelake
module load ceuadmin/nettle/2.7.1
module load curl/7.79.0/gcc/75dxv7ac gettext/0.21/gcc/qnrcglqo libiconv/1.16/intel/64iicvbf
module load libpng/1.6.37/intel/jfrl6z6c pcre2/10.36/gcc/sya23vzi readline/8.1/gcc/bumlt4j6
module load ceuadmin/json-c/0.17-20230812-icelake
module load ceuadmin/nettle/2.7.1 texlive

export version=4.4.0
IFS=\. read major minor1 minor2 <<<${version}
Expand Down

0 comments on commit 91f5c0f

Please sign in to comment.