Search NASASearch

SEARCH · Search NASA

Results for “Offloading”

Search indexed NASA NTRS and DOE OSTI research on propulsion, heat transfer, battery materials and energy systems. Follow report and document links to the original sources.

Quote a phrase for an exact phrase match. Source license links do not imply unrestricted reuse.

At least 37 records · Page 2

Development and Evaluation of the Active Response Gravity Offload System as a Lunar and Martian EVA Simulation Environment

In preparation for future exploration missions, NASA seeks the ability to simulate partial-gravity operations for use in ground-based research, crew training, and engineering design evaluations. The Active Response Gravity Offload System (ARGOS) at the Johnson Space Center (JSC) is designed to simulate reduced gravity environments, such as lunar, Martian, or microgravity, using a robotic system similar to an overhead bridge crane. ARGOS continuously offloads a portion of a suited human’s weight during all dynamic motions within the test facility, which can include basic functional movements such as walking, running, and jumping, as well as a wide range of planetary surface activities. This system will be used as part of a metabolic-rate task characterization study to determine the workload associated with partial-gravity extravehicular activity (EVA). Pilot testing was conducted using the MKIII prototype planetary space suit and two gimbal designs to determine the ability of the ARGOS test environment to simulate planetary EVA operations. This paper will describe the lessons learned from the feasibility testing, simulation-environment mockup design, and the results from the pilot tests and their influence into the final study design. Being able to effectively simulate partial-gravity environments and characterize the performance of crewmembers will have an impact on multiple domains including suit design, task design, thermal models, and life-support-system capacity verification plans, among others.

Omar S Bekdash

LSMS–L35, Miniature Crane for Payload Offloading and Manipulation: Development, and Application

The Lightweight Surface Manipulation System (LSMS) is a robotic agent for autonomous surface construction activities on planetary surfaces, that was designed at NASA Langley Research Center and has over a decade of research and development. The LSMS is a key component to achieving many goals of the NASA Artemis program. The LSMS is lightweight, structurally efficient system that can be easily packaged for launch and deployment on-surface, capable of a suite of surface activities enabled by modular end-effectors at the wrist. The focus of recent development work has been on using the LSMS for payload offloading and handling from lunar landers. Discussed in the paper is the development of the LSMS-L35 hardware (35 kg wrist lifting capacity on the lunar surface), designed to integrate with a Commercial Lunar Payload Services (CLPS) lander to offload payloads to the surface. The LSMS-L35 hardware development is part of a larger effort to enable autonomous payload handling and manipulation.

Iok M. Wong

LANDO: Developing Autonomous Payload Offloading Capabilities for Lunar Surface Operations

