Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Goal: Understand how to load modules, reset your environment by purging, and potential dependency issues.

...

Note

Will changing the version of Python affect R? In this case probably not.

But if underlying versions of libraries are changing - then maybe - and that’s the best we can say…

Remember: The more complicated your environments, the more dependencies there’ll be, the more potential for dependency hell.

...

Exercises:

Note

Try answers the following questions:

  • What modules are available that relate to netcdf?

  • What modules become available after loading nvhpc-sdk/24.3?

  • How would you identify modules that have no dependencies?

...

Exercises: Answers:

Expand
titleWhat modules are available that relate to netcdf?
Info

fdfdfd

Code Block

hjhjhj

Expand
titleWhat modules become available after loading nvhpc-sdk/24.3?
Info

dfdfdf

Code Block

dfdfdf

Expand
titleHow would you identify modules that have no dependencies?
Info

fgfg

Code Block

jkjk

...

...