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
New: Have spindle parse mounts (and other data sources as needed) to determine what directories are shared, what looks like a tmp directory, etc. Could add errors that "TMPDIR is not plausible". Corner cases: rare startup mode fork+exec off of server by seeing who can get an exclusive lock in the TMP directory (spank plugin does this). Don't want to have multiple ranks on a single filesystem appear to be multiple nodes. (Friday, May 8th)
Along these lines: DEFAULT_LOCAL_PREFIX assumes that everything underneath a prefix is local, but there are cases where global mounts might end up in there. A better approach is to have Spindle track mounts, not prefixes, and understand which mounts are local and which are global. 17 July 2026.
Integrate FuseFS (See Argonne's SC Workshop Copper paper ) (3)
Make the audit client into its own library (2)
Replace/Reimplement cobo networking layer with an object system (2)
LDIS_audit_handlers.c is 5k lines, rework? (2)
Revisit testing infrastructure, add unit tests (1)
Security audit (1-2)
Add container support (1)
Rethink resiliency for AI workloads (node failure triggers tree rebuild instead of checkpoint restart) (1)
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
New: Have spindle parse
mounts(and other data sources as needed) to determine what directories are shared, what looks like a tmp directory, etc. Could add errors that "TMPDIR is not plausible". Corner cases: rare startup mode fork+exec off of server by seeing who can get an exclusive lock in the TMP directory (spank plugin does this). Don't want to have multiple ranks on a single filesystem appear to be multiple nodes. (Friday, May 8th)Along these lines: DEFAULT_LOCAL_PREFIX assumes that everything underneath a prefix is local, but there are cases where global mounts might end up in there. A better approach is to have Spindle track mounts, not prefixes, and understand which mounts are local and which are global. 17 July 2026.
Integrate FuseFS (See Argonne's SC Workshop Copper paper ) (3)
Make the audit client into its own library (2)
Replace/Reimplement cobo networking layer with an object system (2)
LDIS_audit_handlers.c is 5k lines, rework? (2)
Revisit testing infrastructure, add unit tests (1)
Security audit (1-2)
Add container support (1)
Rethink resiliency for AI workloads (node failure triggers tree rebuild instead of checkpoint restart) (1)
Testing spindle against newer versions of libc.
(1) Production
(2) Cleanup
(3) Research
All reactions