Skip to content

Commit

Permalink
docs: manifest updates
Browse files Browse the repository at this point in the history
Signed-off-by: Adrian Reber <areber@redhat.com>
  • Loading branch information
adrianreber committed Oct 26, 2023
1 parent 7870b85 commit 79bce41
Show file tree
Hide file tree
Showing 4 changed files with 37 additions and 37 deletions.
2 changes: 1 addition & 1 deletion docs/recipes/install/common/listchanges
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash

#t_old="obs/OpenHPC_1.3.9_Factory"
t_old="v2.4.GA"
t_old="v2.6.1.GA"
t_new="2.3"

f_all=pkg-ohpc.all
Expand Down
18 changes: 9 additions & 9 deletions docs/recipes/install/common/listohpc
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ if [ "$#" -lt 1 ];then
exit 1
fi

which repoquery >& /dev/null || { echo "repoquery must be installed locally"; exit 1; }
#which repoquery >& /dev/null || { echo "repoquery must be installed locally"; exit 1; }

naturalSort=0

Expand Down Expand Up @@ -102,40 +102,40 @@ export LC_COLLATE=C
# query repo for ohpc packages
if [[ $minor_dig -eq 0 ]];then
if [ -z "$skip" ];then
repoquery --archlist=${arch} --repofrompath="ohpc-base,${repobase}" --repoid=ohpc-base -a \
dnf repoquery --archlist=${arch} --repofrompath="ohpc-base,${repobase}" --repoid=ohpc-base -a \
--queryformat='%{Name} %{Version} %{URL} %{Group} %{Summary}\n' | grep -e "-ohpc\b" | sort >> ${logfile}.all
else
repoquery --archlist=${arch} --repofrompath="ohpc-base,${repobase}" --repoid=ohpc-base -a \
dnf repoquery --archlist=${arch} --repofrompath="ohpc-base,${repobase}" --repoid=ohpc-base -a \
--queryformat='%{Name} %{Version} %{URL} %{Group} %{Summary}\n' | grep -e "-ohpc\b" | egrep -v $skip | sort >> ${logfile}.all
fi

# query meta-packages
repoquery --archlist=${arch} --repofrompath="ohpc-base,${repobase}" --repoid=ohpc-base \
dnf repoquery --archlist=${arch} --repofrompath="ohpc-base,${repobase}" --repoid=ohpc-base \
--queryformat='%{Name} %{Group} %{Description}\n' ohpc* | grep ohpc/meta-package | cut -d' ' -f1,3- | grep -e "^ohpc-"| sort > pattern-ohpc.all

else
if [ -z "$skip" ];then
repoquery --archlist=${arch} --repofrompath="ohpc-base,${repobase}" --repoid=ohpc-base -a --latest-limit 1 \
dnf repoquery --archlist=${arch} --repofrompath="ohpc-base,${repobase}" --repoid=ohpc-base -a --latest-limit 1 \
--repofrompath="ohpc-update,${repoupdate}" --repoid=ohpc-update \
--queryformat='%{Name} %{Version} %{URL} %{Group} %{Summary}\n' | grep -e "-ohpc\b" | sort >> ${logfile}.all
else
repoquery --archlist=${arch} --repofrompath="ohpc-base,${repobase}" --repoid=ohpc-base -a --latest-limit 1 \
dnf repoquery --archlist=${arch} --repofrompath="ohpc-base,${repobase}" --repoid=ohpc-base -a --latest-limit 1 \
--repofrompath="ohpc-update,${repoupdate}" --repoid=ohpc-update \
--queryformat='%{Name} %{Version} %{URL} %{Group} %{Summary}\n' | grep -e "-ohpc\b" | egrep -v $skip | sort >> ${logfile}.all
fi

# query meta-packages
repoquery --archlist=${arch} --repofrompath="ohpc-base,${repobase}" --repoid=ohpc-base \
dnf repoquery --archlist=${arch} --repofrompath="ohpc-base,${repobase}" --repoid=ohpc-base \
--repofrompath="ohpc-update,${repoupdate}" --repoid=ohpc-update \
--queryformat='%{Name} %{Group} %{Description}\n' ohpc* | grep ohpc/meta-package | cut -d' ' -f1,3- | grep -e "^ohpc-"| sort > pattern-ohpc.all
fi

