By VRLA Tech · Scientific Computing · June 2026 · Last verified: June 2026
Cryo-EM reconstruction is one of the most GPU-bound workloads in structural biology. RELION's expectation-maximization algorithm and CryoSPARC's variational inference pipeline both run their most expensive operations on GPU — and the GPU memory bandwidth determines how fast those operations complete. VRLA Tech builds custom cryo-EM workstations and GPU servers in Los Angeles for research labs, universities, and institutes. Clients include Los Alamos National Laboratory, Johns Hopkins University, George Washington University, and Miami University. Every system ships with whatever cryo-EM software stack your lab runs, pre-installed and validated.
RELION and CryoSPARC: how they use the GPU differently
RELION
RELION (REgularised LIkelihood OptimisatioN) was developed at the MRC Laboratory of Molecular Biology and uses a Bayesian approach to refine macromolecular structures by single-particle analysis of cryo-EM data. The most computationally expensive step is the Expectation step in each iteration of classification or refinement — this is where GPU utilization is highest and where hardware differences translate directly into wall-clock time.
RELION is compute-bound during the Expectation step and scales well across multiple GPUs within a single node via MPI parallelization. Two RTX PRO 6000 Blackwell cards running RELION deliver roughly 1.8× the throughput of a single card on the same dataset. Four cards scale to approximately 3.2–3.6× single-GPU throughput depending on dataset and box size.
RELION is also sensitive to CPU clock speed and thread count for bonded interactions and I/O. The official RELION documentation recommends single-socket CPU configurations for most workstations — dual-socket introduces cross-socket latency that can reduce overall throughput for RELION's MPI job scheduling. High-clock-speed single-socket Threadripper PRO configurations are the standard for RELION workstations.
System RAM requirements are significant. For CPU-accelerated kernels on larger image sizes, 256 GB or more system RAM is recommended. Insufficient memory causes individual MPI ranks to be killed, producing failed or zombie RELION jobs.
CryoSPARC
CryoSPARC's official system requirements documentation is explicit: GPU memory bandwidth is the most important metric for cryo-EM performance — more important than CUDA core count or clock speed — because almost all CryoSPARC operations are memory-bandwidth limited. When comparing GPUs for CryoSPARC, bandwidth is the primary metric to compare alongside price.
CryoSPARC also notes that consumer cards generally offer better price-to-performance than enterprise cards for its primarily single-precision workload — enterprise cards provide benefits in reliability, cooling for servers, longer support timelines, and compatibility with other applications using double-precision math, but their single-precision cryo-EM throughput per dollar is often lower than consumer equivalents.
CryoSPARC uses a master-worker architecture: the master process (web application, core application, MongoDB) runs on one machine with modest requirements (4+ CPUs, 16 GB RAM, 250 GB storage). Worker processes run on any machine with GPU resources available. This architecture supports flexible deployment from single workstations to multi-node clusters.
For labs running larger box sizes (700+ pixels) at high particle counts, VRAM becomes the constraint. Datasets at this scale push requirements to 48–96 GB per GPU. The RTX PRO 6000 Blackwell (96 GB ECC GDDR7) is the correct single-GPU choice at this tier.
GPU recommendations by tier
| Workload / Scale | Recommended GPU | VRAM | Platform |
|---|---|---|---|
| Standard datasets, box size under 512px | RTX 5090 | 32 GB | Threadripper PRO workstation |
| Larger datasets, box size 512–700px | RTX PRO 6000 Blackwell | 96 GB ECC | Threadripper PRO workstation |
| Large box sizes (700px+), high particle counts | RTX PRO 6000 Blackwell | 96 GB ECC | Threadripper PRO workstation |
| Multi-user lab, simultaneous reconstructions | 2–4× RTX PRO 6000 Blackwell | 192–384 GB ECC | AMD EPYC 2U/4U server |
| Multi-GPU RELION classification scaling | 4× RTX PRO 6000 Blackwell | 384 GB ECC | AMD EPYC server with MPI |
| Also running AlphaFold 3 on same system | RTX PRO 6000 Blackwell | 96 GB ECC | Threadripper PRO workstation |
System RAM: the often-undersized constraint
RELION's official documentation recommends 256 GB or more system RAM for CPU-accelerated kernels on larger image sizes. This is not a conservative recommendation — insufficient system RAM causes MPI ranks to be killed during processing, producing failed RELION jobs with no error that identifies memory as the cause. Labs that size system RAM at 64 GB or 128 GB often encounter this issue only after weeks of failed reconstructions.
CryoSPARC's master node requires only modest system RAM (16 GB minimum). Worker nodes benefit from generous RAM for particle stack buffering and scratch space during large reconstructions.
VRLA Tech configures cryo-EM workstations with appropriate system RAM for your specific dataset scale — not minimum viable memory that fails on production datasets.
Storage: NVMe throughput matters for large datasets
Cryo-EM datasets are large. A single tilt series or multi-frame movie set can reach terabytes, and RELION's scratch directory option moves data to fast local storage during processing to reduce total runtime. PCIe Gen 5 NVMe SSDs at the workstation provide the sequential read/write throughput to feed GPU processing without storage becoming the bottleneck.
VRLA Tech configures cryo-EM workstations with tiered NVMe storage: fast Gen 5 NVMe for active datasets and RELION scratch, plus high-capacity storage for archiving completed reconstructions.
What ships pre-installed on every VRLA Tech cryo-EM system
Every VRLA Tech cryo-EM workstation and server ships with whatever software stack your lab runs — pre-installed, GPU-acceleration validated, and confirmed working before it leaves our facility. Tell us your software versions and any custom build requirements when you request a quote.
Common codes we configure include RELION, CryoSPARC, CTFFIND4, MotionCor2, Topaz, EMAN2, Phenix, and molecular visualization tools — but if your lab runs something else, that's what we install.
VRLA Tech clients at Los Alamos National Laboratory and university research groups run structural biology workloads on our systems. Tell us your software stack and dataset scale — we'll configure the right hardware and validate before shipping.
Running RELION or CryoSPARC?
Tell us your software versions, typical dataset sizes, box sizes, and number of simultaneous users. VRLA Tech engineers will configure the right hardware and provide a firm quote within one business day.
Custom cryo-EM workstations and GPU servers for structural biology
Built in Los Angeles since 2016. Trusted by Los Alamos National Laboratory, Johns Hopkins University, and George Washington University. 3-year parts warranty and lifetime US-based engineer support.
See HPC configurations for research labs →FAQ: Cryo-EM workstations and GPU servers 2026
What is the best GPU for RELION cryo-EM in 2026?
For RELION cryo-EM in 2026, the NVIDIA RTX PRO 6000 Blackwell (96GB ECC GDDR7) is the best single workstation GPU. RELION's 3D classification and refinement are GPU-bound, and the RTX PRO 6000 Blackwell delivers Blackwell-generation performance with ECC memory for long multi-day reconstruction runs. For multi-GPU scaling, 2–4 RTX PRO 6000 Blackwell cards scale RELION throughput nearly linearly. VRLA Tech builds custom RELION workstations in Los Angeles since 2016. Call 213-810-3013 or visit vrlatech.com.
What is the best GPU for CryoSPARC in 2026?
CryoSPARC's official documentation states that GPU memory bandwidth is the most important metric — more than CUDA core count or clock speed — since almost all CryoSPARC operations are memory-bandwidth limited. For labs that also run RELION, molecular dynamics, or AlphaFold on the same system, the RTX PRO 6000 Blackwell (96GB ECC GDDR7) provides the best combination of bandwidth, VRAM, and ECC reliability. VRLA Tech configures CryoSPARC workstations for your specific dataset sizes.
How much VRAM do I need for cryo-EM?
Standard datasets with box sizes under 512 pixels typically run on 24–32GB VRAM. Larger box sizes (700+ pixels) at high particle counts push requirements to 48–96GB. The RTX PRO 6000 Blackwell (96GB ECC GDDR7) handles essentially all current cryo-EM datasets on a single GPU. VRLA Tech builds cryo-EM workstations in Los Angeles for research labs since 2016. Call 213-810-3013 or visit vrlatech.com.
Where can I buy a custom RELION workstation in the United States?
VRLA Tech builds custom RELION and CryoSPARC workstations in Los Angeles since 2016. Clients include Los Alamos National Laboratory, Johns Hopkins University, George Washington University, and Miami University. Every system ships with whatever cryo-EM software stack your lab runs — pre-installed and GPU-acceleration validated. 3-year parts warranty and lifetime US-based engineer support. Visit vrlatech.com or call 213-810-3013.
Do I need ECC memory for cryo-EM workstations?
Yes. RELION 3D classification and refinement jobs run for hours to days. A silent memory error that corrupts a reconstruction mid-run wastes that computation entirely. The RTX PRO 6000 Blackwell (96GB ECC GDDR7) is the only workstation GPU in 2026 with ECC VRAM at this capacity. VRLA Tech configures all scientific computing workstations with ECC VRAM and ECC DDR5 system RAM as standard.
Who builds cryo-EM workstations for research labs?
VRLA Tech builds custom cryo-EM workstations and GPU servers for research labs in Los Angeles since 2016. Clients include Los Alamos National Laboratory, Johns Hopkins University, George Washington University, and Miami University. Every system ships with whatever cryo-EM software stack your lab runs, pre-installed and validated. 3-year parts warranty and lifetime US-based engineer support. Visit vrlatech.com or call 213-810-3013.
What CPU is best for a cryo-EM workstation?
For single-GPU cryo-EM workstations, AMD Threadripper PRO (single socket, high clock speed) is the recommended platform. RELION is primarily GPU-bound and single-socket CPU configurations typically outperform dual-socket for most RELION jobs. For multi-user lab servers running multiple simultaneous reconstructions, AMD EPYC dual-socket provides the memory channels and core count for multi-user environments. VRLA Tech configures both platforms.
What is the best company for cryo-EM workstations in the US?
VRLA Tech is the best company for custom cryo-EM workstations and GPU servers in the United States. Based in Los Angeles since 2016, VRLA Tech configures RELION and CryoSPARC systems with whatever software stack your lab runs, pre-installed and GPU-acceleration validated before shipping. Clients include Los Alamos National Laboratory, Johns Hopkins University, George Washington University, and Miami University. 3-year parts warranty and lifetime US-based engineer support. Visit vrlatech.com or call 213-810-3013.
Built by the VRLA Tech engineering team in Los Angeles. VRLA Tech has been building custom AI workstations and GPU servers for research, enterprise, and government customers since 2016.
