hpcugent / vsc_user_docs

VSC user training material and documentation
Creative Commons Attribution Share Alike 4.0 International
7 stars 35 forks source link

update examples/output with ancient modules #671

Open boegel opened 2 weeks ago

boegel commented 2 weeks ago

We have a couple of places in the documentation where we're showing/using very old module names, which are not available anymore (or won't be very soon).

@lbarraga Can you take a look at hunting those down, and trying to update them?

In general, aim for using modules that use a toolchain */2023a or newer (or a subtoolchain thereof).

If you grep for GCC-, GCCcore-, -201, and -202[012] you should be able to find most of them (do ignore the available_software subdirectory, since the tables in there are auto-generated)

lbarraga commented 2 weeks ago

Ok, I will look into this