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
``--bwrap`` |Build/install in bubblewrap namespace, enabling installation to a temporary location before moving to the final destination (default: False)
``--rebuild`` |Rebuild software, even if module already exists (don't skip OS dependencies checks) (default: False)
54
55
``-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
+
``--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/easybuild-easyconfigs/easybuild/easyconfigs)
56
57
``--search-paths=PATH[:PATH]`` |Additional locations to consider in --search (next to --robot and --robot-paths paths) (type pathsep-separated list)
``--bwrap-installpath=BWRAP-INSTALLPATH`` |Bubblewrap install path for software and modules (default: /home/example/.local/easybuild/bwrap)
69
72
``--containerpath=CONTAINERPATH`` |Location where container recipe & image will be stored (default: /home/example/.local/easybuild/containers)
70
73
``--envvars-user-modules=ENVVARS-USER-MODULES`` |List of environment variables that hold the base paths for which user-specific modules will be installed relative to (type comma-separated list; default: HOME)
71
74
``--external-modules-metadata=EXTERNAL-MODULES-METADATA`` |List of (glob patterns for) paths to files specifying metadata for external modules (INI format) (type comma-separated list)
@@ -214,14 +217,14 @@ Option flag |Option description
``--job-backend-config=BACKEND-CONFIG`` |Configuration file for job backend
219
222
``--job-cores=CORES`` |Number of cores to request per job (type int)
220
223
``--job-deps-type=DEPS-TYPE`` |Type of dependency to set between jobs (default depends on job backend) (type choice) (choices: abort_on_error, always_run)
221
224
``--job-eb-cmd=EB-CMD`` |EasyBuild command to use in jobs (type str; default: eb)
222
225
``--job-max-jobs=MAX-JOBS`` |Maximum number of concurrent jobs (queued and running, 0 = unlimited) (type int; default: 0)
223
226
``--job-max-walltime=MAX-WALLTIME`` |Maximum walltime for jobs (in hours) (type int; default: 24)
224
-
``--job-output-dir=OUTPUT-DIR`` |Output directory for jobs (default: current directory) (default: /Volumes/work/easybuild-docs/docs/version-specific)
227
+
``--job-output-dir=OUTPUT-DIR`` |Output directory for jobs (default: current directory) (default: /Volumes/work/EasyBuild/easybuild-docs/docs/version-specific)
225
228
``--job-polling-interval=POLLING-INTERVAL``|Interval between polls for status of jobs (in seconds) (type <class 'float'>; default: 30.0)
226
229
``--job-target-resource=TARGET-RESOURCE`` |Target resource for jobs
227
230
@@ -255,6 +258,7 @@ Option flag |Option
255
258
``--cuda-sanity-check-error-on-failed-checks`` |If enabled, failures in the CUDA sanity check will produce an error. If disabled, the CUDA sanity check will be performed and failures will be reported through warnings, but they will not result in an error (default: False)
256
259
``--cuda-sanity-check-strict`` |Perform strict CUDA sanity check. Without this option, the CUDA sanity check will fail if the CUDA binaries don't contain code for (at least) all compute capabilities defined in --cude-compute-capabilities, but will accept if code for additional compute capabilities is present. With this setting, the sanity check will also fail if code is present for more compute capabilities than defined in --cuda-compute-capabilities. (default: False)
``--extra-source-urls=URL[|URL]`` |Specify URLs to fetch sources from in addition to those in the easyconfig (type |-separated tuple; default: https://sources.easybuild.io)
270
274
``--fail-on-mod-files-gcccore`` |Fail if .mod files are detected in a GCCcore install (default: False)
271
275
``--fetch`` |Allow downloading sources ignoring OS and modules tool dependencies, implies --stop=fetch, --ignore-osdeps and ignore modules tool (default: False)
276
+
``--fetch-all`` |Download sources (like --fetch), don't stop when download failed for one of the easyconfig (default: False)
272
277
``--filter-deps=FILTER-DEPS`` |List of dependencies that you do *not* want to install with EasyBuild, because equivalent OS packages are installed. (e.g. --filter-deps=zlib,ncurses) (type comma-separated list)
273
278
``--filter-ecs=FILTER-ECS`` |List of easyconfigs (given as glob patterns) to *ignore* when given on command line or auto-selected when building with --from-pr. (e.g. --filter-ecs=*intel*) (type comma-separated list)
274
279
``--filter-env-vars=FILTER-ENV-VARS`` |List of names of environment variables that should *not* be defined/updated by module files generated by EasyBuild (type comma-separated list)
0 commit comments