SUPERCOMPUTING NEWS SUPERCOMPUTING NEWS
    • MEDIA KIT
    • MOST READ
    • RSS FEED
    • ACADEMIA
    • AEROSPACE
    • APPLICATIONS
    • ASTRONOMY
    • AUTOMOTIVE
    • BIG DATA
    • BIOLOGY
    • CHEMISTRY
    • CLIENTS
    • CLOUD
    • DEFENSE
    • DEVELOPER TOOLS
    • EARTH SCIENCES
    • ECONOMICS
    • ENGINEERING
    • ENTERTAINMENT
    • GAMING
    • GOVERNMENT
    • HEALTH
    • OIL & GAS
    • INDUSTRY
    • INTERCONNECTS
    • MANUFACTURING
    • MIDDLEWARE
    • MOVIES
    • NETWORKS
    • PHYSICS
    • PROCESSORS
    • RETAIL
    • SCIENCE
    • STORAGE
    • SYSTEMS
    • VISUALIZATION
    • AcyMailing subscription form

    • ADD YOUR VIDEOS
    • MANAGE VIDEOS
    • CONVERSATION INBOX
    • SOCIAL ADVERTISER
    • SOCIAL NETWORK VIDEOS
    • SURVEYS
    • GROUPS
    • PAGES
    • MARKETPLACE LISTINGS
    • APPLICATIONS BROWSER
    • PRIVACY CONFIRM REQUEST
    • PRIVACY CREATE REQUEST
    • LEADERBOARD
    • POINTS LISTING
      • BADGES
    • TRADE SHOWS
Sign In
Japanese supercomputer recreates the birth of the Universe’s monster black holes
Japanese supercomputer recreates the birth of the Universe’s monster black holes
China’s supercomputing push meets a harder problem: Teaching computers to keep asteroids honest
China’s supercomputing push meets a harder problem: Teaching computers to keep asteroids honest
Supercomputing reconstructs the moon Venus may have lost
Supercomputing reconstructs the moon Venus may have lost
From the Tibetan Plateau to California: Supercomputing reveals a hidden source of flood predictability
From the Tibetan Plateau to California: Supercomputing reveals a hidden source of flood predictability
Fugaku goes inside the molecular machine: Supercomputer simulations reveal how kinesin knows which way to step
Fugaku goes inside the molecular machine: Supercomputer simulations reveal how kinesin knows which way to step
10,000 AI agents, 130 billion tokens and 88 hours: How OpenAI turned Navier–Stokes into a supercomputing workload
10,000 AI agents, 130 billion tokens and 88 hours: How OpenAI turned Navier–Stokes into a supercomputing workload
Qualcomm enters the supercomputing arena as AWS partnership challenges Nvidia’s AI infrastructure dominance
Qualcomm enters the supercomputing arena as AWS partnership challenges Nvidia’s AI infrastructure dominance
previous arrow
previous arrow
next arrow
next arrow
 
Shadow
Visualization of the simulation by ATERUI III showing a rapidly growing black hole surrounded by gas. Red indicates areas of higher temperature. (Credit: Sunmyon Chon, Takaaki Takeda, 4D2U Project, NAOJ)
Visualization of the simulation by ATERUI III showing a rapidly growing black hole surrounded by gas. Red indicates areas of higher temperature. (Credit: Sunmyon Chon, Takaaki Takeda, 4D2U Project, NAOJ)
Featured

Japanese supercomputer recreates the birth of the Universe’s monster black holes

CHRIS O'NEAL, PUBLISHER September 17, 2026, 8:00 am

ATERUI III simulations connect the cosmic web to individual gas clouds, supermassive stars and rapidly growing black holes, offering a computational explanation for JWST’s mysterious ‘Little Red Dots’

