This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
cluster:73 [2023/10/31 14:16] hmeij07 [Miniconda3-py311] |
cluster:73 [2024/07/25 19:05] (current) hmeij07 [Miniconda3-py311] |
||
---|---|---|---|
Line 24: | Line 24: | ||
Some compilations require 7.x and are in / | Some compilations require 7.x and are in / | ||
+ | |||
+ | |||
+ | ====== Julia ====== | ||
+ | |||
+ | * https:// | ||
+ | * / | ||
+ | * link in / | ||
+ | * runs on centos7 and rocky8 | ||
Line 70: | Line 78: | ||
│ Using Python 3.11.4. Type " | │ Using Python 3.11.4. Type " | ||
└────────────────────────────────────────────────────────────────────┘ | └────────────────────────────────────────────────────────────────────┘ | ||
+ | |||
+ | sage: exit | ||
+ | (sage) [hmeij@greentail52 ~]$ conda deactivate | ||
+ | [hmeij@greentail52 ~]$ | ||
</ | </ | ||
+ | |||
+ | * **mdtraj, matplotlib, pandas** | ||
+ | |||
+ | < | ||
+ | |||
+ | [hmeij@greentail52 ~]$ which python | ||
+ | / | ||
+ | | ||
+ | [hmeij@greentail52 ~]$ python | ||
+ | Python 3.11.4 (main, Jul 5 2023, 13:45:01) [GCC 11.2.0] on linux | ||
+ | Type " | ||
+ | >>> | ||
+ | >>> | ||
+ | |||
+ | </ | ||
+ | |||
+ | * ** seaborn** | ||
+ | * https:// | ||
+ | * also in miniconda3/ | ||
+ | |||
+ | < | ||
+ | |||
+ | patsy conda-forge/ | ||
+ | seaborn | ||
+ | seaborn-base | ||
+ | statsmodels | ||
+ | |||
+ | </ | ||
+ | |||
+ | * joblib (thayerlab) | ||
+ | |||
+ | < | ||
+ | |||
+ | joblib | ||
+ | |||
+ | </ | ||
+ | |||
Line 618: | Line 667: | ||
</ | </ | ||
+ | ** picard ** | ||
+ | |||
+ | * https:// | ||
+ | * Warning: using Java 20 but only Java 17 has been tested. | ||
+ | |||
+ | < | ||
+ | |||
+ | picard centos7, weird | ||
+ | > Failed to load native library ' | ||
+ | |||
+ | picard centos8 | ||
+ | |||
+ | [hmeij@cottontail2 20231108]$ pwd | ||
+ | / | ||
+ | |||
+ | [hmeij@cottontail2 20231108]$ ls -l build/libs/ | ||
+ | total 119872 | ||
+ | -rw-r--r-- 1 hmeij its 62520451 Nov 8 11:46 picard-3.1.0-3-ga9194bd97-SNAPSHOT-all.jar | ||
+ | -rw-r--r-- 1 hmeij its 1856980 Nov 8 11:01 picard-3.1.0-3-ga9194bd97-SNAPSHOT.jar | ||
+ | -rw-r--r-- 1 hmeij its 62520451 Nov 8 11:46 picard.jar | ||
+ | [hmeij@cottontail2 20231108]$ | ||
+ | |||
+ | |||
+ | </ | ||
====== Galario CPU+GPU ====== | ====== Galario CPU+GPU ====== | ||
Line 1328: | Line 1401: | ||
</ | </ | ||
+ | |||
+ | |||
+ | * **qualimap ** | ||
+ | * http:// | ||
+ | * java & R app, probably will work in centos7 and rocky8 | ||
+ | * / | ||
+ | |||
+ | * **gatk** | ||
+ | * https:// | ||
+ | * java & R app. probably will work in centos7 and rocky8 | ||
+ | * / | ||
+ | |||
+ | For both apps above java is v20, developers want and tested v17 | ||
+ | |||
+ | For both apps you may find R local in operating system or a recent versions at | ||
+ | |||
+ | * (rocky 8) module load R/4.1.2 | ||
+ | |||
+ | |||
+ | |||
Line 1444: | Line 1537: | ||
# drop all the packages in from previous versions | # drop all the packages in from previous versions | ||
https:// | https:// | ||
+ | |||
+ | |||
+ | export PATH=/ | ||
+ | export LD_LIBRARY_PATH=/ | ||
+ | which pip3 python3 | ||
+ | |||
+ | / | ||
+ | / | ||
</ | </ | ||
Line 2531: | Line 2632: | ||
====== LAMMPS CPU/GPU ====== | ====== LAMMPS CPU/GPU ====== | ||
+ | |||
+ | ** 7Feb2024 ** | ||
+ | |||
+ | |||
+ | * / | ||
+ | * lmp_serial and lmp_mpi | ||
+ | * 3 cuda versions with 3 different precision settings | ||
+ | * compiled against cuda 10.2 on exx96, may work in mwgpu cuda-11.2 | ||
+ | * notes: / | ||
+ | * does **not** support openmp, look for the OpenHPC version for that | ||
** 25Apr2023** | ** 25Apr2023** |