Introduction: The Lightweight Surface Manipulation System (LSMS) AutoNomy capabilities Development for surface Operations and construction (LANDO) project is an Early Career Initiative selected for funding by NASA Space Technology Mission Directorate. LANDO is developing a general-purpose autonomy framework applicable to serial and tension-actuated manipulation agents, that will be validated using an existing prototype of the LSMS-L35 (35-kg wrist lift capacity on the lunar surface [Fig. 1], sized for a Commercial Lunar Pay-load Services (CLPS) mission). The autonomous LSMS-L35 will be used to demonstrate autonomous payload handling capabilities for Lunar and other planetary surfaces, directly addressing STMD capability gaps in autonomous excavation and construction operations, advanced robotics and spacecraft autonomy technologies, and technologies supporting emerging space industries including the In-Space Servicing, Assembly and Manufacturing national strategy. LSMS: The LSMS is a tension actuated robotic agent that is scalable (reach and lifting capacity in different gravity environments), versatile (types of surface operations), and reusable. Compared to serial arms, the LSMS provides significantly higher structural efficiency and mechanical advantage, enabling a greater payload lift capacity at a lower system mass. The LSMS is envisioned to be a crucial part of the excavation and construction portfolio, capable of supporting a variety of activities on the lunar surface. Autonomous payload handling is one of the first activities the LSMS can support that develops capabilities that are extensible to other surface operations. Payload handling is required to: remove payloads from a lander; place payloads on mobile agents for transport from a lander to construction site/assembly point; emplace payloads in their operational configuration, and aggregate components to create an asset. As an example of this critical gap, manifested CLPS missions do not currently have a ubiquitous payload offloading capability; payloads (excluding rovers) are designed to remain on the lander. Why Autonomy? Autonomous robotic systems capable of carrying out excavation and construction operations are a fundamental and critical capability required for realizing the NASA Artemis program vision to “emplace and build the infrastructure, systems, and robotic missions that can enable a sustained lunar surface presence.” While teleoperation is still feasible for lunar surface operations, increased latency at Mars will require validated supervised autonomous technologies capable of operating with minimal human involvement (human-on-the-loop) unless an unexpected event occurs requiring human intervention. Autonomy reduces operator burden, allows operations to continue during uncrewed periods, in-creases the safety of operations by automatically detecting and handling faults, and allows operating in high latency environments. Development Activities: LANDO is extending critical autonomous operations to the manipulation domain and creating an integrated system, based on reusable software modules, that is capable of planning and executing payload handling and autonomous surface operations without requiring hu-man intervention beyond a supervisory role. The priority features under development are 1) autonomously offload payloads from a tilted lander deck without buckling the LSMS; 2) sensing whether a payload is safe to lift and handle; and 3) integrate with Astrobotic’s CLPS lander. The poster presentation will highlight current development activities over the past year on LSMS-L35 prototype hard-ware design, and autonomy software.

in-space assembly

ATHLETE Offloader Limb as a High-capacity Crane

A new concept for the NASA Jet Propulsion Laboratory (JPL) All-Terrain Hex-Limbed Extra-Terrestrial Explorer (ATHLETE) robotic constructor / mobility system employs tendon-driven actuation of individual limbs, similar to high-capacity cranes in terrestrial work environments, that can offload cargo from tall landers. While maintaining mechanical joints that allow each limb to function as a highly dexterous multi-Degree-Of-Freedom (DOF) robotic arm, tendon-driven truss sections increase the capacity of moment loads for extended configurations of the limb. The tendon-driven crane-like limb will be capable of offloading cargo from tall landers such as the SpaceX Starship. This paper describes the structural analysis, operations, calibration, and actuation of limbs designed to address specific target load cases that might be required for human exploration missions on planetary surfaces.

Wilcox, Brian

GPU-enabled extreme-scale turbulence simulations: Fourier pseudo-spectral algorithms at the exascale using OpenMP offloading

Fourier pseudo-spectral methods for nonlinear partial differential equations are of wide interest in many areas of advanced computational science, including direct numerical simulation of three-dimensional (3-D) turbulence governed by the Navier-Stokes equations in fluid dynamics. This paper presents a new capability for simulating turbulence at a new record resolution up to 35 trillion grid points, on the world's first exascale computer, Frontier, comprising AMD MI250x GPUs with HPE's Slingshot interconnect and operated by the US Department of Energy's Oak Ridge Leadership Computing Facility (OLCF). Key programming strategies designed to take maximum advantage of the machine architecture involve performing almost all computations on the GPU which has the same memory capacity as the CPU, performing all-to-all communication among sets of parallel processes directly on the GPU, and targeting GPUs efficiently using OpenMP offloading for intensive number-crunching including 1-D Fast Fourier Transforms (FFT) performed using AMD ROCm library calls. With 99% of computing power on Frontier being on the GPU, leaving the CPU idle leads to a net performance gain via avoiding the overhead of data movement between host and device except when needed for some I/O purposes. Memory footprint including the size of communication buffers for MPI_ALLTOALL is managed carefully to maximize the largest problem size possible for a given node count. Detailed performance data including separate contributions from different categories of operations to the elapsed wall time per step are reported for five grid resolutions, from 2048 3 on a single node to 32768 3 on 4096 or 8192 nodes out of 9408 on the system. Both 1D and 2D domain decompositions which divide a 3D periodic domain into slabs and pencils respectively are implemented. The present code suite (labeled by the acronym GESTS, GPUs for Extreme Scale Turbulence Simulations) achieves a figure of merit (in grid points per second) exceeding goals set in the Center for Accelerated Application Readiness (CAAR) program for Frontier. The performance attained is highly favorable in both weak scaling and strong scaling, with notable departures only for 2048 3 where communication is entirely intra-node, and for 32768 3 , where a challenge due to small message sizes does arise. Communication performance is addressed further using a lightweight test code that performs all-to-all communication in a manner matching the full turbulence simulation code. Performance at large problem sizes is affected by both small message size due to high node counts as well as dragonfly network topology features on the machine, but is consistent with official expectations of sustained performance on Frontier. Overall, although not perfect, the scalability achieved at the extreme problem size of 32768 3 (and up to 8192 nodes — which corresponds to hardware rated at just under 1 exaflop/sec of theoretical peak computational performance) is arguably better than the scalability observed using prior state-of-the-art algorithms on Frontier's predecessor machine (Summit) at OLCF. New science results for the study of intermittency in turbulence enabled by this code and its extensions are to be reported separately in the near future.

