-
Hi Komatits,
In specfem3d/EXAMPLES/meshfem3D_examples/socal1D, you put the the DATA files for recover socal1D_sesame.png, can you also share how to make the DATA files to recover the meshing in soc…
-
EXAMPLES/BENCHIE_water_PVC (which people can run using "run_this_example.sh") does not give the same result when it is run on one processor (serial mode) or on 4 processors (MPI mode), its PMLs blow u…
-
In a comment on https://github.com/geodynamics/aspect/pull/1247 , @gassmoeller reports that `MappingQGeneric` sets `update_JxW_values` whenever one says `update_gradients`. This is not wrong, but I'm …
-
There is a bug in v2.1.4 in creating the zero vectors in 2-D HDF5 external dataset output. The bug is that all processes attempt to to create the /zero group in the HDF5 file rather than just the root…
-
Hi all,
I'am using a point source to simulate earthquake, and the version of software is SPECFEM3D2.0.0. I design the CMTSOLUTION file by myself and set "SUPPRESS_UTM_PROJECTION" to "true". Accor…
-
In many cases one uses particles together with FEM. I think we should introduce a few classes to help manage particles and their relationship to a FE mesh. I can quickly draft a PR, but i would first …
-
specfem2d fails compile with xlf. `make` fails at `"src/meshfem2D/read_parameter_file.F90", line 55.23: 1515-009 (E) Null literal string is not permitted. A single blank is assumed.` This can be work…
jlost updated
7 years ago
-
Subject: [CIG-SEISMO] only one partition of "model_velocity.dat_output" will be generated in parallel run
Date: Mon, 12 Aug 2013 18:03:40 +0100
From: Yingzi Ying
To: cig-seismo
Dear SPECFEM Developer…
-
-
In the folder `utils`, I cannot seem to build the `xspecfem2D` executable as `-Werror` is enabled and all the warnings are treated as warnings.
Here is what the error is:
```fortran
plot_post.f90…