File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
docs/2022-CSC_and_LO/2_Using Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -128,7 +128,7 @@ can create themselves. At this moment it does not yet include possible other eas
128128
129129## Structure of an easyblock
130130
131- The example below shows the overal structure of an easyblock:
131+ The example below shows the overall structure of an easyblock:
132132
133133``` python
134134from easybuild.framework.easyblock import EasyBlock
@@ -685,7 +685,7 @@ Your easyblock should:
685685 ```
686686
687687 Running this example on LUMI is a little tricky as using ``--include-easyblocks`` to point EasyBuild to
688- our new easyblock interfers with settings already made by the EasyBuild configuration modules (``EasyBuild-user``)
688+ our new easyblock interferes with settings already made by the EasyBuild configuration modules (``EasyBuild-user``)
689689 and causes error messages about the toolchains. So either the easyblock needs to be copied to the user location
690690 that can be found by looking at the output of ``eb --show-config`` or we simply need to extend the list of
691691 easyblocks that EasyBuild searches with the easyblocks in the current directory:
You can’t perform that action at this time.
0 commit comments