3D fast Fourier transform

Queen bees offload pesticide burden to eggs when social buffering is overwhelmed

Honey bee colonies pollinate about one-third of the world’s food crops, and their rapid decline directly threatens agricultural productivity and ecosystem stability. Understanding how colony-level social defenses influence pesticide fate and the circumstances under which they fail is therefore a crucial question in pollinator biology. We used biological accelerator mass spectrometry (BioAMS), a sensitive radiotracer technique, to track the movement of a model pesticide through a small honey bee colony under laboratory conditions. We tested the hypothesis that social buffering protects honey bees from toxic accumulation and that this protection can be overcome, leading to maternal offloading of the pesticide to developing eggs. Consistent with this hypothesis, our results identified three key mechanisms governing chemical movement within a social insect colony: (1) worker bees initially decrease dietary pesticide levels by 95% through diet filtering and deposition in honeycombs, though this declines to 86% by day 10; (2) queen bees maintain markedly lower pesticide levels than workers but, over time, they accumulate the pesticide in their ovaries and transfer it into developing eggs, revealing a previously undocumented protective mechanism in reproductive individuals; and (3) the presence of a queen bee shifts colony-wide chemical distribution by concentrating worker exposure and increasing pesticide deposition in wax. Our findings show that honey bee colonies function as integrated detoxification networks, in which chemical fate depends on complex social behaviors and caste-specific physiology. When social buffering is overwhelmed, reproductive queens may survive by transferring their chemical burden to their offspring.

Biological and medical sciences

LibERI—A portable and performant multi-GPU accelerated library for electron repulsion integrals via OpenMP offloading and standard language parallelism

A portable and performant graphics processing unit (GPU)-accelerated library for electron repulsion integral (ERI) evaluation, named LibERI, has been developed and implemented via directive-based (e.g., OpenMP and OpenACC) and standard language parallelism (e.g., Fortran DO CONCURRENT). Offloaded ERIs consist of integrals over low and high contraction s, p, and d functions using the rotated-axis and Rys quadrature methods. GPU codes are factorized based on previous developments with two layers of integral screening and quartet presorting. In this work, the density screening is moved to the GPU to enhance the computational efficacy for large molecular systems. Here, the L-shells in the Pople basis set are also separated into pure S and P shells to increase the ERI homogeneity and reduce atomic operations and the memory footprint. LibERI is compatible with any quantum chemistry drivers supporting the MolSSI Driver Interface. Benchmark calculations of LibERI interfaced with the GAMESS software package were carried out on various GPU architectures and molecular systems. The results show that the LibERI performance is comparable to other state-of-the-art GPU-accelerated codes (e.g., TeraChem and GMSHPC) and, in some cases, outperforms conventionally developed ERI CUDA kernels (e.g., QUICK) while fully maintaining portability.

