This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
cluster:73 [2022/03/02 15:00] hmeij07 [Magenta] |
cluster:73 [2024/07/25 19:05] (current) hmeij07 [Miniconda3-py311] |
||
---|---|---|---|
Line 3: | Line 3: | ||
====== Software ====== | ====== Software ====== | ||
+ | |||
+ | [[cluster: | ||
+ | |||
+ | Below is all centos 6 and/or 7, which may or may not run in 8. | ||
+ | |||
IMPORTANT NOTE: **Since moving to the TrueNAS/ZFS appliance all references to** ''/ | IMPORTANT NOTE: **Since moving to the TrueNAS/ZFS appliance all references to** ''/ | ||
Line 18: | Line 23: | ||
on either cottontail2 or node n33 located at / | on either cottontail2 or node n33 located at / | ||
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 | ||
+ | |||
+ | |||
+ | ====== Miniconda3-py311 ====== | ||
+ | |||
+ | * Starting a new branch, the other Miniconda3 section listed on this is quite loaded | ||
+ | * Python 3.11 | ||
+ | |||
+ | < | ||
+ | |||
+ | source / | ||
+ | or | ||
+ | export PATH=/ | ||
+ | export LD_LIBRARY_PATH=/ | ||
+ | which mpirun python conda | ||
+ | conda list | ||
+ | |||
+ | export CUDA_HOME=/ | ||
+ | export PATH=/ | ||
+ | export LD_LIBRARY_PATH=/ | ||
+ | export LD_LIBRARY_PATH=/ | ||
+ | |||
+ | |||
+ | </ | ||
+ | |||
+ | * conda install (same as what is listed on openhpc [[https:// | ||
+ | * cudatoolkit=10.2 cudnn=7 for exx96 queue | ||
+ | * same error, module cudatoolkit not found, but I found Cupy and it does load | ||
+ | * https:// | ||
+ | * thayerlab | ||
+ | |||
+ | < | ||
+ | |||
+ | # pollacklab | ||
+ | |||
+ | [hmeij@greentail52 ~]$ source / | ||
+ | |||
+ | [hmeij@greentail52 ~]$ conda activate sage | ||
+ | |||
+ | (sage) [hmeij@greentail52 ~]$ sage --version | ||
+ | SageMath version 10.0, Release Date: 2023-05-20 | ||
+ | |||
+ | (sage) [hmeij@greentail52 ~]$ sage | ||
+ | ┌────────────────────────────────────────────────────────────────────┐ | ||
+ | │ SageMath version 10.0, Release Date: 2023-05-20 | ||
+ | │ 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 | ||
+ | |||
+ | </ | ||
+ | |||
+ | |||
+ | |||
+ | ====== Masurca ====== | ||
+ | |||
+ | |||
+ | * module: masurca/ | ||
+ | * https:// | ||
+ | * supports openmp (maybe) | ||
+ | * queues mwgpu, exx96 (centos 7) | ||
+ | |||
+ | |||
+ | < | ||
+ | |||
+ | export PATH=/ | ||
+ | export LD_LIBRARY_PATH=/ | ||
+ | |||
+ | |||
+ | [hmeij@cottontail2 ~]$ masurca --version | ||
+ | version 4.1.0 | ||
+ | |||
+ | |||
+ | </ | ||
+ | |||
+ | ====== Trimmomatic ====== | ||
+ | |||
+ | * http:// | ||
+ | * binary download and stage | ||
+ | * java -jar trimmomatic-0.39.jar ... | ||
+ | |||
+ | < | ||
+ | |||
+ | / | ||
+ | [root@cottontail Trimmomatic-0.39]# | ||
+ | total 176 | ||
+ | drwxr-xr-x 2 root root 8 Apr 8 2019 adapters | ||
+ | -rw-r--r-- 1 root root 35147 May 16 2018 LICENSE | ||
+ | -rw-r--r-- 1 root root 128502 Apr 8 2019 trimmomatic-0.39.jar | ||
+ | |||
+ | </ | ||
Line 218: | Line 360: | ||
Suite of tools for high-accuracy basecaling, assembly, polishing, and alignment. Installed in a specific miniconda3 environment (see below). | Suite of tools for high-accuracy basecaling, assembly, polishing, and alignment. Installed in a specific miniconda3 environment (see below). | ||
- | * Requires centos7 so queues mwgpu, amber128, exx96 | + | * Requires centos7 so queues mwgpu, |
* debug server greentail52 | * debug server greentail52 | ||
* PREFIX=/ | * PREFIX=/ | ||
Line 228: | Line 370: | ||
< | < | ||
- | # environment | + | # environment |
source / | source / | ||
export PATH=/ | export PATH=/ | ||
Line 239: | Line 381: | ||
which conda python pip mpirun gcc cmake | which conda python pip mpirun gcc cmake | ||
python --version | python --version | ||
+ | |||
+ | / | ||
+ | / | ||
+ | / | ||
+ | / | ||
+ | / | ||
+ | / | ||
+ | |||
</ | </ | ||
Line 314: | Line 464: | ||
** Flye ** | ** Flye ** | ||
- | * https:// | + | Somewhat annoying, no miniconda3 package, (python 3.9, gcc 9.2). Local building (without installation) on centos7 greentail52. |
- | * miniconda3 | + | |
- | * De novo assembler | + | * setup env as for all packages in #3, see top of section |
- | * v2.8.3 | + | * v2.9.2 (June 2023) |
+ | * python bin/flye | ||
+ | * change the PATHS accordingly | ||
< | < | ||
- | # To activate this environment, | + | / |
- | # $ conda activate | + | 2.9.2-b1794 |
- | # To deactivate an active environment, | + | |
- | # $ conda deactivate | + | |
</ | </ | ||
+ | |||
+ | * v2.9.1 (October 2022) | ||
+ | * python bin/flye | ||
+ | * change the PATHs accordingly | ||
+ | |||
+ | < | ||
+ | |||
+ | / | ||
+ | 2.9.1-b1780 | ||
+ | |||
+ | </ | ||
+ | |||
+ | * v2.9 (August 2021) | ||
+ | * python bin/flye | ||
+ | |||
+ | < | ||
+ | |||
+ | export PATH=/ | ||
+ | export LD_LIBRARY_PATH=/ | ||
+ | which flye | ||
+ | / | ||
+ | flye --version | ||
+ | 2.9-b1774 | ||
+ | |||
+ | </ | ||
+ | |||
+ | |||
** Filtlong ** | ** Filtlong ** | ||
Line 358: | Line 535: | ||
</ | </ | ||
+ | ** BBmap ** | ||
+ | |||
+ | * location: / | ||
+ | * java programs | ||
+ | * https:// | ||
+ | |||
+ | ** Pilon ** | ||
+ | |||
+ | * location: / | ||
+ | * just one big jar file | ||
+ | * latest java is in $PATH | ||
+ | |||
+ | < | ||
+ | |||
+ | [hmeij@greentail52 pilon]$ java -jar pilon-1.24.jar --help | ||
+ | Pilon version 1.24 Thu Jan 28 13:00:45 2021 -0500 | ||
+ | |||
+ | Usage: pilon --genome genome.fasta [--frags frags.bam] [--jumps jumps.bam] [--unpaired unpaired.bam] | ||
+ | | ||
+ | pilon --help for option details | ||
+ | < | ||
+ | |||
+ | </ | ||
+ | |||
+ | ** haslr ** | ||
+ | |||
+ | * miniconda3 env | ||
+ | * https:// | ||
+ | * conda install -c bioconda haslr | ||
+ | |||
+ | < | ||
+ | |||
+ | The following NEW packages will be INSTALLED: | ||
+ | |||
+ | _openmp_mutex | ||
+ | fastutils | ||
+ | haslr bioconda/ | ||
+ | k8 | ||
+ | libgomp | ||
+ | libzlib | ||
+ | minia bioconda/ | ||
+ | minimap2 | ||
+ | pluggy | ||
+ | ruamel.yaml | ||
+ | ruamel.yaml.clib | ||
+ | toolz conda-forge/ | ||
+ | |||
+ | </ | ||
+ | |||
+ | Compiled from source, do **not** source miniconda3, we are using standalone pyhton3 | ||
+ | |||
+ | < | ||
+ | |||
+ | export PATH=/ | ||
+ | export LD_LIBRARY_PATH=/ | ||
+ | export LD_LIBRARY_PATH=/ | ||
+ | export PATH=/ | ||
+ | export LD_LIBRARY_PATH=/ | ||
+ | [hmeij@greentail52 20231006]$ which python | ||
+ | / | ||
+ | |||
+ | [hmeij@greentail52 20231006]$ pwd | ||
+ | / | ||
+ | |||
+ | [hmeij@greentail52 20231006]$ ll bin | ||
+ | total 11448 | ||
+ | -rwxr-xr-x 1 hmeij its | ||
+ | -rwxr-xr-x 1 hmeij its 3823032 Oct 6 15:04 haslr_assemble | ||
+ | -rwxr-xr-x 1 hmeij its 19949 Oct 6 14:48 haslr.py | ||
+ | -rwxr-xr-x 1 hmeij its 20969840 Oct 6 14:59 minia | ||
+ | -rwxr-xr-x 1 hmeij its 23856 Oct 6 15:01 minia_nooverlap | ||
+ | -rwxr-xr-x 1 hmeij its | ||
+ | |||
+ | </ | ||
+ | |||
+ | |||
+ | ** stLFR ** | ||
+ | |||
+ | * same centos 7 environment | ||
+ | * https:// | ||
+ | |||
+ | < | ||
+ | |||
+ | cd / | ||
+ | |||
+ | [hmeij@greentail52 20230929]$ ./ | ||
+ | Version: | ||
+ | 1.00 | ||
+ | |||
+ | Contact: | ||
+ | dengli1@genomics.cn && guolidong@genomics.cn | ||
+ | |||
+ | Usage: | ||
+ | stLFR_GapCloser [options] | ||
+ | ... | ||
+ | |||
+ | |||
+ | # and another request by Luis | ||
+ | # https:// | ||
+ | |||
+ | [hmeij@greentail52 stLFR]$ pwd | ||
+ | / | ||
+ | [hmeij@greentail52 stLFR]$ ll GapCloser-bin-v1.12-r6/ | ||
+ | total 175 | ||
+ | -rwxr-xr-x 1 hmeij its 184713 Jan 11 2013 GapCloser | ||
+ | -rw-r--r-- 1 hmeij its 44533 Jan 11 2013 GapCloser_Manual.pdf | ||
+ | |||
+ | </ | ||
+ | |||
+ | ** BUSCO ** | ||
+ | |||
+ | * https:// | ||
+ | * conda package fails on glib 2.17, weird | ||
+ | |||
+ | < | ||
+ | |||
+ | [hmeij@n79 ~]$ docker images | ||
+ | REPOSITORY | ||
+ | ezlabgva/ | ||
+ | |||
+ | |||
+ | [hmeij@n79 busco_wd]$ docker run --rm -v $(pwd):/ | ||
+ | 2023-10-28 20:30:00 INFO: ***** Start a BUSCO v5.5.0 analysis, current time: 10/28/2023 20:30:00 ***** | ||
+ | 2023-10-28 20:30:00 INFO: | ||
+ | 2023-10-28 20:30:00 INFO: Mode is genome | ||
+ | 2023-10-28 20:30:00 INFO: ' | ||
+ | 2023-10-28 20:30:00 INFO: | ||
+ | |||
+ | that's a problem, trying to reach the internet ... | ||
+ | |||
+ | </ | ||
+ | |||
+ | ** 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 638: | Line 971: | ||
Using htslib 1.9 | Using htslib 1.9 | ||
Copyright (C) 2018 Genome Research Ltd. | Copyright (C) 2018 Genome Research Ltd. | ||
+ | |||
+ | </ | ||
+ | |||
+ | * **iqtree** fcohanlab/ | ||
+ | |||
+ | < | ||
+ | |||
+ | [hmeij@greentail52 ~]$ iqtree --version | ||
+ | IQ-TREE multicore version 2.0.3 for Linux 64-bit built Dec 20 2020 | ||
+ | |||
+ | |||
+ | </ | ||
+ | |||
+ | * https:// | ||
+ | * calterlab, annika (used pip to install) | ||
+ | |||
+ | < | ||
+ | |||
+ | Successfully installed | ||
+ | GridDataFormats-1.0.1 MDAnalysis-2.3.0 | ||
+ | fasteners-0.18 mmtf-python-1.1.3 | ||
+ | mrcfile-1.4.3 msgpack-1.0.4 numpy-1.23.4 | ||
+ | |||
+ | </ | ||
+ | |||
+ | For **Lammps** (starrlab) 23April2023, | ||
+ | |||
+ | * / | ||
+ | * make yes-ml-pace | ||
+ | * make yes-gpu | ||
+ | * https:// | ||
+ | |||
+ | < | ||
+ | |||
+ | # Note: you must add this line to you env | ||
+ | export LD_LIBRARY_PATH=/ | ||
+ | |||
+ | # Note2: had to install 'conda install cudnn' and make two links | ||
+ | to higher level libraries (a must not do) | ||
+ | for libcudnn.so.8 and libcusolver.so.11 | ||
+ | |||
+ | [hmeij@greentail52 ~]$ which python | ||
+ | / | ||
+ | [hmeij@greentail52 ~]$ pip list | grep tensorflow | ||
+ | mesh-tensorflow | ||
+ | tensorflow | ||
+ | tensorflow-addons | ||
+ | tensorflow-datasets | ||
+ | tensorflow-estimator | ||
+ | tensorflow-gan | ||
+ | tensorflow-hub | ||
+ | tensorflow-io-gcs-filesystem 0.32.0 | ||
+ | tensorflow-metadata | ||
+ | tensorflow-probability | ||
+ | [hmeij@greentail52 ~]$ which pacemaker | ||
+ | / | ||
</ | </ | ||
Line 652: | Line 1041: | ||
* git clone https:// | * git clone https:// | ||
* python ./setup.py install | * python ./setup.py install | ||
- | * requires CentOS7 so queues mwgpu, amber128 and exx96 | + | * requires CentOS7 so queues mwgpu, |
* or for debugging use greentail52 | * or for debugging use greentail52 | ||
* / | * / | ||
Line 692: | Line 1081: | ||
====== OpenHPC ====== | ====== OpenHPC ====== | ||
- | So I remember where I put the repos ''/ | + | So I remember where I put the tar repo file |
- | * whitetail tar ball for centos7/ | + | * OpenHPC v2.4 |
- | * http://repos.openhpc.community/OpenHPC/2.0RC1/CentOS_8/x86_64/ | + | * Rocky 8.5 |
- | | + | * Slurm 20.11.8 |
- | * https://github.com/ | + | * Warewulf 3.9 |
+ | * x86_64 | ||
+ | |||
+ | < | ||
+ | |||
+ | [root@cottontail2 ~]# ll /share/ | ||
+ | total 8290421 | ||
+ | -rw------- 1 root root | ||
+ | -rw-r--r-- 1 root root 10720 Mar 17 09:35 ohpc-release-2-1.el8.x86_64.rpm | ||
+ | -rw-r--r-- 1 root root 8531681280 Mar 17 09:33 OpenHPC-2.4.EL_8.x86_64.tar | ||
+ | |||
+ | |||
+ | |||
+ | # this is all that is needed for ohpc base compute client | ||
+ | # see the recipe for cct2 and follow compute node only ingredients | ||
+ | |||
+ | [root@cottontail2 ~]# ll /share/apps/ | ||
+ | total 95196 | ||
+ | -rw-r--r-- 1 root root 2696360 Feb 10 09:21 hwloc-ohpc-2.7.0-3.9.ohpc.2.6.x86_64.rpm | ||
+ | -rw-r--r-- 1 root root | ||
+ | -rw-r--r-- | ||
+ | -rw-r--r-- 1 root root 8204 Feb 10 09:23 ohpc-filesystem-2.6-2.3.ohpc.2.6.noarch.rpm | ||
+ | -rw-r--r-- 1 root root 10720 Feb 10 09:23 ohpc-release-2-1.el8.x86_64.rpm | ||
+ | -rw-r--r-- 1 root root 7124 Feb 10 09:27 ohpc-slurm-client-2.6.1-5.1.ohpc.2.6.1.x86_64.rpm | ||
+ | -rw-r--r-- 1 root root 74326532 Feb 10 09:23 singularity-ohpc-3.7.1-5.1.ohpc.2.1.x86_64.rpm | ||
+ | -rw-r--r-- 1 root root 22168 Feb 10 09:24 slurm-contribs-ohpc-22.05.2-14.1.ohpc.2.6.x86_64.rpm | ||
+ | -rw-r--r-- 1 root root | ||
+ | -rw-r--r-- 1 root root 18764472 Feb 10 09:24 slurm-ohpc-22.05.2-14.1.ohpc.2.6.x86_64.rpm | ||
+ | -rw-r--r-- 1 root root | ||
+ | -rw-r--r-- 1 root root | ||
+ | |||
+ | </code> | ||
====== OneAPI ====== | ====== OneAPI ====== | ||
Line 907: | Line 1327: | ||
</ | </ | ||
+ | |||
+ | * **mapDamage2** | ||
+ | * https:// | ||
+ | * docker container is broke | ||
+ | * requires centos6 so queues hp12, mw128 .. may run elsewhere? | ||
+ | * conda install -c ' | ||
+ | |||
+ | |||
+ | < | ||
+ | |||
+ | # env | ||
+ | export PATH="/ | ||
+ | export LD_LIBRARY_PATH="/ | ||
+ | |||
+ | The following NEW packages will be INSTALLED: | ||
+ | |||
+ | mapdamage2 | ||
+ | pysam bioconda/ | ||
+ | seqtk bioconda/ | ||
+ | |||
+ | [hmeij@petaltail ~]$ mapDamage --version | ||
+ | 2.0.6 | ||
+ | |||
+ | </ | ||
+ | |||
+ | * **PCAngsd**, | ||
+ | * https:// | ||
+ | * apparently the repo is needed ''/ | ||
+ | |||
+ | < | ||
+ | |||
+ | source / | ||
+ | export PATH=/ | ||
+ | export LD_LIBRARY_PATH=/ | ||
+ | |||
+ | which pcangsd | ||
+ | / | ||
+ | pcangsd --version | ||
+ | pcangsd 1.10 | ||
+ | |||
+ | </ | ||
+ | |||
+ | * **angsd**, requires miniconda3, same environment as pcangsd | ||
+ | * http:// | ||
+ | * add location of angsd to PATH env | ||
+ | |||
+ | < | ||
+ | |||
+ | $ pwd | ||
+ | / | ||
+ | |||
+ | $ ls -l angsd | ||
+ | -rwxr-xr-x 1 hmeij its 5517248 Jul 6 14:11 angsd | ||
+ | |||
+ | $ ./ | ||
+ | -> angsd version: 0.940-dirty (htslib: 1.16) build(Jul | ||
+ | |||
+ | </ | ||
+ | |||
+ | * **Standard RAxML version** | ||
+ | * https:// | ||
+ | |||
+ | < | ||
+ | |||
+ | # add path to $PATH | ||
+ | |||
+ | [hmeij@greentail52 tmp]$ ll / | ||
+ | total 3202 | ||
+ | -rwxr-xr-x 1 hmeij its 1177632 Apr 25 14:49 raxmlHPC-AVX | ||
+ | -rwxr-xr-x 1 hmeij its 1177632 Apr 25 14:49 raxmlHPC-AVX2 | ||
+ | -rwxr-xr-x 1 hmeij its 1152040 Apr 25 14:49 raxmlHPC_serial | ||
+ | -rwxr-xr-x 1 hmeij its 1185704 Apr 25 14:49 raxmlHPC-SSE3 | ||
+ | |||
+ | </ | ||
+ | |||
+ | |||
+ | * **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 1024: | 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 1267: | Line 1788: | ||
cufflinks | cufflinks | ||
samtools | samtools | ||
+ | |||
+ | # fcohan lab | ||
+ | [hmeij@petaltail ~]$ iqtree --version | ||
+ | IQ-TREE multicore version 2.1.4-beta COVID-edition for Linux 64-bit built Jun 24 2021 | ||
</ | </ | ||
+ | |||
+ | |||
**Trinity** assembles transcript sequences from Illumina RNA-Seq data. | **Trinity** assembles transcript sequences from Illumina RNA-Seq data. | ||
Line 1904: | Line 2431: | ||
[[https:// | [[https:// | ||
+ | |||
+ | * program v13,2.1 installed | ||
+ | |||
+ | * program v13.2 installed | ||
* program: mcc, math, mathematica (v 12.2) | * program: mcc, math, mathematica (v 12.2) | ||
Line 2101: | 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** | ||
+ | |||
+ | * / | ||
+ | * lmp_serial and lmp_mpi | ||
+ | * 3 cuda versions with 3 different precision settings | ||
+ | * notes: / | ||
+ | * does **not** support openmp, look for the OpenHPC version for that | ||
+ | * 05/24/2023 remade with package CREATION added | ||
+ | * also read miniconda3 section for tensorflow/ | ||
+ | |||
+ | < | ||
+ | |||
+ | # CPU | ||
+ | |||
+ | | ||
+ | | ||
+ | | ||
+ | | ||
+ | | ||
+ | | ||
+ | which mpirun mpicc python gcc | ||
+ | |||
+ | |||
+ | # CPU + GPU (exx96 queue, may run on test and amber128 queues) | ||
+ | |||
+ | | ||
+ | | ||
+ | | ||
+ | | ||
+ | which nvcc | ||
+ | |||
+ | # related for starrlab | ||
+ | # https:// | ||
+ | |||
+ | [hmeij@cottontail2 ~]$ module load miniconda3/ | ||
+ | [hmeij@cottontail2 ~]$ which pacemaker | ||
+ | / | ||
+ | [hmeij@cottontail2 ~]$ pacemaker --version | ||
+ | pacemaker/ | ||
+ | ace_evaluator | ||
+ | |||
+ | [hmeij@cottontail2 ~]$ python | ||
+ | Python 3.9.10 | packaged by conda-forge | (main, Feb 1 2022, 21: | ||
+ | [GCC 9.4.0] on linux | ||
+ | Type " | ||
+ | >>> | ||
+ | >>> | ||
+ | |||
+ | |||
+ | </ | ||
** USER_QUIP ** | ** USER_QUIP ** | ||
Line 3158: | Line 3750: | ||
====== Amber ====== | ====== Amber ====== | ||
+ | |||
+ | ** Amber 22 ** | ||
+ | |||
+ | Details on how to run on CentOS7 can be found at | ||
+ | |||
+ | * https:// | ||
** Amber 20 ** | ** Amber 20 ** | ||
Line 3585: | Line 4183: | ||
< | < | ||
+ | |||
+ | # update | ||
+ | [hmeij@greentail52 ~]$ java --version | ||
+ | java 20.0.2 2023-07-18 | ||
+ | |||
+ | |||
export JAVAHOME=/ | export JAVAHOME=/ | ||
export CLASSPATH=$JAVAHOME/ | export CLASSPATH=$JAVAHOME/ | ||
Line 3939: | Line 4543: | ||
====== Matlab ====== | ====== Matlab ====== | ||
+ | * installed R2023a | ||
+ | * installed R2022a | ||
+ | |||
+ | * installed R2021a | ||
* program: Matlab, link to binary is ' | * program: Matlab, link to binary is ' | ||
Line 3959: | Line 4567: | ||
====== Stata ====== | ====== Stata ====== | ||
+ | |||
+ | * program stata[-mp|-se] in your $PATH, version 18 | ||
+ | * v17 will still run so add ' | ||
+ | * so that makes for 12 licenses 8-) | ||
* program: Stata v 17, 6-user network license, includes stata, stata-mp, stata-se | * program: Stata v 17, 6-user network license, includes stata, stata-mp, stata-se |