You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When a module defines a N-module requirement, if one of these module loads successfully the requirement is satisfied.
However, if one module fails then one of the other succeed to load, an error exit code is still set.
$ cat /path/to/modulefiles/quz#%Modulebreak
$ cat /path/to/modulefiles/bar#%Module
$ cat /path/to/modulefiles/foo#%Moduleprereq quz bar
$ ml use /path/to/modulefiles
$ ml fooLoading foo Loading requirement: bar
$ echo$?1
No error exit code should be set as one module satisfying the requirement has been loaded.
The text was updated successfully, but these errors were encountered:
When a module defines a N-module requirement, if one of these module loads successfully the requirement is satisfied.
However, if one module fails then one of the other succeed to load, an error exit code is still set.
No error exit code should be set as one module satisfying the requirement has been loaded.
The text was updated successfully, but these errors were encountered: