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
``%(sysroot)s`` |Location root directory of system, prefix for standard paths like /usr/lib and /usr/includeas specify by the --sysroot configuration option
62
69
``%(mpi_cmd_prefix)s`` |Prefix command for running MPI programs (with default number of ranks)
63
70
``%(cuda_compute_capabilities)s``|Comma-separated list of CUDA compute capabilities, as specified via --cuda-compute-capabilities configuration option or via cuda_compute_capabilities easyconfig parameter
64
71
``%(cuda_cc_cmake)s`` |List of CUDA compute capabilities suitable for use with $CUDAARCHS in CMake 3.18+
``-x, --extended-dry-run`` |Print build environment and (expected) build procedure that will be performed (default: False)
45
-
``--extended-dry-run-ignore-errors`` |Ignore errors that occur during dry run (default: True; disable with --disable-extended-dry-run-ignore-errors)
46
-
``-f, --force`` |Force to rebuild software even if it's already installed (i.e. if it can be found as module), and skipping check for OS dependencies (default: False)
47
-
``--ignore-locks`` |Ignore locks that prevent two identical installations running in parallel (default: False)
48
-
``--job`` |Submit the build as a job (default: False)
49
-
``--locks-dir=LOCKS-DIR`` |Directory to store lock files (should be on a shared filesystem); None implies .locks subdirectory of software installation directory
50
-
``-l, --logtostdout`` |Redirect main log to stdout (default: False)
51
-
``-M, --missing-modules`` |Print list of missing modules for dependencies of specified easyconfigs (default: False)
``--rebuild`` |Rebuild software, even if module already exists (don't skip OS dependencies checks) (default: False)
54
-
``-r PATH[:PATH], --robot=PATH[:PATH]``|Enable dependency resolution, using easyconfigs in specified paths (type pathsep-separated list)
55
-
``--robot-paths=PATH[:PATH]`` |Additional paths to consider by robot for easyconfigs (--robot paths get priority) (type pathsep-separated list; default: /home/example/work/easybuild-easyconfigs/easybuild/easyconfigs)
56
-
``--search-paths=PATH[:PATH]`` |Additional locations to consider in --search (next to --robot and --robot-paths paths) (type pathsep-separated list)
``-x, --extended-dry-run``|Print build environment and (expected) build procedure that will be performed (default: False)
45
+
``--extended-dry-run-ignore-errors``|Ignore errors that occur during dry run (default: True; disable with --disable-extended-dry-run-ignore-errors)
46
+
``-f, --force``|Force to rebuild software even if it's already installed (i.e. if it can be found as module), and skipping check for OS dependencies (default: False)
47
+
``--ignore-locks``|Ignore locks that prevent two identical installations running in parallel (default: False)
48
+
``--job``|Submit the build as a job (default: False)
49
+
``--locks-dir=LOCKS-DIR``|Directory to store lock files (should be on a shared filesystem); None implies .locks subdirectory of software installation directory
50
+
``-l, --logtostdout``|Redirect main log to stdout (default: False)
51
+
``-M, --missing-modules``|Print list of missing modules for dependencies of specified easyconfigs (default: False)
``--rebuild``|Rebuild software, even if module already exists (don't skip OS dependencies checks) (default: False)
54
+
``-r [PATH[:PATH]], --robot=[PATH[:PATH]]``|Enable dependency resolution, optionally consider additional paths to search for easyconfigs (type pathsep-separated list)
55
+
``--robot-paths=PATH[:PATH]``|Additional paths to consider by robot for easyconfigs (--robot paths get priority) (type pathsep-separated list; default: /home/example/work/easybuild-easyconfigs/easybuild/easyconfigs)
56
+
``--search-paths=PATH[:PATH]``|Additional locations to consider in --search (next to --robot and --robot-paths paths) (type pathsep-separated list)
0 commit comments