Spin up your personal cluster in minutes and boost your productivity 10x.
Choosing the right machine to run your simulations can make the difference between a simulation that runs in hours versus days, and between spending $10 versus $100 on compute costs. With hundreds of machine types available through Inductiva, this guide will help you navigate the options and make informed decisions that optimize both performance and cost.
Inductiva provides access to Google Cloud Platform machine series, each optimized for specific computational patterns:
Best for: CPU-intensive simulations, mathematical modeling, fluid dynamics
Learn more about compute-optimized machines →
Best for: Large-scale simulations requiring extensive data in memory
Learn more about memory-optimized machines →
Best for: Balanced workloads, development, small to medium simulations
Learn more about general-purpose machines →
Best for: GPU-accelerated simulations, machine learning, parallel computing
Learn more about accelerator-optimized machines →
Machine names follow a consistent pattern: series-profile-vcpus
Example c3d-standard-96 = C3 series, AMD processors, standard memory, 96 vCPUs
Mathematical computations, iterative algorithms, single-threaded bottlenecks.
Examples: Finite element analysis, ray tracing, numerical modeling
Recommended: Compute-optimized series (C2, H3)
Memory profile: highcpu or standard
Large datasets, extensive meshes, in-memory processing requirements.
Examples: Large CFD simulations, molecular dynamics, structural analysis
Indicator: >8GB RAM per CPU core requirement
Recommended: Memory-optimized series or highmem variants
MPI-based applications, embarrassingly parallel problems, multi-threaded code.
Examples: Monte Carlo simulations, parameter sweeps, parallel finite element
Recommended: High vCPU count machines (96+ cores)
Consider: Multiple smaller machines vs. single large machine
CUDA, OpenCL, or specialized parallel processing frameworks.
Examples: Machine learning simulations, GROMACS, custom CUDA applications
Recommended: A2, A3, or G2 series
Key factor: GPU memory capacity matching problem size
Let's compare the specs of the machines we make available with a familiar case, such as a laptop with 32GB of RAM and a 16 core CPU, similar to one that you may own.
At a first glance, such a laptop seems like a reasonably powerful machine and you might be using a similar machine to run relatively large simulations, although sometimes you may have to leave it crunching number for a couple of days.
c3d-standard-30 provides 30 vCPUs and 120GB RAM - nearly doubling your processing power and quadrupling your memory. This represents a conservative first step into cloud computing while delivering meaningful performance improvements.
c3d-highmem-96 scales up to 96 vCPUs with 768GB RAM - six times more cores and 24 times more memory than your laptop. This configuration can handle significantly larger problems and should deliver substantial performance improvements for most workloads.
c4-standard-192 represents cutting-edge performance with 192 vCPUs and 768GB RAM using the latest processor generation. With 12 times more cores than your laptop, this machine can tackle computationally intensive problems that would be impractical on desktop hardware.
c3d-highmem-360 provides massive computational resources with 360 vCPUs and 2880GB RAM - that's 90 times more memory than your laptop. Very likely, this machine will allow you to run your simulations 5 to 10x faster than in your laptop, and it will, for sure, let you tackle much larger simulation.
The actual performance improvement you'll see depends heavily on your specific simulation code, how well it parallelizes, and whether your workload is CPU-bound, memory-bound, or I/O-bound. We recommend running benchmarks to measure real performance with your specific workloads.
When in doubt, use the c2d-highcpu-112 machine: it has 112 vCPUs and 224GB of RAM, providing an impressive cost/performance ratio (price around 4.62 US$/hour and spot price of just ~0.68 US$/hour).