...
- Easybuild is installed and publicly available via module system
- Your Easybuild configuration file exists and is properly configured
- IMAS related receipts are downloaded from all repositories being used
$ROBOT_PATHS
system variable is set to point to all directories with easyconfig files- Your
TMP
directory is set up to use$ITMWORK
All modules are purged and EasyBuild module is the only module loaded:
Code Block module purge module load EasyBuild
$ROBOT_PATHS
system variable is set to point to all directories with easyconfig files-
sssYourCode Block TMP
directory is set up to use$ITMWORK
Software installation receipts
...
Code Block | ||||
---|---|---|---|---|
| ||||
export ROBOT_PATHS=`pwd`/all_iter |
Info |
---|
Prepending or appending to the default robot search path is supported via the To prepend one or more paths, a list of paths followed by a ‘ Analogously, to append one or more paths, a list of paths preceded by a ‘ See EasyBuild documentation for details |
...
To enable dependency resolution, use the --robot
command line option (or -r
for short):
...