ccp4 README: BINARY.setup py-compile phase is also slow

Byte-compiling the bundled Python env writes thousands of .pyc files on
network storage; whole install budget on Ra is about an hour.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
2026-08-18 20:37:55 +02:00
co-authored by Claude Fable 5
parent 89a9c682fe
commit fcedf651b6
+5 -2
View File
@@ -48,8 +48,11 @@ hand-downloaded tarball into the distfiles dir under the `name:` given in
The `install` step untars 3.7 GB into ~15-20 GB of small files on shared
/opt/psi storage: the tar alone runs 10-30 min with no output (gzip is
single-threaded, small-file creation on network storage is the
bottleneck), and `BINARY.setup` afterwards walks the whole installation
for several more minutes. Watch progress from a second shell:
bottleneck). `BINARY.setup` afterwards is just as bad — it walks the
whole installation patching paths and then **byte-compiles the bundled
Python environment** ("compiling py-files"), thousands of tiny .pyc
writes on network storage; expect another 15-30+ min. Budget roughly an
hour for the whole install on Ra. Watch progress from a second shell:
```bash
watch -n 30 'du -sh /opt/psi/MX/ccp4/9.0/'