37 INORGANIC, ORGANIC, PHYSICAL, AND ANALYTICAL CH

Optimizing the Weather Research and Forecasting Model with OpenMP Offload and Codee

Currently, the Weather Research and Forecasting model (WRF) utilizes shared memory (OpenMP) and distributed memory (MPI) parallelisms. To take advantage of GPU resources on the Perlmutter supercomputer at NERSC, we port parts of the computationally expensive routine Fast Spectral Bin Microphysics (FSBM) to NVIDIA GPUs using OpenMP device offloading directives. To facilitate this process, we explore a workflow for optimization which uses both runtime profilers and a static code inspection tool Codee to refactor the subroutine. We observe an 2.24x overall speedup for the CONUS-12km storm test case.

Wichitrnithed, Chayanon (Namo) [Odin Institute]

Optimized Route Capability (ORC) Intelligent Offloading of Congested Arrival Routes

The Optimized Route Capability (ORC) concept is designed to enable intelligent offloading of congested arrival routes. When ORC predicts arrival route congestion as projected excess arrival meter fix delay, automation offers decision support to traffic managers by identifying candidate flights to strategically reroute to alternate meter fixes and alleviate the congestion. This concept was applied to a model of arrival operations into Houston International Airport. An arrival rush from the Northeast was simulated in fast-time to analyze ORC algorithm behavior. The results demonstrate how strategically rerouting a few flights to alternate meter fixes not only has the potential to manage meter fix delay (and possibly the need for traffic management initiatives applied upstream), but may also increase airport capacity utilization and reduce total flight delay.

Zelinski, Shannon

High-capacity ATHLETE Offloader Mobility Constructor Concept for Human Surface Exploration

Using cross-cabled, winch-tendon four-bar frames, a new Artemis-class ATHLETE system is a multi-limbed robotic mobility platform that is designed for surface traverse, precision placement, and offloading of heavy habitats and other large human exploration payloads from high-decked landers. Building upon lessons learned from the All-Terrain Hex-Limbed Extra-Terrestrial Explorer (ATHLETE) robotic mobility system developed for Constellation Lunar Surface Systems and Evolvable Mars Campaign, a high-capacity articulated crane / lift vehicle concept has been devised that would be equipped with multi-limb six-degree-of-freedom dexterity for a variety of tasks supporting planetary surface human exploration missions and outposts. The Artemis-class ATHLETE vehicle would use any combination of three to six wheel-onlimb combinations to provide a wide “outrigger” stance to transfer loads from a high center-of-gravity on sloped terrain to low stable carry configurations for long-distance traverses, and be capable of precision docking of payloads to previously positioned elements. The new vehicle concept improves upon previous Constellation-class ATHLETE versions by allowing modular hot-swapping of individual limbs to improve maintenance and flexibility. The extreme-capacity independent limbs can individually function as single cranes, and can be delivered separately via multiple lander manifests for later congregation into self-driving “Tri-ATHLETE” vehicles after delivery to the surface. This paper provides mission architecture targets and vehicle masses for stepped payload capacity values in Earth, Mars, and Lunar gravity environments, and discusses a variety of swappable tools, including wheeled mobility attachments, grippers, excavation tools, repair fixtures, ISRU extraction, winches, block & tackle rigging combinations, 3D printheads, and construction aids.

Wilcox, Brian

OpenACC offloading of the MFC compressible multiphase flow solver on AMD and NVIDIA GPUs

GPUs are the heart of the latest generations of supercomputers. We efficiently accelerate a compressible multiphase flow solver via OpenACC on NVIDIA and AMD Instinct GPUs. Optimization is accomplished by specifying the directive clauses gang vector and collapse. Further speedups of six and ten times are achieved by packing user-defined types into coalesced multidimensional arrays and manual inlining via metaprogramming. Additional optimizations yield seven-times speedup of array packing and thirty-times speedup of select kernels on Frontier. Weak scaling efficiencies of 97% and 95% are observed when scaling to 50% of Summit and 87% of Frontier. Strong scaling efficiencies of 84% and 81% are observed when increasing the device count by a factor of 8 and 16 on V100 and MI250X hardware. The strong scaling efficiency of AMD’s MI250X increases to 92% when increasing the device count by a factor of 16 when GPU-aware MPI is used for communication.

