README: note that the Hub drops the executable bit
Browse files
README.md
CHANGED
|
@@ -62,6 +62,9 @@ bash scripts/run.sh tcod_b2f
|
|
| 62 |
|
| 63 |
Behind a scheduler: `sbatch -A <acct> -p <partition> --export=ALL,METHOD=ftb scripts/run_slurm.sbatch`.
|
| 64 |
|
|
|
|
|
|
|
|
|
|
| 65 |
`setup.sh` is idempotent — re-run it after a partial failure. It pip-installs
|
| 66 |
the vendored `tcod/` (with `--no-deps` unless you pass `--with-deps`), copies the
|
| 67 |
FutureBridge overlay over it, **verifies all five workflow classes import**,
|
|
|
|
| 62 |
|
| 63 |
Behind a scheduler: `sbatch -A <acct> -p <partition> --export=ALL,METHOD=ftb scripts/run_slurm.sbatch`.
|
| 64 |
|
| 65 |
+
(The Hub does not preserve the executable bit, so invoke the scripts as
|
| 66 |
+
`bash scripts/...` — as above — rather than `./scripts/...`.)
|
| 67 |
+
|
| 68 |
`setup.sh` is idempotent — re-run it after a partial failure. It pip-installs
|
| 69 |
the vendored `tcod/` (with `--no-deps` unless you pass `--with-deps`), copies the
|
| 70 |
FutureBridge overlay over it, **verifies all five workflow classes import**,
|