chpc-tech-eval / chpc24-scc-nmu

Competition instructions for the Center for High Performance Computing (CHPC) 2024 Student Cluster Compettion (SCC). Which is hosted by the National Integrated Cyber Infrastructure Systems (NICIS), a division of the South African Council for Scientific and Industrial Research (CSIR).
https://scc.chpc.ac.za/
Apache License 2.0
7 stars 6 forks source link

Replace folable code block sections with a single code block detailing differnet os details #33

Closed nyameko closed 3 weeks ago

nyameko commented 2 months ago

Limit use of:

FOLDABLE CODE BLOCK DESCRIPTION Text that will be hidden by default ...

And instead describe all the different possible use cases in a single code block

i.e.


# Comment and recommend RPM (RHEL, Alma, Rocky, CentosOS) Based use case
sudo dnf blah blah

# Comment and also recommend APT Based use case
sudo apt-get blah

# Comment and discourage use of Pacmbased, but describe for generalized use case
sudo pacman ...
nyameko commented 2 months ago

Reverting