# include ohpc-release
if [[ $micro_ver -eq 0 ]];then
info=`repoquery --archlist=${arch} --repofrompath="ohpc-base,${repobase}" --repoid=ohpc-base -q \
info=`dnf repoquery --archlist=${arch} --repofrompath="ohpc-base,${repobase}" --repoid=ohpc-base -q \
--queryformat='%{Name} %{Version} %{URL} %{Group} %{Summary}\n' ohpc-release`
else
info=`repoquery --archlist=${arch} --repofrompath="ohpc-base,${repobase}" --repoid=ohpc-base -q \
info=`dnf repoquery --archlist=${arch} --repofrompath="ohpc-base,${repobase}" --repoid=ohpc-base -q \
--repofrompath="ohpc-update,${repoupdate}" --repoid=ohpc-update \
--queryformat='%{Name} %{Version} %{URL} %{Group} %{Summary}\n' ohpc-release`
fi
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -406,20 +406,20 @@ slepc-intel-impi-ohpc 3.18.0 http://slepc.upv.es ohpc/parallel-libs A library fo
slepc-intel-mpich-ohpc 3.18.0 http://slepc.upv.es ohpc/parallel-libs A library for solving large scale sparse eigenvalue problems
slepc-intel-mvapich2-ohpc 3.18.0 http://slepc.upv.es ohpc/parallel-libs A library for solving large scale sparse eigenvalue problems
slepc-intel-openmpi4-ohpc 3.18.0 http://slepc.upv.es ohpc/parallel-libs A library for solving large scale sparse eigenvalue problems
slurm-contribs-ohpc 22.05.2 https://slurm.schedmd.com/ ohpc/rms Perl tool to print Slurm job state information
slurm-devel-ohpc 22.05.2 https://slurm.schedmd.com/ ohpc/rms Development package for Slurm
slurm-example-configs-ohpc 22.05.2 https://slurm.schedmd.com/ ohpc/rms Example config files for Slurm
slurm-libpmi-ohpc 22.05.2 https://slurm.schedmd.com/ ohpc/rms Slurm\'s implementation of the pmi libraries
slurm-ohpc 22.05.2 https://slurm.schedmd.com/ ohpc/rms Slurm Workload Manager
slurm-ohpc-slurmrestd 22.05.2 https://slurm.schedmd.com/ System Environment/Base Slurm REST API translator
slurm-openlava-ohpc 22.05.2 https://slurm.schedmd.com/ ohpc/rms openlava/LSF wrappers for transition from OpenLava/LSF to Slurm
slurm-pam_slurm-ohpc 22.05.2 https://slurm.schedmd.com/ ohpc/rms PAM module for restricting access to compute nodes via Slurm
slurm-perlapi-ohpc 22.05.2 https://slurm.schedmd.com/ ohpc/rms Perl API to Slurm
slurm-slurmctld-ohpc 22.05.2 https://slurm.schedmd.com/ ohpc/rms Slurm controller daemon
slurm-slurmd-ohpc 22.05.2 https://slurm.schedmd.com/ ohpc/rms Slurm compute node daemon
slurm-slurmdbd-ohpc 22.05.2 https://slurm.schedmd.com/ ohpc/rms Slurm database daemon
slurm-sview-ohpc 22.05.2 https://slurm.schedmd.com/ ohpc/rms Graphical user interface to view and modify Slurm state
slurm-torque-ohpc 22.05.2 https://slurm.schedmd.com/ ohpc/rms Torque/PBS wrappers for transition from Torque/PBS to Slurm
slurm-contribs-ohpc 22.05.10 https://slurm.schedmd.com/ ohpc/rms Perl tool to print Slurm job state information
slurm-devel-ohpc 22.05.10 https://slurm.schedmd.com/ ohpc/rms Development package for Slurm
slurm-example-configs-ohpc 22.05.10 https://slurm.schedmd.com/ ohpc/rms Example config files for Slurm
slurm-libpmi-ohpc 22.05.10 https://slurm.schedmd.com/ ohpc/rms Slurm\'s implementation of the pmi libraries
slurm-ohpc 22.05.10 https://slurm.schedmd.com/ ohpc/rms Slurm Workload Manager
slurm-ohpc-slurmrestd 22.05.10 https://slurm.schedmd.com/ System Environment/Base Slurm REST API translator
slurm-openlava-ohpc 22.05.10 https://slurm.schedmd.com/ ohpc/rms openlava/LSF wrappers for transition from OpenLava/LSF to Slurm
slurm-pam_slurm-ohpc 22.05.10 https://slurm.schedmd.com/ ohpc/rms PAM module for restricting access to compute nodes via Slurm
slurm-perlapi-ohpc 22.05.10 https://slurm.schedmd.com/ ohpc/rms Perl API to Slurm
slurm-slurmctld-ohpc 22.05.10 https://slurm.schedmd.com/ ohpc/rms Slurm controller daemon
slurm-slurmd-ohpc 22.05.10 https://slurm.schedmd.com/ ohpc/rms Slurm compute node daemon
slurm-slurmdbd-ohpc 22.05.10 https://slurm.schedmd.com/ ohpc/rms Slurm database daemon
slurm-sview-ohpc 22.05.10 https://slurm.schedmd.com/ ohpc/rms Graphical user interface to view and modify Slurm state
slurm-torque-ohpc 22.05.10 https://slurm.schedmd.com/ ohpc/rms Torque/PBS wrappers for transition from Torque/PBS to Slurm
spack-ohpc 0.15.0 https://github.com/LLNL/spack ohpc/dev-tools HPC software package management
spack-ohpc 0.18.1 https://github.com/spack/spack ohpc/dev-tools HPC software package management
superlu-gnu12-ohpc 5.2.1 http://crd.lbl.gov/~xiaoye/SuperLU/ ohpc/serial-libs A general purpose library for the direct solution of linear equations
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,16 @@ openpbs-execution-ohpc 22.05.11 http://www.openpbs.org ohpc/rms OpenPBS for an e
openpbs-client-ohpc 22.05.11 http://www.openpbs.org ohpc/rms OpenPBS for a client host
openpbs-server-ohpc 22.05.11 http://www.openpbs.org ohpc/rms OpenPBS for a server host
pmix-ohpc 4.2.1 https://pmix.github.io/pmix/ ohpc/rms An extended/exascale implementation of PMI
slurm-devel-ohpc 22.05.2 https://slurm.schedmd.com/ ohpc/rms Development package for Slurm
slurm-example-configs-ohpc 22.05.2 https://slurm.schedmd.com/ ohpc/rms Example config files for Slurm
slurm-sview-ohpc 22.05.2 https://slurm.schedmd.com/ ohpc/rms Graphical user interface to view and modify Slurm state
slurm-pam_slurm-ohpc 22.05.2 https://slurm.schedmd.com/ ohpc/rms PAM module for restricting access to compute nodes via Slurm
slurm-perlapi-ohpc 22.05.2 https://slurm.schedmd.com/ ohpc/rms Perl API to Slurm
slurm-contribs-ohpc 22.05.2 https://slurm.schedmd.com/ ohpc/rms Perl tool to print Slurm job state information
slurm-ohpc 22.05.2 https://slurm.schedmd.com/ ohpc/rms Slurm Workload Manager
slurm-slurmd-ohpc 22.05.2 https://slurm.schedmd.com/ ohpc/rms Slurm compute node daemon
slurm-slurmctld-ohpc 22.05.2 https://slurm.schedmd.com/ ohpc/rms Slurm controller daemon
slurm-slurmdbd-ohpc 22.05.2 https://slurm.schedmd.com/ ohpc/rms Slurm database daemon
slurm-libpmi-ohpc 22.05.2 https://slurm.schedmd.com/ ohpc/rms Slurm\'s implementation of the pmi libraries
slurm-torque-ohpc 22.05.2 https://slurm.schedmd.com/ ohpc/rms Torque/PBS wrappers for transition from Torque/PBS to Slurm
slurm-openlava-ohpc 22.05.2 https://slurm.schedmd.com/ ohpc/rms openlava/LSF wrappers for transition from OpenLava/LSF to Slurm
slurm-devel-ohpc 22.05.10 https://slurm.schedmd.com/ ohpc/rms Development package for Slurm
slurm-example-configs-ohpc 22.05.10 https://slurm.schedmd.com/ ohpc/rms Example config files for Slurm
slurm-sview-ohpc 22.05.10 https://slurm.schedmd.com/ ohpc/rms Graphical user interface to view and modify Slurm state
slurm-pam_slurm-ohpc 22.05.10 https://slurm.schedmd.com/ ohpc/rms PAM module for restricting access to compute nodes via Slurm
slurm-perlapi-ohpc 22.05.10 https://slurm.schedmd.com/ ohpc/rms Perl API to Slurm
slurm-contribs-ohpc 22.05.10 https://slurm.schedmd.com/ ohpc/rms Perl tool to print Slurm job state information
slurm-ohpc 22.05.10 https://slurm.schedmd.com/ ohpc/rms Slurm Workload Manager
slurm-slurmd-ohpc 22.05.10 https://slurm.schedmd.com/ ohpc/rms Slurm compute node daemon
slurm-slurmctld-ohpc 22.05.10 https://slurm.schedmd.com/ ohpc/rms Slurm controller daemon
slurm-slurmdbd-ohpc 22.05.10 https://slurm.schedmd.com/ ohpc/rms Slurm database daemon
slurm-libpmi-ohpc 22.05.10 https://slurm.schedmd.com/ ohpc/rms Slurm\'s implementation of the pmi libraries
slurm-torque-ohpc 22.05.10 https://slurm.schedmd.com/ ohpc/rms Torque/PBS wrappers for transition from Torque/PBS to Slurm
slurm-openlava-ohpc 22.05.10 https://slurm.schedmd.com/ ohpc/rms openlava/LSF wrappers for transition from OpenLava/LSF to Slurm

0 comments on commit 79bce41

Please sign in to comment.