Hi everyone,
I would be interested in hearing about real-world experiences running CryoSPARC in environments where endpoint security / EDR solutions (e.g. SentinelOne, CrowdStrike, Defender for Endpoint, etc.) are installed on both the master and compute nodes.
In our case, there is a push from IT to deploy such an agent on our Linux servers (including GPU nodes running CryoSPARC), and I have some concerns regarding:
- performance impact (especially GPU- and I/O-heavy workloads)
- potential interference with long-running jobs (hours to days)
- unexpected process termination due to heuristic detection
- debugging complexity if jobs fail non-deterministically
CryoSPARC in particular relies on:
- many subprocesses
- SSH communication between nodes
- high I/O workloads
which might look “suspicious” from a security tool perspective.
I would really appreciate feedback from others:
- Are you running CryoSPARC with EDR/antivirus agents installed?
- Have you observed performance degradation or instability?
- Did you need to implement extensive whitelisting?
- Or do you avoid such tools entirely on compute nodes?
It would also be great to hear from the developers if there are any known issues or recommendations regarding such setups.
Any insights or experiences would be very helpful.
Thanks a lot!