Researchers utilizing the ATERUI III supercomputer at the National Astronomical Observatory of Japan have provided a computational framework to explain the existence of unexpectedly large supermassive black holes in the early Universe. By conducting high-resolution, radiation-hydrodynamic simulations, the study (Nature's academic paper: https://www.nature.com/articles/s41586-026-10985-8) illustrates how external far-ultraviolet radiation can suppress gas fragmentation, leading to a concentrated accumulation of matter that fosters the growth of massive protostars and subsequent black-hole seeds. Furthermore, the simulation demonstrates that these rapidly growing black holes are temporarily obscured by dense gas, providing a compelling theoretical explanation for the "Little Red Dots" observed by the James Webb Space Telescope. This research highlights the efficacy of specialized high-performance computing architectures in bridging the gap between cosmological simulations and synthetic observations.

This Is a Supercomputing Problem Before It Is a Black-Hole Problem

The central achievement is not simply that researchers simulated a black hole.

It is that they attempted to simulate the environment that creates one.

The paper uses the moving-mesh AREPO code to perform three-dimensional radiation-hydrodynamic calculations. The simulation must simultaneously account for gravity, gas dynamics, radiation, chemistry, star formation, and black-hole accretion across vastly different physical scales.

That is precisely the kind of workload for which conventional single-scale astrophysical models begin to break down.

At the largest scale, the researchers begin with a cosmological dark-matter simulation covering a 16 h⁻¹-megaparsec comoving volume using 4,096³ dark-matter particles. Each dark-matter particle has a mass of approximately 5.13 × 10³ h⁻¹ solar masses, allowing the simulation to identify minihalos down to approximately 10⁵ h⁻¹ solar masses.

That is already a substantial numerical problem.

But the researchers do not stop at cosmological structure.

They construct halo merger trees, incorporate semi-analytic models of early galaxy formation, follow primordial and metal-enriched star formation, supernova feedback, chemical enrichment, and local Lyman-Werner radiation fields, and then select a candidate halo for a much more expensive radiation-hydrodynamic calculation.

The simulation subsequently zooms into a region approximately 400 kiloparsecs across, surrounding a target halo in a 3.8-sigma overdensity.

That is a classic HPC strategy:

Find the needle in the cosmological haystack, then spend enormous computational resources examining the needle.

ATERUI III: The HPC Engine Behind the Experiment

The calculations were performed on the XD2000 system at the Center for Computational Astrophysics of NAOJ, the machine known as ATERUI III.

ATERUI III is not a conventional general-purpose supercomputer deployment. NAOJ designed it specifically for simulation astronomy.

The HPE Cray XD2000 system has a theoretical peak performance of 1.99 petaflops and 32,256 CPU cores across 288 nodes. It is divided into two different computing environments.

System M emphasizes memory bandwidth, while System P emphasizes memory capacity. System M provides 3.2 TB/s of memory bandwidth per node, while System P provides 512 GB of memory per node. 

For this study, the research team used ATERUI III’s System M, taking advantage of its high-speed memory subsystem for the large-scale simulation workload. 

That design decision is significant.

Astrophysical hydrodynamics is not simply a race to maximize floating-point operations. A simulation can spend enormous amounts of time moving particle and cell data through memory, updating neighboring cells, evaluating gravitational interactions, and exchanging information between distributed computational domains.

For these workloads, memory bandwidth can matter as much as peak FLOPS.

ATERUI III’s System M is built around Intel Xeon CPU Max 9480 processors and provides 128 GB of high-bandwidth memory per node. Across its 208 System M nodes, the subsystem delivers approximately 665 TB/s of aggregate memory bandwidth according to NAOJ specifications. 

That makes ATERUI III an interesting example of a broader HPC principle: The best supercomputer for a scientific problem is not necessarily the machine with the largest theoretical FLOPS number. It is the machine whose architecture matches the computational structure of the problem.

4,096³ Particles Are Only the Beginning

The simulation’s numerical hierarchy becomes even more impressive when the researchers zoom in.

The baseline cosmological calculation uses 4,096³ dark-matter particles. A higher-resolution follow-up increases the effective resolution of the zoom region to 8,192³, reducing the dark-matter particle mass to approximately 542 h⁻¹ solar masses and the baryonic particle mass to approximately 99.2 h⁻¹ solar masses.

The higher-resolution calculation produced essentially the same black-hole growth behavior as the fiducial simulation, providing an important numerical-resolution check.

This is exactly the sort of test HPC researchers want to see.

A spectacular visualization is not enough.

A simulation can always produce a beautiful result. The harder question is whether the result survives when the computational mesh or particle resolution changes.

Here, the researchers found that the major black-hole growth result was relatively insensitive to the increased numerical resolution.

That does not eliminate every uncertainty, but it gives the computational result considerably more credibility.

The Physics Gets Expensive When the Universe Gets Interesting

The computational difficulty rises dramatically once the primordial gas begins collapsing.

The radiation-hydrodynamic calculation uses adaptive mesh refinement, refining regions when the local cell size falls below 16 times the local Jeans length. The purpose is to capture gravitational collapse while avoiding artificial fragmentation.

The code also follows a non-equilibrium primordial chemical network involving eight species: e⁻, H, H⁺, H₂, H⁻, D, D⁺ and HD.

The simulation includes molecular and atomic cooling, free-free and free-bound emission, ionization, photodissociation and photodetachment processes. Radiation from stars and black holes is also coupled to the gas.

This is where the HPC workload becomes much more than an N-body calculation.

At every stage, the simulation is effectively asking:

  • Where is the gas?
  • How fast is it moving?
  • How dense is it?
  • What is its temperature?
  • Which chemical species are present?
  • How is radiation changing those species?
  • Is the gas cooling?
  • Is gravity overcoming pressure?
  • Are stars forming?
  • How much radiation are those stars producing?
  • Is that radiation suppressing or accelerating further collapse?
  • Is a black hole accreting?
  • How does its radiation feed back into its environment?

And all of those questions are coupled.

The Computer Finds a Cosmic Traffic Jam

The simulations reveal a remarkable environmental effect.

A luminous neighboring galaxy located roughly 10 kiloparsecs away bathes the target halo in intense far-ultraviolet radiation. Instead of simply triggering star formation, the radiation suppresses molecular hydrogen cooling and delays the normal fragmentation of gas into many smaller stars.

Meanwhile, gravity continues pulling material into the halo.

The result is effectively a cosmic traffic jam.

Gas accumulates rather than efficiently fragmenting.

When collapse eventually begins, enormous amounts of material become available to a small number of rapidly growing protostars.

In the simulation, some protostars reach 5–9 × 10⁵ solar masses.

That is dramatically larger than the roughly 10⁵-solar-mass scale associated with conventional direct-collapse models.

Those supermassive stars subsequently collapse to form black-hole seeds of approximately 10⁶ solar masses.

The significance for HPC is profound.

The computer is not merely calculating a black hole.

It is calculating the conditions under which the black hole becomes possible.

From 1 Million to 30 Million Solar Masses

Once the massive seed forms, the simulation enters another computationally difficult regime.

The newly formed black hole becomes embedded in dense, optically thick gas. Radiation becomes trapped, allowing material to fall inward at rates several to tens of times the conventional Eddington limit for a short period.

The simulation follows this rapid growth.

By approximately redshift z ≈ 10, the black holes have grown beyond 10⁷ solar masses. By z ≈ 8, the model reaches approximately 3 × 10⁷ solar masses in the most massive system. (Nature)

The computation therefore bridges an enormous dynamic range: cosmic structure → dark-matter halo → gas reservoir → collapsing cloud → protostars → supermassive star → black-hole seed → accretion disk → overmassive black hole.

That is an extraordinary numerical pipeline.

The Simulation Also Has to Become a Telescope

One of the most important aspects of the study is that the researchers do not stop once a massive black hole appears.

They ask what the simulated object would actually look like.

The high-resolution calculations resolve the dense gas around one black hole down to approximately 500 astronomical units. The simulated circum-black-hole environment reaches hydrogen densities above 10¹⁰ cm⁻³.

The model produces strong Hα emission and substantial Thomson optical depth.

At 26,000 years after black-hole formation, the simulated Hα luminosity within 10⁴ AU reaches approximately 1.5 × 10⁴³ erg/s, with a Thomson optical depth of 10.2 at that radius. Hundreds of thousands of years later, the environment evolves substantially as the dense gas dissipates.

This is an important HPC concept: simulation is becoming synthetic observation.

The supercomputer does not simply calculate where matter goes.

It calculates what the resulting astrophysical system should emit.

That allows the researchers to compare the simulated universe against JWST observations.

The result is a computational loop: Physics → simulation → synthetic spectrum → telescope → comparison → improved physical model.

Why “Little Red Dots” Matter to HPC

JWST’s LRDs initially appeared to be another observational mystery.

The simulations now provide a possible computational explanation: they may represent a short-lived, heavily obscured phase in the formation and rapid growth of massive black holes.

Dense gas around the black hole can produce strong Balmer features and broad Hα emission through electron scattering. The simulated systems transition from heavily obscured LRD-like objects toward less obscured, more conventional AGN-like states on timescales of roughly 0.1–1 million years.

The computer therefore connects an observational signature to a physical evolutionary sequence.

That is precisely where simulation supercomputing becomes more than an engineering exercise.

It becomes a scientific laboratory.

Supercomputers Are Becoming Cosmic Time Machines

There is something inspirational about what is happening here.

Humanity cannot travel back to the first billion years of cosmic history.

We cannot place a sensor beside a primordial protostar.

We cannot watch a supermassive star collapse into a black hole.

We cannot wait 600 million years to observe what happens next.

But we can build mathematical representations of those environments and give them enough computational resolution to evolve.

ATERUI III effectively becomes a laboratory in which researchers can perform experiments on a Universe that no longer exists.

And the scale of that laboratory is expanding.

NAOJ describes ATERUI III as part of the emergence of “simulation astronomy”, a computational branch of astronomy in which supercomputers numerically solve physical equations that cannot be solved analytically. 

This study is a powerful demonstration of that idea.

The HPC Lesson: Resolution Is a Scientific Instrument

For the supercomputing community, perhaps the most important lesson is not the headline black-hole mass.

It is the way the researchers use computational resolution as a scientific instrument.

The workflow moves through multiple levels:

16 h⁻¹ Mpc cosmological volume

↓

4,096³ dark-matter particles

↓

Target halo identification

↓

~400-kpc zoom region

↓

adaptive radiation hydrodynamics

↓

8,192³ effective high-resolution follow-up

↓

protostellar fragmentation

↓

supermassive-star formation

↓

black-hole formation

↓

500-AU circum-black-hole zoom

↓

synthetic observable signatures

That is a textbook example of hierarchical HPC.

No single numerical resolution can efficiently represent every scale simultaneously.

Instead, the simulation spends computational resources where the physics becomes important.

And There Is Still More Computing Ahead

The researchers are careful about what their simulation does not yet include.

For example, the model does not include kinetic feedback from accreting black holes such as jets or winds. The authors explicitly describe the resulting calculation as a fiducial model and an upper limit on black-hole growth under the assumption that such kinetic feedback is absent.

The paper also notes that the present simulation does not resolve the full galactic-scale gas inflows required to sustain long-term Eddington accretion.

Those limitations point directly toward the next generation of HPC workloads.

More physics.

More resolution.

Longer time integration.

Larger cosmological volumes.

More black holes.

More radiation.

More detailed feedback.

And eventually, more direct connections between simulated populations and the growing JWST observational catalog.

The computational challenge is therefore not disappearing.

It is expanding.

From Petaflops to Scientific Discovery

ATERUI III has a theoretical peak performance of 1.99 petaflops, which is tiny compared with today’s largest general-purpose exascale machines.

But peak FLOPS alone completely misses the point.

This research demonstrates why specialized HPC architectures remain valuable.

A system optimized for memory bandwidth, scientific simulation, and the specific numerical characteristics of astrophysical workloads can turn computational resources into scientific experiments.

The researchers used ATERUI III’s XD2000 system for calculations that combine gravity, hydrodynamics, adaptive resolution, radiation transport, chemistry, star formation and black-hole physics.

The result is not simply another simulation.

It is a possible explanation for one of JWST’s strangest discoveries.

And that may be the most compelling future for supercomputing: not merely calculating faster, but making questions that once seemed computationally impossible experimentally accessible.

The Universe left humanity a puzzle written in photons.

JWST found the clues.

ATERUI III helped researchers build the laboratory needed to understand them.

And somewhere inside that numerical laboratory, a million-solar-mass black-hole seed emerged from primordial gas and began growing into the kind of cosmic monster that the early Universe apparently had been building all along.

For supercomputing, that is the real story: when enough computational power, physical modeling, and numerical resolution converge, the computer stops merely calculating the Universe and starts allowing us to experiment with it.

China’s supercomputing push meets a harder problem: Teaching computers to keep asteroids honest
Featured

China’s supercomputing push meets a harder problem: Teaching computers to keep asteroids honest

Tyler O'Neal, Staff Editor September 16, 2026, 9:30 am

New geometric integration method could make long-duration spacecraft and binary-asteroid simulations more accurate, and potentially more computationally efficient

Every supercomputer simulation of an asteroid conceals a fundamental challenge. Although these systems can execute trillions of calculations per second, excessive computing power does not guarantee improved accuracy if the underlying numerical method gradually deviates from physical reality. In long-duration orbital simulations, minute numerical errors can accumulate, eventually causing a theoretically stable trajectory to deviate into an artifact of the simulation rather than a reflection of physics.

A recent study by researchers at Liaoning University and the Beijing Institute of Spacecraft Environment Engineering addresses this critical issue. The team has developed a numerical integration approach utilizing Hamel’s variational integrators to simulate the coupled orbital and rotational dynamics of binary asteroid systems. Their findings demonstrate that this method preserves essential geometric and physical properties more effectively than comparable Lie-group variational formulations, while requiring fewer computational operations. Furthermore, the approach exhibits significantly superior conservation of energy and rotational structure compared to conventional Runge–Kutta integration.

This development is particularly significant for high-performance computing (HPC). The research transcends the simple task of predicting asteroid positioning; it focuses on engineering numerically robust algorithms that maintain physical fidelity when modeling complex gravitational systems over extended timeframes. This pursuit represents the core objective of modern HPC applications.

When four asteroids become one difficult computing problem

The study, published in Space: Science & Technology (https://spj.science.org/doi/10.34133/space.0450), examines what the researchers call the full two-body problem involving two binary asteroids.

Each binary asteroid pair is approximated as a rigid “dumbbell”: two asteroids connected by a massless rod. The researchers assume the distance between the two members of each binary remains constant, allowing the pair to be treated as a rigid body.

That simplification still leaves a formidable computational problem.

Each dumbbell possesses both translational and rotational motion. The gravitational interaction therefore depends not only on where the bodies are located but also on how they are oriented.

The researchers formulate the system using SE(3), the special Euclidean group, which combines three-dimensional translation and rotation into a single mathematical framework. Rather than describing orientation with conventional Euler angles, the approach works directly with the geometry of rotations.

That matters computationally because the numerical representation itself becomes part of the physics.

Euler-angle formulations can encounter singularities, while the Lie-group formulation maintains the rotational configuration directly on the appropriate mathematical manifold. The researchers then formulate both continuous and discrete equations using Hamel’s formalism and derive a discrete integrator from Hamilton’s principle.

The resulting algorithm is a second-order variational integrator.

That phrase may sound like mathematical machinery for its own sake. It isn’t.

For an HPC engineer, it translates into a very practical question:

How many floating-point operations does it take to advance the simulation one step, and how much physical error accumulates while doing it?

The supercomputer problem is not just FLOPS

Traditional numerical integration methods such as Runge–Kutta are extremely useful because they are relatively straightforward and can provide high accuracy over individual integration steps.

But long-running orbital mechanics introduces another requirement: the numerical method must respect the underlying structure of the physical system.

The researchers compare Hamel’s method against both Lie-group variational integration and Runge–Kutta methods.

Their argument is that conventional integration can gradually violate quantities that should remain structurally constrained. In particular, the rotation matrix must remain orthogonal. If it drifts away from that condition, the computed orientation begins to contaminate the force and torque calculations.

That creates a feedback loop: numerical error → incorrect attitude → incorrect force/torque → additional numerical error.

The paper reports that this problem becomes particularly important for full-body dynamics because gravitational forces and torques depend simultaneously on position and attitude.

This is where a massively parallel computer can encounter an ironic limitation.

More processors can reduce wall-clock time, but they cannot repair a numerical algorithm that is systematically drifting away from the physics.

A better algorithm can.

Symplectic mathematics meets HPC efficiency

The researchers’ approach is based on preserving the symplectic structure of the underlying dynamical system.

Symplectic integrators are designed around the geometry of Hamiltonian mechanics rather than simply approximating derivatives. Their advantage becomes particularly important when simulations extend over many thousands, millions or potentially billions of integration steps.

In the study, both Hamel’s and Lie-group variational integrators preserve total energy and the Lie-group structure. The researchers report that Hamel’s formulation provides better structural preservation for comparable error magnitudes.

That is potentially important for future HPC workloads.

Consider a spacecraft mission simulation requiring a very long time horizon. If an integration method introduces a tiny error at every step, the computational cost can eventually become dominated by the need to reduce the timestep sufficiently to keep that error under control.

A structure-preserving method attacks the problem from a different direction.

Instead of simply calculating more steps, it attempts to make every step more physically meaningful.

That is a classic HPC optimization opportunity: reduce computational work by improving the algorithm rather than merely increasing the hardware.

The surprising result: the implicit method can be faster

Perhaps the most interesting performance result in the paper is that Hamel’s method is implicit, yet can require less computational work than the competing methods.

That sounds counterintuitive.

Implicit numerical schemes generally require equations to be solved during each timestep, while explicit schemes can advance the solution more directly.

But the details matter.

The researchers report that their Hamel formulation requires fewer operations than the Lie-group variational integrator because the implicit equations are expressed using Lie-algebra elements rather than Lie-group elements.

As a result, Hamel’s approach shows slightly higher computational efficiency in the comparison.

The comparison with Runge–Kutta is even more revealing.

The second-order explicit Runge–Kutta method requires two evaluations of the governing equations during each timestep. Each evaluation involves force and moment calculations, which are computationally expensive for this full-body problem.

Hamel’s method, although implicit, requires only one evaluation per step according to the study.

The authors note that this difference can become increasingly significant as the physical model or integrator order becomes more complex.

For HPC architects, this is a familiar lesson: The fastest algorithm is not necessarily the one with the fewest mathematical complications. It is the one that minimizes total computational work for the required accuracy.

Irregular asteroids make the problem more interesting

The researchers tested two configurations.

The first uses regular-shaped dumbbells consisting of identical rigid spheres connected by massless rods.

The second introduces irregularly shaped bodies and a more complicated gravitational potential.

That second case is particularly relevant to real asteroid dynamics.

Real asteroids are not spheres. Their irregular shapes affect both their gravitational fields and their rotational dynamics. The resulting forces can therefore alter spacecraft trajectories in ways that simplified point-mass models cannot capture.

The paper’s simulations show a noticeable trajectory deviation caused by the irregular geometry, particularly along the y direction. The researchers conclude that irregular planetary geometry can have a substantial influence on the resulting motion in full n-body dynamics.

For supercomputing, that creates a natural scaling path.

A simulation can move from: point masses → rigid bodies → irregular bodies → variable shapes → full n-body systems.

Every step increases the computational burden.

Every step also increases the value of numerical methods capable of preserving the underlying physics.

Where the HPC workload could explode

The current research should not be confused with a production-scale exascale asteroid simulation.

The paper reports CPU-time comparisons for the numerical methods; it does not claim that the experiments were executed on a TOP500-class supercomputer. That distinction is important.

But the algorithmic implications are much larger than the benchmark itself.

A future asteroid-dynamics workload could incorporate:

  • multiple interacting asteroids;
  • nonuniform mass distributions;
  • high-resolution shape models;
  • variable inter-asteroid distances;
  • spacecraft proximity operations;
  • solar radiation pressure;
  • planetary perturbations;
  • large ensembles of initial conditions;
  • uncertainty quantification;
  • trajectory optimization; and
  • Monte Carlo searches across millions of possible orbital states.

At that point, the numerical integrator becomes part of the HPC architecture.

A simulation campaign might require thousands or millions of independent trajectories. A structure-preserving algorithm that reduces the computational cost of each trajectory can therefore have an outsized effect on total cluster utilization.

The paper’s authors themselves identify variable inter-asteroid distance as an important direction for future work.

That could make the problem considerably more computationally demanding because the rigid-dumbbell assumption would no longer remove an internal degree of freedom.

And then there is China’s rapidly changing supercomputing landscape

The research also arrives at an interesting moment for Chinese HPC.

China’s supercomputing capability has recently taken a dramatic step forward on the public TOP500 benchmark.

In June 2026, LineShine, installed at the National Supercomputing Centre in Shenzhen, debuted at No. 1 on the TOP500 with a measured 2.198 exaflops on HPL. According to TOP500, the system contains approximately 13.79 million CPU cores, uses China’s custom LingKun platform and LX2 processors, a proprietary LingQi interconnect and Kylin operating system. 

The architectural detail is particularly notable.

LineShine is reported as a CPU-only exascale system, rather than relying on GPUs or other accelerators for its HPL result. TOP500 reports 2.198 exaflops of sustained HPL performance against a theoretical peak of 2.736 exaflops, approximately 80 percent of peak. 

China’s improvement is not confined to the headline HPL number.

LineShine also took the top position on the HPCG benchmark, with 22.00 petaflops. HPCG is intended to represent computational patterns more closely associated with many real scientific applications than the highly optimized dense linear algebra used by HPL. 

That is particularly relevant to the kind of computational science represented by the asteroid study.

HPC workloads are rarely just giant matrix multiplications.

Real scientific codes contain irregular memory accesses, synchronization, sparse calculations, nonlinear solvers and communication-heavy operations. An improvement in systems capable of handling those workloads matters just as much as an improvement in peak FLOPS.

From exaflops to better physics

There is therefore an interesting convergence taking place.

China is increasing the raw computational capability available for scientific computing while researchers are simultaneously improving the algorithms that determine how effectively that hardware can be used.

The asteroid paper represents the second half of that equation.

A supercomputer may have millions of cores, but the scientific result still depends on the numerical method running across those cores.

A poorly conditioned or physically drifting algorithm can turn enormous computational capacity into enormous computational waste.

A structure-preserving integrator can potentially allow the same hardware to simulate longer time horizons, larger ensembles or more complicated physical models without simply reducing the timestep until the computation becomes impractical.

The paper’s results show that Hamel’s variational integrators maintain low energy and orthogonality errors while also providing favorable CPU-time behavior. The researchers conclude that the approach offers a practical numerical method for full-body dynamics.

The bigger HPC question

The most compelling question prompted by this research is not merely the level of accuracy achievable in modeling binary asteroid systems, but whether future supercomputing efforts should prioritize the reduction of error-correction overhead in favor of deeper physical exploration.

Asteroid dynamics provide a rigorous test case, as the interplay between position, velocity, attitude, gravitational potential, angular momentum, and energy is unforgiving; even minute numerical deviations can lead to significant orbital inaccuracies over time. The researchers’ methodology compels the computational model to maintain fidelity to the underlying physical mathematics throughout the simulation.

This philosophy is increasingly vital as scientific computing scales to exascale levels and beyond. While China’s LineShine system exemplifies the vast potential of raw computational capacity, the research from Liaoning University highlights the essential, complementary challenge: ensuring that such power is translated into reliable scientific insight. Ultimately, the future of high-performance computing will depend not only on increasing floating-point operations but also on implementing the sophisticated mathematics necessary to ensure those operations remain physically meaningful.

Supercomputing reconstructs the moon Venus may have lost
Featured

Supercomputing reconstructs the moon Venus may have lost

Deckard, Staff Editor September 15, 2026, 8:00 am

High-performance numerical modeling reveals a narrow path by which a hypothetical Venusian moon could have survived, or been destroyed billions of years ago

Venus presents a unique challenge that traditional observational astronomy cannot resolve: the absence of a natural satellite. This discrepancy prompts a compelling computational inquiry: could Venus have once hosted a significant moon, only to lose it through the complex mechanics of orbital evolution? 

A study led by Stephen R. Kane of the University of California, Riverside, in collaboration with researchers from the University of Bordeaux and CNRS, addresses this question as a rigorous numerical experiment. Rather than relying on direct observation, the team developed a computational framework to simulate the evolution of a hypothetical Venus–moon system over billions of years, systematically varying parameters such as planetary rotation, satellite mass, orbital distance, eccentricity, and tidal dissipation. The findings delineate the narrow range of conditions under which such a moon could have survived, while illustrating how the satellite's presence would have fundamentally altered Venus’s rotational history. 

The study, titled "Tidal Demise: The Evolution and Fate of a Hypothetical Venus Moon," published in The Astrophysical Journal (https://iopscience.iop.org/article/10.3847/1538-4357/ae9d6c), outlines a semianalytical framework for coupled spin–orbit evolution using two distinct tidal models. For the computational science community, this work reframes the missing moon as a complex reconstruction problem, utilizing numerical integration to determine which initial conditions ultimately led to survival, orbital escape, or catastrophic destruction.

Turning planetary history into a computational problem

The physics begins with a deceptively simple relationship.

A rotating planet exerts tidal forces on an orbiting moon. Those tides exchange angular momentum between the planet’s rotation and the satellite’s orbit.

If Venus rotates faster than the moon orbits, the moon can migrate outward.

But the moon is not merely a passenger.

As it extracts angular momentum from Venus, it also slows the planet’s rotation. That changes the location of the synchronous radius, the orbital distance at which a satellite’s orbital period matches the planet’s rotation period.

The researchers found that this creates a race.

The moon is trying to migrate outward.

Venus’s slowing rotation is causing the synchronous radius to expand outward.

If the synchronous radius catches the moon, the direction of tidal migration can reverse.

The moon can then spiral inward until it reaches the Roche limit, where tidal forces can tear it apart.

The computational problem is therefore a coupled dynamical system rather than a simple orbital calculation.

The study surveys initial Venus rotation periods from 5 to 100 hours, satellite masses from 0.01 to 10 times the mass of Earth’s Moon, initial orbital distances from 3.5 to 25 Venus radii, tidal quality factors from 10 to 100, and orbital eccentricities from zero to 0.5.

That is precisely the sort of parameter-space problem for which numerical computing becomes indispensable.

Instead of asking, “What happens to one hypothetical moon?” the researchers ask a much more powerful question: What happens to thousands of possible Venus–moon systems occupying different regions of physical parameter space?

Two models, two possible futures

The simulations employ two competing descriptions of tidal dissipation.

The first is the constant-Q model, in which the tidal quality factor represents a frequency-independent measure of dissipation.

The second is the constant time lag (CTL) model, in which the deformation of Venus responds with a fixed delay to the tidal forcing.

That distinction becomes particularly important near synchronization.

In the constant-Q model, the tidal torque changes sign discontinuously when Venus’s rotation rate matches the moon’s orbital frequency.

In the CTL model, the torque approaches zero smoothly.

That seemingly technical difference can produce radically different planetary histories.

The CTL model can allow a massive moon to settle into a quasi-synchronous configuration instead of plunging toward destruction. The constant-Q calculation can instead drive the same system through synchronous reversal and eventually into the Roche limit.

For a computational scientist, this is an important reminder that the numerical answer is only as meaningful as the physical model underneath it.

The researchers therefore did not simply run equations and accept whatever came out.

They validated the computational machinery.

The Earth–Moon system becomes the test case

Before trusting the Venus simulations, the researchers applied their integration framework to the Earth–Moon system, where observations provide an unusually valuable benchmark.

Using Earth’s tidal parameters and the Moon’s measured orbital distance, the numerical model reproduced the observed lunar recession rate to within approximately 3 percent.

The calculated value was 3.69 centimeters per year, compared with the observed 3.82 centimeters per year.

The model also reproduced Earth’s changing rotation rate to within approximately 11 percent.

The researchers then performed a much longer numerical experiment, starting Earth with a five-hour rotation period and the Moon at only 3.5 Earth radii.

Using an appropriate time-averaged tidal quality factor, the simulation recovered both the Moon’s present distance of approximately 60.3 Earth radii and Earth’s present approximately 24.5-hour rotation period after 4.5 billion years.

Perhaps more importantly from a computational perspective, the researchers verified angular-momentum conservation to machine precision, with the total spin-plus-orbital angular momentum tracking the expected cumulative solar torque to better than 0.1 percent.

That validation provides confidence that the numerical engine is correctly coupling the planetary spin and satellite orbit before it is unleashed on the far less constrained Venus problem.

The computational machinery

The Venus simulations solve coupled ordinary differential equations describing the evolution of Venus’s spin rate and the satellite’s semimajor axis.

For the CTL calculations, the researchers also employ the full eccentricity-dependent equations developed by Hut and later extended by Leconte and collaborators.

This matters because simplifying eccentricity to a low-order approximation can conceal nonlinear behavior.

The full equations contain eccentricity functions whose terms become increasingly important as eccentricity rises, particularly above approximately e = 0.3.

The coupled equations were integrated using a fourth-order Runge–Kutta method with adaptive timestep control.

The numerical integrator adjusted its timestep so that each step resolved fractional changes of no more than approximately 1 percent in both Venus’s spin rate and the satellite’s orbital distance.

Each simulation was terminated when one of three conditions occurred:

  • the satellite crossed the Roche limit;
  • the satellite exceeded the critical stability radius;
  • or the simulation reached 4.5 billion years.

The calculation also continuously checked angular-momentum conservation.

In other words, this is not a single trajectory plotted on a computer screen.

It is a numerical laboratory for planetary evolution.

Venus turns out to be a very different computational problem from Earth

At first glance, Earth and Venus appear to offer nearly identical starting points for comparison.

They are similar in mass and radius.

But their satellite dynamics are dramatically different.

The researchers found that, in their fiducial Venus system, the moon’s tidal torque on Venus is approximately 3 million times stronger than the solar tidal torque.

That makes the hypothetical moon, not the Sun, the dominant driver of Venus’s early spin evolution.

The reason is partly orbital geometry.

Venus’s smaller Hill sphere means a stable moon must orbit considerably closer to its planet than Earth’s Moon does to Earth.

Tidal torque is extraordinarily sensitive to orbital distance, with the relevant dependence scaling approximately as a⁻⁶.

A small reduction in orbital distance therefore produces a huge increase in tidal interaction.

And that creates a feedback loop.

A closer moon produces stronger tides.

Stronger tides slow Venus more rapidly.

A slower Venus expands the synchronous radius.

The expanding synchronous radius can catch the moon.

And once it does, the moon can begin falling back toward Venus.

The critical race

For the study’s fiducial initial orbital distance of five Venus radii, the moon’s orbital period is approximately 16.1 hours.

That establishes a critical initial Venus rotation period.

If Venus rotates faster than approximately 16.1 hours, the moon begins outside the synchronous radius and initially migrates outward.

If Venus rotates more slowly, the moon begins inside the synchronous radius and immediately spirals inward.

In the constant-Q simulations, a Venus initially rotating once every 24 hours destroys a lunar-mass moon in approximately one million years.

A rapidly rotating Venus produces a very different result.

With an initial rotation period of 8 or 12 hours, a lunar-mass moon initially migrates outward as it extracts angular momentum from Venus. In one representative case, the moon reaches approximately 25 Venus radii before the continuing slowdown of Venus causes the system to reverse direction.

For the one-Moon-mass case, however, that later inward migration is sufficiently slow that the satellite does not reach the Roche limit within the 4.5-billion-year simulation.

The key surprise is that making the moon bigger does not necessarily make it more stable.

It can make the system less stable.

Bigger moon, bigger problem

A two-Moon-mass satellite produces a stronger tidal torque.

That means it can move outward faster.

But it also spins Venus down faster.

And the second effect wins.

At an initial Venus rotation period of eight hours, the constant-Q simulation produces synchronous reversal and eventual Roche destruction at approximately 1.7 billion years for a two-Moon-mass satellite.

At 12 hours, the same mass is destroyed in only about 33 million years.

For a five-Moon-mass satellite, the tidal interaction becomes so powerful that the moon is destroyed within roughly 100 million years, even when Venus begins with a five-hour rotation period.

The mathematical asymmetry is central to the study.

The moon’s outward migration rate scales approximately with its mass.

But the expansion of Venus’s synchronous radius depends more strongly on that mass.

Consequently, increasing satellite mass eventually causes Venus to despin faster than the moon can escape the expanding synchronous region.

The simulation produces a striking diagonal boundary between survival and destruction across the initial-spin/mass parameter space.

This is precisely the sort of nonlinear boundary that is extremely difficult to discover analytically but straightforward to expose computationally through systematic parameter sweeps.

Even eccentricity can rewrite the outcome

The simulations become even more interesting when the researchers allow the moon’s orbit to begin eccentric rather than perfectly circular.

For rapidly rotating Venus, tidal forces can actually pump orbital eccentricity instead of damping it.

The transition occurs around a spin-to-orbital-frequency ratio of approximately 18/11, or 1.636, in the small-eccentricity limit.

For a moon initially five Venus radii away, that corresponds to a Venus rotation period of approximately 10 hours.

The consequence is another computational feedback loop.

A low-mass moon may not exert enough torque to slow Venus quickly.

Venus therefore remains in the eccentricity-pumping regime.

Its moon becomes increasingly eccentric.

Higher eccentricity increases tidal dissipation.

That accelerates orbital evolution and can push the moon toward Venus’s Hill-sphere stability boundary.

The simulation finds that low-mass satellites can be destabilized through this process even when their initial eccentricity is only 0.01.

A sufficiently massive moon can behave differently: its stronger torque rapidly slows Venus below the eccentricity-pumping threshold, after which eccentricity begins to damp.

The computational lesson is profound.

A planetary system’s fate cannot always be inferred from its starting orbital distance alone.

The result depends on the interaction of spin, mass, orbital distance, eccentricity, and tidal rheology, all evolving simultaneously.

The missing moon may not require a missing catastrophe

The simulations ultimately point toward a surprisingly elegant explanation for Venus’s empty sky.

The researchers combine their tidal calculations with recent smoothed-particle hydrodynamics simulations of giant impacts on Venus.

Those impact simulations suggest that scenarios producing Venus’s present-day rotation frequently produce post-impact spin periods of roughly 12 hours or longer, while some impact geometries produce debris disks that remain inside the synchronous orbit and therefore reaccrete onto Venus instead of forming a long-lived moon.

That produces two possible paths.

One possibility is that Venus’s giant impact generated debris but never produced a stable moon in the first place.

The other is more dramatic.

A moon formed, but the coupled gravitational dynamics eventually destroyed it.

The paper finds a particularly interesting tension between these possibilities.

Very rapidly rotating Venus can place a lunar-mass satellite in the survival region, but impact simulations suggest those same conditions may not naturally produce the required long-lived debris disk.

Slower post-impact rotation makes moon destruction more likely.

The authors identify approximately 12–15 hours as a particularly interesting transition region for Venus’s possible last-impact history.

That means the absence of a Venusian moon may be less mysterious than it first appears.

The moon may simply have been a temporary computational state in Venus’s early evolution.

A supercomputer cannot observe the past, but it can test it

There is something deeply inspirational about this kind of computation.

No spacecraft can travel backward four billion years.

No telescope can photograph a moon that may have disappeared before complex life appeared on Earth.

But numerical simulation gives scientists another route.

They can encode the governing physics, establish plausible initial conditions, run the system forward, and determine which histories remain physically consistent with the Venus we observe today.

The result is not a reconstruction of one guaranteed history.

It is a map of possibilities.

And that distinction is important because Venus’s tidal response remains poorly constrained. The planet has no moon whose orbital evolution can be measured directly, leaving considerable uncertainty in its tidal dissipation.

The authors therefore deliberately explore a range of tidal quality factors rather than pretending that one value is known with certainty.

They also emphasize that neither constant-Q nor CTL perfectly represents the complex rheology of a rocky planetary interior. More sophisticated models such as Andrade-type rheologies could place the actual evolution somewhere between the two calculated extremes.

That uncertainty does not weaken the computational approach.

It is precisely why parameter-space exploration matters.

From Venus to exoplanets

Perhaps the most exciting implication reaches far beyond our Solar System.

The researchers suggest that Venus may serve as a natural laboratory for understanding the fate of moons around terrestrial planets orbiting close to their stars.

For planets in the Venus Zone, slow rotation can place the synchronous radius in an unfavorable location, promoting inward satellite migration and eventual destruction.

Around low-mass stars, the situation may become even more extreme because planets receiving Venus-like irradiation must orbit closer to their stars.

Their Hill spheres shrink.

Their moons must orbit closer.

And the powerful distance dependence of tidal torque becomes even more important.

The authors estimate that a Venus analog orbiting at 0.1 astronomical units around a 0.3-solar-mass M dwarf could have a critical spin period roughly 10 times smaller than Venus’s, making long-term survival of a large moon effectively impossible for plausible post-impact rotation states.

That has implications for how astronomers interpret potentially habitable exoplanets.

A planet without a moon may not simply have failed to form one.

It may have formed one, and lost it.

And if a moon influences planetary obliquity, tides, and rotational evolution, losing that satellite could change the long-term climate trajectory of the planet itself.

The next generation of planetary computing

The study also points toward a future in which planetary evolution simulations become increasingly sophisticated.

The present work uses semianalytical tidal models and deliberately explores Venus-specific parameter space. The authors note that atmospheric thermal tides are not included, even though they may play an important role in Venus’s spin evolution.

Adding those effects would likely accelerate the expansion of the synchronous radius and make satellite survival even more difficult.

Future models could couple:

  • frequency-dependent planetary rheology;
  • atmospheric thermal tides;
  • magma-ocean evolution;
  • giant-impact simulations;
  • debris-disk formation;
  • satellite accretion;
  • orbital dynamics;
  • tidal heating;
  • atmospheric evolution; and
  • long-term climate models.

That would turn today’s semianalytical experiment into a much larger multiphysics planetary simulation.

And that is where high-performance computing becomes especially powerful.

The ultimate question is no longer simply “Did Venus have a moon?”

It becomes: “What combination of impact physics, planetary interior structure, orbital dynamics, atmospheric tides, and billions of years of nonlinear evolution can produce the Venus we see today?”

Those are questions that cannot be answered with a single equation or a single observation.

They require computation to explore the enormous space between them.

A moon that became a data point

The most profound conclusion from the study by Kane and his colleagues suggests that the absence of a celestial body can serve as a rich source of computational data. The empty orbit around Venus does not inherently imply that no satellite existed; rather, it may represent the terminal state of a dynamical process initiated by a violent planetary collision, wherein gravity and tidal forces gradually obscured all evidence of the moon over billions of years.

The researchers' simulations demonstrate that a lunar-mass satellite orbiting a rapidly rotating Venus could theoretically persist for the entire age of the Solar System. Conversely, minor variations in initial spin, satellite mass, or orbital eccentricity can lead to divergent evolutionary paths. While the boundary between these outcomes is narrow, this is precisely the domain in which computational science excels. Supercomputing does not require prior knowledge of historical events; instead, it allows for the exploration of diverse physical possibilities to determine which scenarios are viable. Ultimately, reconstructing events from billions of years ago begins with a robust set of equations, a rigorous integration loop, and the computational power required to simulate the evolution of the universe.

  • From the Tibetan Plateau to California: Supercomputing reveals a hidden source of flood predictability
  • 1
  • 2
Page 1 of 2
POPULAR RIGHT NOW
  • AI hunts the cosmos: Machine learning helps astronomers discover the first ‘Wandering’ supermassive black hole caught destroying a star
    AI hunts the cosmos: Machine learning helps astronomers discover the first ‘Wandering’ supermassive black hole caught destroying a star
  • NVIDIA helps turn AI compute into a new asset class as Wall Street mobilizes $500 billion
    NVIDIA helps turn AI compute into a new asset class as Wall Street mobilizes $500 billion
  • Supercomputing for the masses: Meta's vision of a personal superintelligence for everyone
    Supercomputing for the masses: Meta's vision of a personal superintelligence for everyone
  • The stars that remember: Supercomputing reveals the hidden histories of massive binary systems
    The star γ Columbae is part of the Southern constellation of Columba, the Dove.
    The star γ Columbae is part of the Southern constellation of Columba, the Dove.
  • Supercomputers scan 165 years of weather data to find the ‘Snow-Eater’ heat waves behind Western US snowmelt
    Supercomputers scan 165 years of weather data to find the ‘Snow-Eater’ heat waves behind Western US snowmelt
  • Computational radiative transfer reveals a gas-ensheathed black hole at cosmic dawn
    Computational radiative transfer reveals a gas-ensheathed black hole at cosmic dawn
  • Supercomputers reveal four regimes of radiation damage in tungsten
    Supercomputers reveal four regimes of radiation damage in tungsten
  • Supercomputing rewrites the timeline of planet formation at cosmic dawn
    Supercomputing rewrites the timeline of planet formation at cosmic dawn
  • The next supercomputing breakthrough may come from memory, not compute
    The next supercomputing breakthrough may come from memory, not compute
  • Supercomputing reveals why some black hole flares fade away
    Supercomputing reveals why some black hole flares fade away
THIS YEAR'S MOST READ
  • Beamforming the future: BeammWave's 6G push signals the rise of orbital-terrestrial wireless networks
    Joakim Axmon
    Joakim Axmon
  • Wall Street wants to trade supercomputing power like oil
    Wall Street wants to trade supercomputing power like oil
  • AI breaks conservation barriers: Australia’s Wildlife Observatory leverages supercomputing to protect biodiversity
    AI breaks conservation barriers: Australia’s Wildlife Observatory leverages supercomputing to protect biodiversity
  • Silicon spintronics brings the P-computer closer to reality
    Microscope image of a semiconductor-integrated spintronic test chip developed by researchers at Tohoku University and NIST. The device demonstrates the first silicon-integrated probabilistic bit (p-bit), a key building block for future large-scale probabilistic computers designed for AI and optimization workloads.
    Microscope image of a semiconductor-integrated spintronic test chip developed by researchers at Tohoku University and NIST. The device demonstrates the first silicon-integrated probabilistic bit (p-bit), a key building block for future large-scale probabilistic computers designed for AI and optimization workloads.
  • Hidden order, revealed at scale: Supercomputing, electron ptychography uncover the inner workings of relaxor ferroelectrics
    Hidden order, revealed at scale: Supercomputing, electron ptychography uncover the inner workings of relaxor ferroelectrics
  • Cosmic ambition at scale: UK’s supercomputer unlocks a 2.5 petabytes universe
    Cosmic ambition at scale: UK’s supercomputer unlocks a 2.5 petabytes universe
  • Memory has become the new compute: Why Micron, SK Hynix crossing $1 trillion matters to supercomputing
    Memory has become the new compute: Why Micron, SK Hynix crossing $1 trillion matters to supercomputing
  • Huawei’s Tau Scaling ambition tests the limits of post-Moore semiconductor reality
    He Tingbo from HUAWEI delivered a keynote speech titled "New Semiconductor Path in Practice"
    He Tingbo from HUAWEI delivered a keynote speech titled "New Semiconductor Path in Practice"
  • Intel's Q1 results signal supercomputing surge driving Xeon momentum
    Intel's Q1 results signal supercomputing surge driving Xeon momentum
  • Physics-trained ‘Digital Super Brain’ learns from supercomputers to accelerate discovery
    Physics-trained ‘Digital Super Brain’ learns from supercomputers to accelerate discovery
MOST READ OF ALL-TIME
  • Largest Computational Biology Simulation Mimics The Ribosome
    Details
    112395
    The amino acid (green) slithers into the chemical reaction center, moving through an evolutionarily ancient corridor of the ribosome (purple). The amino acid is delivered to the reaction core by the transfer RNA molecule (yellow).
    The amino acid (green) slithers into the chemical reaction center, moving through an evolutionarily ancient corridor of the ribosome (purple). The amino acid is delivered to the reaction core by the transfer RNA molecule (yellow).
  • Silicon 'neurons' may add a new dimension to chips
    Details
    81574
    Silicon 'neurons' may add a new dimension to chips
  • Linux Networx Accelerators Expected to Drive up to 4x Price/Performance
    Details
    75856
  • Complex Concepts That Really Add Up
    Details
    74150
    Complex Concepts That Really Add Up
  • Blue Sky Studios Donates Animation SuperComputer to Wesleyan
    Details
    68434
    Each rack holds 52 Angstrom Microsystem-brand “blades,” with a memory footprint of 12 or 24 gigabytes each. (Photos by Olivia Bartlett Drake)
    Each rack holds 52 Angstrom Microsystem-brand “blades,” with a memory footprint of 12 or 24 gigabytes each. (Photos by Olivia Bartlett Drake)
  • Humanities, HPC connect at NERSC
    Details
    58270
  • TeraGrid ’09 'Call for Participation'
    Details
    55267
  • Turbulence responsible for black holes' balancing act
    Details
    52642
  • Cray Wins $52 Million SuperComputer Contract
    Details
    50414
  • SDSC Researchers Accurately Predict Protein Docking
    Details
    46455
  • FRONTPAGE
  • LATEST
  • POPULAR
  • REGISTER
  • SOCIAL
  • VIDEO
  • SUBSCRIPTION
  • RSS
  • GUIDELINES
  • PRIVACY
  • TOS
  • ABOUT
  • +1 (816) 799-4488
  • editorial@supercomputingonline.com
© 2001 - 2026 SuperComputingOnline.com, LLC. All rights reserved. This material may not be published, broadcast, rewritten or redistributed without permission.
Sign In
  • FRONT PAGE
  • LATEST
    • MEDIA KIT
    • MOST READ
    • RSS FEED
    • ACADEMIA
    • AEROSPACE
    • APPLICATIONS
    • ASTRONOMY
    • AUTOMOTIVE
    • BIG DATA
    • BIOLOGY
    • CHEMISTRY
    • CLIENTS
    • CLOUD
    • DEFENSE
    • DEVELOPER TOOLS
    • EARTH SCIENCES
    • ECONOMICS
    • ENGINEERING
    • ENTERTAINMENT
    • HEALTH
    • INDUSTRY
    • INTERCONNECTS
    • GAMING
    • GOVERNMENT
    • MANUFACTURING
    • MIDDLEWARE
    • MOVIES
    • NETWORKS
    • OIL & GAS
    • PHYSICS
    • PROCESSORS
    • RETAIL
    • SCIENCE
    • STORAGE
    • SYSTEMS
    • VISUALIZATION
  • VIDEOS
    • ADD YOUR VIDEOS
    • MANAGE VIDEOS
  • COMMUNITY
    • TRADE SHOWS
    • SOCIAL NETWORK VIDEOS
    • SURVEYS
    • APPLICATIONS BROWSER
    • CONVERSATION INBOX
    • SOCIAL ADVERTISER
    • GROUPS
    • MARKETPLACE LISTINGS
    • PAGES
    • LEADERBOARD
    • POINTS LISTING
      • BADGES
    • PRIVACY CONFIRM REQUEST
    • PRIVACY CREATE REQUEST

Hey there! We noticed you’re using an ad blocker.