Skip to content

Commit

Permalink
reduce figure sizes
Browse files Browse the repository at this point in the history
  • Loading branch information
rrsettgast committed May 15, 2024
1 parent 5a98c81 commit e108726
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions src/docs/JOSS/paper.md
Original file line number Diff line number Diff line change
Expand Up @@ -145,19 +145,17 @@ As an example of a field case where GEOS has been applied, we present a simulati
Figure \ref{RW_mesh} illustrates the computational mesh and relevant problem size and physical dimensions.
A strong scaling study is shown....maybe we just show a result image instead of a scaling study?

![Discrete mesh of a real world CO2 storage site. Transparency is used for the overburden region to reveal the complex faulted structure of the storage reservoir.\label{RW_mesh}](RW_mesh.png)

![Results of a compositional flow simulation of a real world CO2 storage site.\label{RW_results}](RW_results2.png)
![Discrete mesh of a real world CO2 storage site. Transparency is used for the overburden region to reveal the complex faulted structure of the storage reservoir.\label{RW_mesh}](RW_mesh.png){ width=30% }
![Results of a compositional flow simulation of a real world CO2 storage site.\label{RW_results}](RW_results2.png){ width=30% }


As an example of the weak scalability of GEOS on exascale systems, we present two weak scaling studies on a simple wellbore geometry using the exascale Frontier supercomputer located at Oak Ridge National Laboratory.
The results from the weak scaling study (Figure \ref{fig:Frontier_Mechanics}) shows flat scaling of the GEOS processes (assembly/field synchronization) up to 16,384 MPI ranks and 81.3e9 degrees-of-freedom (1/4 of Frontier).
There is a moderate decrease in efficiency with the application of the hypre preconditioner setup and solve, but given the complexity of those algorithms this level of scaling efficiency is expected.
The compositional flow study presented in Figure \ref{fig:Frontier_CMPF} shows similarly good weak scaling.

![Weak scaling results for mechanics on ORNL/Frontier.\label{fig:Frontier_Mechanics}](GEOS_Frontier_mechanics.pdf){ width=80% }

![Weak scaling results for compositional flow on ORNL/Frontier.\label{fig:Frontier_CMPF}](GEOS_Frontier_compositional.pdf){ width=80% }
![Weak scaling results for mechanics on ORNL/Frontier.\label{fig:Frontier_Mechanics}](GEOS_Frontier_mechanics.pdf){ width=30% }
![Weak scaling results for compositional flow on ORNL/Frontier.\label{fig:Frontier_CMPF}](GEOS_Frontier_compositional.pdf){ width=30% }

# Acknowledgements

Expand Down

0 comments on commit e108726

Please sign in to comment.