Blog
Engineering the Future Forward
Exploring the latest digital enginering use cases, industry trends, and Rescale platform innovations.
Blog
Exploring the latest digital enginering use cases, industry trends, and Rescale platform innovations.
What the biggest trends of 2026 mean for data and AI leaders and how Rescale…
A redesigned interface that introduces new capabilities for data intelligence, and agentic workflows, and AI…
AI agents can now handle routine simulation tasks while flagging key decision points that require…

Rescale Inc., the San Francisco-based global leader in cloud HPC, today announced the establishment of a new business entity Rescale Japan K.K. and an office in Otemachi, Chiyoda-ku, Tokyo in order to accelerate Rescale’s growth in the Japanese HPC market. To meet increasing demand from Rescale’s customers in Japan and oversee new and existing partnerships,…

A little more than a month ago we shipped a redesigned version of our homepage, https://rescale.com. During its development, we thought it would be a good time to reevaluate the way we were writing our CSS.At the time, our main CSS file was more than 2000 lines long, written in the classic semantic-class-names style (e.g.…

The web is the preferred delivery mechanism for most applications these days but there are scenarios where you might want to build a CLI or desktop application for your customers to use. However, once you leave the cozy confines of the browser there are a whole slew of proxy configurations that your poor application will…

Background and ChallengeSpike Aerospace is a fast-growing engineering firm developing the world’s first supersonic business jet with Quiet Supersonic Flight technology. We run hundreds of complex CFD simulations to understand the aerodynamic performance of our aircraft. CFD simulations are computationally intensive and traditionally require significant investment in on-premise infrastructure, tens of thousands of hours of…

I grew up playing Magic: the Gathering. As a kid I noticed something interesting about the card names – there were no generic names. There were no cards named “Zombie” or “Elf” or “Wizard”. There were cards named “Fugitive Wizard”, “Llanowar Elves”, “Gravebane Zombie”, and even “Storm Crow” but no “Crow”. Modern card names…

Today we will discuss how to make use of multiple GPUs to train a single neural network using the Torch machine learning library. This is the first in a series of articles on techniques for scaling up deep neural network (DNN) training workloads to use multiple GPUs and multiple nodes.In this series, we will be…

San Bernadino, CA – MacroAir is the pioneer of the High Volume, Low Speed (HVLS) fan industry. Our HVLS fans move massive amounts of air, and one way we are different from our competitors is that we provide our CFD-based AirViz service to simulate and prove the effectiveness of our fans. We model the airflow…

San Francisco, CA – Rescale and EDEM are pleased to announce the availability of EDEM software on Rescale’s simulation platform through collaboration with EDEM, the Discrete Element Method (DEM) specialist and market leader.EDEM is high-performance software for bulk material simulation. EDEM simulation and analysis enable engineers to solve complex problems in the design, prototyping, and…

Investment led by TransLink Capital confirms enterprise adoption of Rescale’s cloud HPC platform and global expansion.San Francisco, CA, June 16, 2016 — Rescale, the leader in cloud HPC, secures $14 million in Series A funding led by TransLink Capital with participation from Microsoft Ventures, Jump Capital, ITOCHU Technology Ventures, Two Roads Group, and Data Collective.…

San Francisco, CA – As Rescale continues its support and development of those at the cutting edge of motorsport, ambassador Alexander Rossi has been making the headlines around the globe. On Sunday, May 29, the Californian race car driver won the prestigious 100th running of the Indianapolis 500, writing his name in the history book and taking…

San Francisco, CA – Rescale is excited to announce a technology collaboration that provides Autodesk Moldflow software users the ability to run their simulations on the Rescale platform. Existing Autodesk Moldflow Insight software customers can access Rescale’s on-demand, high performance computing (HPC) platform in order to benefit from Rescale’s powerful and scalable hardware resources.Rescale provides…

San Francisco, CA & Denver, CO – Denver-based Boom Technology is leveraging Rescale’s cloud-based simulation and optimization system to enable a rebirth of supersonic passenger travel.Boom’s aircraft is faster than Concorde yet dramatically more efficient and affordable. Concorde was designed 50 years ago, in an era when aerodynamic optimization required painstaking wind tunnel testing, with each…

High performance computing now available through cloud bursting to 6SigmaET and 6SigmaDCX customers around the worldLondon, UK – Future Facilities today announces a new partnership with Rescale, a cloud-based simulation platform provider. The relationship will allow facility managers, architects and designers from across the globe to perform the most complex data center modeling quickly, using high…

React version 15 has deprecated valueLink which was a property on form elements for expressing two-way binding between the value of the form element and a state property of the component using the element. The recommended replacement is to explicitly specify the value as a prop and to supply an onChange handler instead.At Rescale, we…

Rescale’s Design-of-Experiments (DOE) framework is an easy way to optimize the performance of machine learning models. This article will discuss a workflow for doing hyper-parameter optimization on deep neural networks. For an introduction to DOEs on Rescale, see this webinar.Deep neural networks (DNNs) are a popular machine learning model used today in many many applications…

Google released TensorFlow (www.tensorflow.org), an open source machine learning library, last November which attracted huge attention in the field of AI. TensorFlow is also known as “Machine Learning for Everyone” since it is relatively easy to hands-on even for those who don’t have much experience in machine learning. Today we are excited to announce that TensorFlow…

Eco-Runner Team Delft is a student team at the TU Delft. Since 2005 our mission has been to design and build the most efficient vehicle powered by hydrogen. There are two main aspects to this vehicle- a fuel-efficient propulsion system and a vehicle with very little resistance. The aerodynamic resistance is a big part of…

Microsoft’s announcement of Azure Linux RDMA support last year was great news for those looking to run tightly coupled HPC workloads in the cloud. Unfortunately, there still isn’t a lot of documentation out there describing how to set it up. This tutorial appears to be the main source of information for configuring Azure Linux RDMA.…

We recently updated the design of 1) our pricing page and 2) the hardware selection page in order to offer more visibility on pricing, as well as to create a smoother user experience when users are setting up jobs.Pricing PageOur pricing page now includes a detailed, dynamic chart where you can filter for hardware specs…

Every mature MVC application has that one model that’s grown out of control. The table has 20 columns; there are user preferences stored in it alongside system information; it sends email notifications and writes other models to the database. The model encompasses so much application logic that any new feature is likely to have to…