Skip to content

Commit

Permalink
doc: desc. DepRe of ConUn in MIGRATING
Browse files Browse the repository at this point in the history
  • Loading branch information
xdelaruelle committed Oct 20, 2024
1 parent 44c751c commit fba276e
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions MIGRATING.rst
Original file line number Diff line number Diff line change
Expand Up @@ -177,6 +177,22 @@ unloaded by *Conflict Unload* mechanism are automatically unloaded.
:sgrin:`Loading requirement`: bar/2
:sgrin:`Unloading useless requirement`: qux/1
Dependent modules of *Conflict Unload* modules are considered *Dependent
Reload* modules. They are unloaded prior unloading the *Conflict Unload*
module that depend on them. Reload occurs after loading main module and only
if the loaded environment satisfies the dependencies of the module to reload.

.. parsed-literal::
:ps:`$` module load bar/3
Loading :sgrhi:`bar/3`
:sgrin:`Loading requirement`: qux/2
:ps:`$` module load qux/1
Loading :sgrhi:`qux/1`
:sgrin:`Unloading dependent`: bar/3
:sgrin:`Unloading conflict`: qux/2
:sgrin:`Reloading dependent`: bar/3
Improved automated module handling mechanisms
---------------------------------------------

Expand Down

0 comments on commit fba276e

Please sign in to comment.