From dee807d7d0a7d3dcc13f8dcc917e17bc917a721e Mon Sep 17 00:00:00 2001 From: mswonscsm <167202261+mswonscsm@users.noreply.github.com> Date: Wed, 17 Apr 2024 17:22:06 +0400 Subject: [PATCH] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 1f4706b..9d60999 100644 --- a/README.md +++ b/README.md @@ -7,6 +7,7 @@ The program can handle various modeling scenarios including viscoacoustic, isotr SCSM2.5d OpenMP version: Compile MainOMP.f90, C_DF.f90, Gauss_Quad.f90, Grid_Model.f90, interp.f90, MATRIX_YYXZ.f90, MS_DF.f90, Viscoelastic.f90, and Viscoelastic2.f90. SCSM2.5d MPI/OpenMP version: Compile MainMPIOMP.f90, C_DF.f90, Gauss_Quad.f90, Grid_Model.f90, interp.f90, MATRIX_YYXZ.f90, MS_DF.f90, Viscoelastic.f90, and Viscoelastic2.f90. + By substituting MainOMP.f90 with MainMPIOMP.f90, the program can be converted to an MPI/OpenMP version that supports fully-parallel computation, utilizing cores equal to the number of wavenumber samples. This enhancement reduces computation time to less than 1.5 times that of 2D modeling. @@ -28,6 +29,5 @@ Seismogram: rec_real_x.out You can make seismogram in Matlab Figure Seismogram and Matlab Figure SeismicLine (for massive and complex seismograms). # Contact --Moosoo Won, PhD in Earth Sciences, Khalifa University of Science and Technology, 100058280@ku.ac.ae, merccer999@gmail.com - --Dr.Bing Zhou, Associate Professor, Earth Sciences, Khalifa University of Science and Technology, bing.zhou@ku.ac.ae +*Moosoo Won, PhD in Earth Sciences, Khalifa University of Science and Technology, 100058280@ku.ac.ae, merccer999@gmail.com +*Dr.Bing Zhou, Associate Professor, Earth Sciences, Khalifa University of Science and Technology, bing.zhou@ku.ac.ae