. 24/7 Space News .
TIME AND SPACE
Cosmos code helps probe space oddities
by Staff Writers
Austin TX (SPX) Nov 08, 2017


Shown here is a multi-physics simulation of an Active Galactic Nucleus (AGN) jet colliding with and triggering star formation within an intergalactic gas cloud (red indicates jet material, blue is neutral Hydrogen [H I] gas, and green is cold, molecular Hydrogen [H_2] gas.

Black holes make for a great space mystery. They're so massive that nothing, not even light, can escape a black hole once it gets close enough. A great mystery for scientists is that there's evidence of powerful jets of electrons and protons that shoot out of the top and bottom of some black holes. Yet no one knows how these jets form.

Computer code called Cosmos now fuels supercomputer simulations of black hole jets and is starting to reveal the mysteries of black holes and other space oddities.

"Cosmos, the root of the name, came from the fact that the code was originally designed to do cosmology. It's morphed into doing a broad range of astrophysics," explained Chris Fragile, a professor in the Physics and Astronomy Department of the College of Charleston. Fragile helped develop the Cosmos code in 2005 while working as a post-doctoral researcher at the Lawrence Livermore National Laboratory (LLNL), along with Steven Murray (LLNL) and Peter Anninos (LLNL).

Fragile pointed out that Cosmos provides astrophysicists an advantage because it has stayed at the forefront of general relativistic magnetohydrodynamics (MHD). MHD simulations, the magnetism of electrically conducting fluids such as black hole jets, add a layer of understanding but are notoriously difficult for even the fastest supercomputers.

"The other area that Cosmos has always had some advantage in as well is that it has a lot of physics packages in it," continued Fragile. "This was Peter Anninos' initial motivation, in that he wanted one computational tool where he could put in everything he had worked on over the years." Fragile listed some of the packages that include chemistry, nuclear burning, Newtonian gravity, relativistic gravity, and even radiation and radiative cooling. "It's a fairly unique combination," Fragile said.

The current iteration of the code is CosmosDG, which utilizes discontinuous Gelarkin methods. "You take the physical domain that you want to simulate," explained Fragile, "and you break it up into a bunch of little, tiny computational cells, or zones. You're basically solving the equations of fluid dynamics in each of those zones." CosmosDG has allowed much higher order of accuracy than ever before, according to results published in the Astrophysical Journal, August 2017.

"We were able to demonstrate that we achieved many orders of magnitude more accurate solutions in that same number of computational zones," stated Fragile. "So, particularly in scenarios where you need very accurate solutions, CosmosDG may be a way to get that with less computational expense than we would have had to use with previous methods."

XSEDE ECSS Helps Cosmos Develop
Since 2008, the Texas Advanced Computing Center (TACC) has provided computational resources for the development of the Cosmos code - about 6.5 million supercomputer core hours on the Ranger system and 3.6 million core hours on the Stampede system. XSEDE, the eXtreme Science and Engineering Discovery Environment funded by the National Science Foundation, awarded Fragile's group with the allocation.

"I can't praise enough how meaningful the XSEDE resources are," Fragile said. "The science that I do wouldn't be possible without resources like that. That's a scale of resources that certainly a small institution like mine could never support. The fact that we have these national-level resources enables a huge amount of science that just wouldn't get done otherwise."

And the fact is that busy scientists can sometimes use a hand with their code. In addition to access, XSEDE also provides a pool of experts through the Extended Collaborative Support Services (ECSS) effort to help researchers take full advantage of some of the world's most powerful supercomputers.

Fragile has recently enlisted the help of XSEDE ECSS to optimize the CosmosDG code for Stampede2, a supercomputer capable of 18 petaflops and the flagship of TACC at The University of Texas at Austin. Stampede2 features 4,200 Knights Landing (KNL) nodes and 1,736 Intel Xeon Skylake nodes.

Taking Advantage of Knights Landing and Stampede2
The manycore architecture of KNL presents new challenges for researchers trying to get the best compute performance, according to Damon McDougall, a research associate at TACC and also at the Institute for Computational Engineering and Sciences, UT Austin. Each Stampede2 KNL node has 68 cores, with four hardware threads per core. That's a lot of moving pieces to coordinate.

"This is a computer chip that has lots of cores compared to some of the other chips one might have interacted with on other systems," McDougall explained. "More attention needs to be paid to the design of software to run effectively on those types of chips."

Through ECSS, McDougall has helped Fragile optimize CosmosDG for Stampede2. "We promote a certain type of parallelism, called hybrid parallelism, where you might mix Message Passing Interface (MPI) protocols, which is a way of passing messages between compute nodes, and OpenMP, which is a way of communicating on a single compute node," McDougall said. "Mixing those two parallel paradigms is something that we encourage for these types of architectures. That's the type of advice we can help give and help scientists to implement on Stampede2 though the ECSS program."

"By reducing how much communication you need to do," Fragile said, "that's one of the ideas of where the gains are going to come from on Stampede2. But it does mean a bit of work for legacy codes like ours that were not built to use OpenMP. We're having to retrofit our code to include some OpenMP calls. That's one of the things Damon has been helping us try to make this transition as smoothly as possible."

McDougall described the ECSS work so far with CosmosDG as "very nascent and ongoing," with much initial work sleuthing memory allocation 'hot spots' where the code slows down.

"One of the things that Damon McDougall has really been helpful with is helping us make the codes more efficient and helping us use the XSEDE resources more efficiently so that we can do even more science with the level of resources that we're being provided," Fragile added.

Black Hole Wobble
Some of the science Fragile and colleagues have already done with the help of the Cosmos code has helped study accretion, the fall of molecular gases, and space debris into a black hole. Black hole accretion powers its jets. "One of the things I guess I'm most famous for is studying accretion disks where the disk is tilted," explained Fragile.

Black holes spin. And so do the disk of gasses and debris that surrounds it and falls in. However, they spin on different axes of rotation. "We were the first people to study cases where the axis of rotation of the disk is not aligned with the axis of rotation of the black hole," Fragile said. General relativity shows that rotating bodies can exert a torque on other rotating bodies that aren't aligned with it.

Fragile's simulations showed the black hole wobbles, a movement called precession, from the torque of the spinning accretion disk. "The really interesting thing is that over the last five years or so, observers - the people who actually use telescopes to study black hole systems - have seen evidence that the disks might actually be doing this precession that we first showed in our simulations," Fragile said.

Fragile and colleagues use the Cosmos code to study other space oddities such as tidal disruption events, which happen when a molecular cloud or star passes close enough that a black hole shreds it. Other examples include Minkowski's Object, where Cosmos simulations support observations that a black hole jet collides with a molecular cloud to trigger star formation.

Golden Age of Astronomy and Computing
"We're living in a golden age of astronomy," Fragile said, referring to the wealth of knowledge generated from space telescopes like Hubble to the upcoming James Webb Space Telescope, to land-based telescopes such as Keck, and more.

Computing has helped support the success of astronomy, Fragile said. "What we do in modern-day astronomy couldn't be done without computers," he concluded. "The simulations that I do are two-fold. They're to help us better understand the complex physics behind astrophysical phenomena. But they're also to help us interpret and predict observations that either have been, can be, or will be made in astronomy."

Research paper

TIME AND SPACE
Powerful new telescope observes one of the oldest objects in the universe
Amherst MA (SPX) Nov 07, 2017
Astronomers using the Large Millimeter Telescope (LMT), which is operated jointly by the University of Massachusetts Amherst and Mexico's Instituto Nacional de Astrofisica, Optica y Electronica, report in Nature Astronomy that they have detected the second most distant dusty, star-forming galaxy ever found in the universe - born in the first one billion years after the Big Bang. It is the ... read more

Related Links
University of Texas at Austin, Texas Advanced Computing Center
Understanding Time and Space


Thanks for being there;
We need your help. The SpaceDaily news network continues to grow but revenues have never been harder to maintain.

With the rise of Ad Blockers, and Facebook - our traditional revenue sources via quality network advertising continues to decline. And unlike so many other news sites, we don't have a paywall - with those annoying usernames and passwords.

Our news coverage takes time and effort to publish 365 days a year.

If you find our news sites informative and useful then please consider becoming a regular supporter or for now make a one off contribution.
SpaceDaily Monthly Supporter
$5+ Billed Monthly


paypal only
SpaceDaily Contributor
$5 Billed Once


credit card or paypal


Comment using your Disqus, Facebook, Google or Twitter login.

Share this article via these popular social media networks
del.icio.usdel.icio.us DiggDigg RedditReddit GoogleGoogle

TIME AND SPACE
Mice, fish and flies: the animals still being sent into space

Dog star: Scientist recalls training Laika for space

The Noah's Ark of animals sent in to space

Orbital ATK's to deliver supplies to International Space Station

TIME AND SPACE
Launch your design with Cheops

NASA Selects Studies for Gateway Power and Propulsion Element

Russia embezzlement probe at rocket firm Soyuz

Alaska Aerospace Launches Aurora Launch Services Company

TIME AND SPACE
Martian Ridge Brings Out Rover's Color Talents

Insight will carry over two million names to Mars

Opportunity Does a Wheelie and is Back on Solid Footing

Next Mars Rover Will Have 23 'Eyes'

TIME AND SPACE
China's reusable spacecraft to be launched in 2020

Space will see Communist loyalty: Chinese astronaut

China launches three satellites

Mars probe to carry 13 types of payload on 2020 mission

TIME AND SPACE
European Space Week starts in Estonia

New Chinese sat comms company awaits approval

Myanmar to launch own satellite system-2 in 2019: vice president

Eutelsat's Airbus-built full electric EUTELSAT 172B satellite reaches geostationary orbit

TIME AND SPACE
Cheyenne Mountain sees better satellite picture

Liquids take a shine to terahertz radiation

Voltage-driven liquid metal fractals

Cancer cells destroyed with dinosaur extinction metal

TIME AND SPACE
18-Month Twinkle in a Forming Star Suggests a Very Young Planet

Evolutionary theory suggests aliens might not look all that alien

Scientists find potential 'missing link' in chemistry that led to life on earth

Atmospheric beacons guide NASA scientists in search for life

TIME AND SPACE
Juno Aces 8th Science Pass of Jupiter, Names New Project Manager

Watching Jupiter's multiple pulsating X-ray Aurora

Help Nickname New Horizons' Next Flyby Target

Jupiter's X-ray auroras pulse independently









The content herein, unless otherwise known to be public domain, are Copyright 1995-2024 - Space Media Network. All websites are published in Australia and are solely subject to Australian law and governed by Fair Use principals for news reporting and research purposes. AFP, UPI and IANS news wire stories are copyright Agence France-Presse, United Press International and Indo-Asia News Service. ESA news reports are copyright European Space Agency. All NASA sourced material is public domain. Additional copyrights may apply in whole or part to other bona fide parties. All articles labeled "by Staff Writers" include reports supplied to Space Media Network by industry news wires, PR agencies, corporate press officers and the like. Such articles are individually curated and edited by Space Media Network staff on the basis of the report's information value to our industry and professional readership. Advertising does not imply endorsement, agreement or approval of any opinions, statements or information provided by Space Media Network on any Web page published or hosted by Space Media Network. General Data Protection Regulation (GDPR) Statement Our advertisers use various cookies and the like to deliver the best ad banner available at one time. All network advertising suppliers have GDPR policies (Legitimate Interest) that conform with EU regulations for data collection. By using our websites you consent to cookie based advertising. If you do not agree with this then you must stop using the websites from May 25, 2018. Privacy Statement. Additional information can be found here at About Us.