cluster:214
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| cluster:214 [2022/08/02 13:38] – [Amber22] hmeij07 | cluster:214 [2023/08/18 16:19] (current) – [Upgrading] hmeij07 | ||
|---|---|---|---|
| Line 397: | Line 397: | ||
| ==== Upgrading ==== | ==== Upgrading ==== | ||
| - | Figure out an upgrade process before going production (don't forget any chroot images and rebuild images). | + | Figure out an upgrade process before going production. |
| + | |||
| + | * **Do you actually want to upgrade OpenHPC? | ||
| + | * v2.6 deploys ww4.x (maybe not want this, containers) | ||
| + | * chroot images and rebuild images | ||
| + | * OneAPI similar conflicts? (/opt/intel and / | ||
| + | * slurm complications? | ||
| + | * **Upgrade Openhpc, OneAPI should be on new head node** | ||
| + | * test compatibility compilers | ||
| + | * slurm clients | ||
| < | < | ||
| Line 403: | Line 412: | ||
| yum upgrade " | yum upgrade " | ||
| yum upgrade " | yum upgrade " | ||
| + | |||
| + | or | ||
| + | |||
| + | yum update --disablerepo=* --enablerepo=[oneAPI, | ||
| </ | </ | ||
| + | **Upgrade history** | ||
| + | * OS only, 30 Jun 2022 (90+ days up) - no ohpc, oneapi (/opt) | ||
| + | * OS only, 18 Aug 2023 (440+ days up) - no ohpc, oneapi (/opt) | ||
| + | * | ||
| ==== example modules ==== | ==== example modules ==== | ||
| Line 460: | Line 477: | ||
| Amber cmake download fails with READLINE error ... package readline-devel needs to be installed to get past that which pulls in | Amber cmake download fails with READLINE error ... package readline-devel needs to be installed to get past that which pulls in | ||
| - | ** Example script run.rocky for cpu or gpu run** (not for queues | + | ** Example script run.rocky for cpu or gpu run** (for queues |
| < | < | ||
| Line 531: | Line 548: | ||
| </ | </ | ||
| - | ** Example script run.centos for cpui or gpu run** (queues mwgpu, exx96) | + | ** Example script run.centos for cpus or gpu run** (queues mwgpu, exx96) |
| < | < | ||
| Line 642: | Line 659: | ||
| ==== Amber22 ==== | ==== Amber22 ==== | ||
| - | First establish a successfull | + | Amber22 is somehow incompatible with CentOS/ |
| + | |||
| + | https:// | ||
| + | " | ||
| + | |||
| + | < | ||
| + | |||
| + | [hmeij@n79 src]$ echo $AMBERHOME | ||
| + | / | ||
| + | |||
| + | [hmeij@n79 src]$ which mpirun mpicc | ||
| + | / | ||
| + | / | ||
| + | |||
| + | </ | ||
| + | |||
| + | First establish a successful | ||
| < | < | ||
| Line 648: | Line 681: | ||
| module load amber/22 | module load amber/22 | ||
| - | # if the module does not show up in the output of | + | # if the module does not show up in the output of your console |
| module avail | module avail | ||
| - | # treat your cache as out of date | + | # treat your module |
| module --ignore_cache avail | module --ignore_cache avail | ||
| Line 658: | Line 691: | ||
| </ | </ | ||
| - | Amber22 is somehow incompatible | + | First establish a success full run with the **run.centos** |
| - | https://ambermd.org/InstCentOS.php\\ | + | Then edit the script and apply these edits. We had to use a specific compatible '' |
| - | " | + | |
| + | < | ||
| + | |||
| + | # comment out the 2 export lines pointing to openmpi | ||
| + | ##export PATH=/ | ||
| + | ##export LD_LIBRARY_PATH=/ | ||
| + | |||
| + | # additional gcc 6.5.0 | ||
| + | export PATH=/ | ||
| + | export LD_LIBRARY_PATH=/share/ | ||
| + | |||
| + | # edit or add correct source line, which and ldd lines just for debugging | ||
| + | ###source / | ||
| + | ###source / | ||
| + | source / | ||
| + | which nvcc mpirun python | ||
| + | ldd `which pmemd.cuda_SPFP` | ||
| + | |||
| + | </ | ||
| \\ | \\ | ||
cluster/214.1659447532.txt.gz · Last modified: by hmeij07