Wilfong, Benjamin

Active Response Gravity Offload and Method

A variable gravity field simulator can be utilized to provide three dimensional simulations for simulated gravity fields selectively ranging from Moon, Mars, and micro-gravity environments and/or other selectable gravity fields. The gravity field simulator utilizes a horizontally moveable carriage with a cable extending from a hoist. The cable can be attached to a load which experiences the effects of the simulated gravity environment. The load can be a human being or robot that makes movements that induce swinging of the cable whereby a horizontal control system reduces swinging energy. A vertical control system uses a non-linear feedback filter to remove noise from a load sensor that is in the same frequency range as signals from the load sensor.

Dungan, Larry K.

Route Optimization for Offloading Congested Meter Fixes

The Optimized Route Capability (ORC) concept proposed by the FAA facilitates traffic managers to identify and resolve arrival flight delays caused by bottlenecks formed at arrival meter fixes when there exists imbalance between arrival fixes and runways. ORC makes use of the prediction capability of existing automation tools, monitors the traffic delays based on these predictions, and searches the best reroutes upstream of the meter fixes based on the predictions and estimated arrival schedules when delays are over a predefined threshold. Initial implementation and evaluation of the ORC concept considered only reroutes available at the time arrival congestion was first predicted. This work extends previous work by introducing an additional dimension in reroute options such that ORC can find the best time to reroute and overcome the 'firstcome- first-reroute' phenomenon. To deal with the enlarged reroute solution space, a genetic algorithm was developed to solve this problem. Experiments were conducted using the same traffic scenario used in previous work, when an arrival rush was created for one of the four arrival meter fixes at George Bush Intercontinental Houston Airport. Results showed the new approach further improved delay savings. The suggested route changes from the new approach were on average 30 minutes later than those using other approaches, and fewer numbers of reroutes were required. Fewer numbers of reroutes reduce operational complexity and later reroutes help decision makers deal with uncertain situations.

Optimized Route Capability

BioBot: Innovative Offloading of Astronauts for More Effective Exploration

The BioBot concept consists of a robotic rover which is capable of traversing the same terrain as a spacesuited human. It carries the primary life support system for the astronaut, including consumables, atmosphere revitalization systems (e.g., CO2 scrubbing, humidity and temperature management, ventilation fan), power system (e.g., battery, power management and distribution),and thermal control system (e.g., water sublimator, cooling water pump), along with umbilical lines to connect to the supported astronaut. Although not technically part of life support, it would be logical for the BioBot to also provide long-range communications, video monitoring, tool and sample transport, and other functions to enable and enhance EVA productivity in planetary surface exploration.The design reference scenario for this concept is that astronauts involved in future lunar or Mars exploration will be on the surface for weeks or months rather than days, and will be involved in regular EVA operations. It is not unreasonable to think of geologists spending several days inEVA exploration each week over a prolonged mission duration, with far more ambitious operational objectives than were typical of Apollo. In this scenario, each astronaut will be accompanied by a "BioBot", which will transport their life support system and consumables, an extended umbilical and umbilical reel, and robotic systems capable of controlling the position and motion of the umbilical. The astronaut will be connected to the robot via the umbilical, carrying only a small emergency open-loop life support system similar to those contained in every PLSS. The robotic mobility base will be designed to be capable of traveling anywhere the astronaut can walk, and will also be useful as a transport for the EVA tools, science instrumentation, and collected samples. In addition, the BioBot can potentially carry the astronaut on traverses as well. Such a system will also be a significant enhancement to public engagement in these future exploration missions, as the robotic vehicles can also support high-resolution cameras and high bandwidth communications gear to providehigh-definition video coverage of each crew throughout each EVA sortie.

Akin, David L.