-
SEM2DPACK is a spectral element method solver for 2D wave propagation and fracture dynamics, with emphasis on computational seismology and earthquake source dynamics.
A new version of SEM2DPACK (2.3.6) is now available for download at http://sourceforge.net/projects/sem2d
This version introduces useful features for dynamic faults: smooth mesh generation for fault surfaces, instantaneous...
2009-09-01 23:29:19 UTC by ampuero
-
ampuero made 1 file-release changes.
2009-09-01 23:20:01 UTC by ampuero
-
ampuero made 1 file-release changes.
2009-09-01 23:04:01 UTC by ampuero
-
ampuero made 3 file-release changes.
2009-09-01 22:56:01 UTC by ampuero
-
ampuero made 1 file-release changes.
2009-09-01 22:35:07 UTC by ampuero
-
ampuero made 1 file-release changes.
2009-09-01 22:34:01 UTC by ampuero
-
You are describing two problems. Here are the fixes:
1. an install problem:
to compile the post-processing programs in directory "POST", modify "POST/Makefile" in the same way as you modified "SRC/Makefile": set
F90 = g95
OPT =
2. a run-time problem:
the solver is crashing because it does not find the file "Par.inp". You must create that file yourself before trying to run...
2009-06-15 16:13:01 UTC by ampuero
-
Sorry but i had forgotten to notice that i had changed before the compilation with make in /SRC the file receivers.f90 at line 193 "L" to "L1" (with the greats explanations of Dr ampuero ).
For this purpose i join the problem :
There's an output of "make" there :
>
> [root@localhost SEM2DPACK_2.3.5]# cd SRC
> [root@localhost SRC]# make
> g95 -c constants.f90
> g95 -c stdio.f90
>...
2009-06-15 08:20:31 UTC by chiblot
-
i use g95 with libgfortran3 and i trie to install SEM2DPACK_2.3.5 on my computer
i did this few days ago:
*/
:
i did edit the file Makefile, and uncomment the line :
F90 = g95
Under the line :
# GNU
and comment the lines :
#F90 = ifort
#OPT = -O3 -ip -ipo -unroll
under the line :
#-- Intel Fortran --
:
/*
i did make the file sem2dsolve
af.
2009-06-14 07:25:26 UTC by chiblot