➜ specfem3d git:(devel) ./configure FC=gfortran CC=gcc-11 MPIFC=mpif90 -g -fbacktrace -ggdb --with-mpi configure: error: unrecognized option: `-g' Try `./configure --help' for more information ➜ specfem3d git:(devel) ./configure FC=gfortran CC=gcc-11 MPIFC=mpif90 -fbacktrace -ggdb --with-mpi configure: error: unrecognized option: `-fbacktrace' Try `./configure --help' for more information ➜ specfem3d git:(devel) ./configure FC=gfortran CC=gcc-11 MPIFC=mpif90 -ggdb --with-mpi configure: error: unrecognized option: `-ggdb' Try `./configure --help' for more information ➜ specfem3d git:(devel) ./configure FC=gfortran CC=gcc-11 MPIFC=mpif90 --with-mpi ## ---------------------------- ## ## setting up compilation flags ## ## ---------------------------- ## checking build system type... arm-apple-darwin21.4.0 checking host system type... arm-apple-darwin21.4.0 checking whether the Fortran compiler works... yes checking for Fortran compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether the compiler supports GNU Fortran... yes checking whether gfortran accepts -g... yes configure: running /bin/sh ./flags.guess checking how to get verbose linking output from gfortran... -v checking for Fortran libraries of gfortran... checking for gcc... gcc-11 checking whether the compiler supports GNU C... yes checking whether gcc-11 accepts -g... yes checking for gcc-11 option to enable C11 features... none needed checking for dummy main to link with Fortran libraries... none checking for Fortran name-mangling scheme... lower case, underscore, no extra underscore checking for Fortran flag to compile .f90 files... none checking for Fortran flag needed to accept free-form source... none checking for Fortran flag to compile preprocessed .F files... none checking how to define symbols for preprocessed Fortran... -D checking for Fortran flag to compile preprocessed .F90 files... none checking for gcc... (cached) gcc-11 checking whether the compiler supports GNU C... (cached) yes checking whether gcc-11 accepts -g... (cached) yes checking for gcc-11 option to enable C11 features... (cached) none needed ## ------ ## ## SCOTCH ## ## ------ ## checking for scotchfarchinit in -lscotch... no checking whether Scotch is usable... no, using bundled scotch instead checking for flex... flex checking for lex output file root... lex.yy checking for lex library... not found configure: WARNING: required lex library not found; giving up on flex checking for library containing yywrap... no checking for bison... bison -y checking for the pthreads library -lpthreads... no checking whether pthreads work without any flags... yes checking for joinable pthread attribute... PTHREAD_CREATE_JOINABLE checking if more special flags are required for pthreads... -D_THREAD_SAFE pthread found SCOTCH is enabled ## ----------------- ## ## module extensions ## ## ----------------- ## checking Fortran 90 module extension... mod checking Fortran 90 module inclusion flag... -I checking Fortran 90 module output flag... -J checking for stdio.h... yes checking for stdlib.h... yes checking for string.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for strings.h... yes checking for sys/stat.h... yes checking for sys/types.h... yes checking for unistd.h... yes checking for emmintrin.h... no checking for xmmintrin.h... no checking for err.h... yes checking for g++... g++ checking whether the compiler supports GNU C++... yes checking whether g++ accepts -g... yes checking for g++ option to enable C++11 features... none needed checking how to run the C++ preprocessor... g++ -E ## --- ## ## MPI ## ## --- ## checking for mpi.h... yes checking how to run the C preprocessor... gcc-11 -E ## ---------------- ## ## git version info ## ## ---------------- ## checking for .git/config... yes configure: building from git repository ## ----------------------------------- ## ## setting up default simulation setup ## ## ----------------------------------- ## configure: creating ./config.status config.status: creating Makefile config.status: creating setup/constants.h config.status: creating setup/constants_tomography.h config.status: creating setup/precision.h config.status: creating setup/config.fh config.status: creating ./external_libs/scotch/src/Makefile.inc config.status: creating DATA/Par_file config.status: creating DATA/CMTSOLUTION config.status: creating DATA/STATIONS config.status: creating setup/config.h config.status: executing bin commands config.status: executing obj commands config.status: executing DATA commands config.status: executing OUTPUT_FILES commands config.status: executing DATABASES_MPI commands ## --------------- ## ## Specfem3D 3.0.0 ## ## --------------- ## ./configure has completed and set up a default configuration to build. You may wish to modify the following files before running a simulation: DATA/Par_file Set parameters affecting the simulation. DATA/CMTSOLUTION Set the source parameters before running the solver. DATA/STATIONS Set the receiver stations before running the solver. ➜ specfem3d git:(devel) ✗ make Using bundled Scotch in directory: ./external_libs/scotch/src /Library/Developer/CommandLineTools/usr/bin/make -C ./external_libs/scotch/src mkdir ../bin mkdir ../include mkdir ../lib (cd libscotch ; make scotch ; make install) make CC="gcc-11" CCD="gcc-11" \ scotch.h \ scotchf.h \ libscotch.a \ libscotcherr.a \ libscotcherrexit.a gcc-11 -O3 -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -DSCOTCH_RENAME_PARSER -DSCOTCH_PTHREAD -Drestrict=__restrict -D_THREAD_SAFE -DSCOTCH_VERSION=5 -DSCOTCH_RELEASE=1 -DSCOTCH_PATCHLEVEL=12 dummysizes.c -o dummysizes -lz -lm ./dummysizes library.h scotch.h ./dummysizes libraryf.h scotchf.h gcc-11 -O3 -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -DSCOTCH_RENAME_PARSER -DSCOTCH_PTHREAD -Drestrict=__restrict -D_THREAD_SAFE -c arch.c -o arch.o gcc-11 -O3 -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -DSCOTCH_RENAME_PARSER -DSCOTCH_PTHREAD -Drestrict=__restrict -D_THREAD_SAFE -c arch_build.c -o arch_build.o gcc-11 -O3 -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -DSCOTCH_RENAME_PARSER -DSCOTCH_PTHREAD -Drestrict=__restrict -D_THREAD_SAFE -c arch_cmplt.c -o arch_cmplt.o gcc-11 -O3 -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -DSCOTCH_RENAME_PARSER -DSCOTCH_PTHREAD -Drestrict=__restrict -D_THREAD_SAFE -c arch_cmpltw.c -o arch_cmpltw.o gcc-11 -O3 -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -DSCOTCH_RENAME_PARSER -DSCOTCH_PTHREAD -Drestrict=__restrict -D_THREAD_SAFE -c arch_deco.c -o arch_deco.o gcc-11 -O3 -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -DSCOTCH_RENAME_PARSER -DSCOTCH_PTHREAD -Drestrict=__restrict -D_THREAD_SAFE -c arch_hcub.c -o arch_hcub.o gcc-11 -O3 -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -DSCOTCH_RENAME_PARSER -DSCOTCH_PTHREAD -Drestrict=__restrict -D_THREAD_SAFE -c arch_mesh.c -o arch_mesh.o gcc-11 -O3 -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -DSCOTCH_RENAME_PARSER -DSCOTCH_PTHREAD -Drestrict=__restrict -D_THREAD_SAFE -c arch_tleaf.c -o arch_tleaf.o gcc-11 -O3 -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -DSCOTCH_RENAME_PARSER -DSCOTCH_PTHREAD -Drestrict=__restrict -D_THREAD_SAFE -c arch_torus.c -o arch_torus.o gcc-11 -O3 -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -DSCOTCH_RENAME_PARSER -DSCOTCH_PTHREAD -Drestrict=__restrict -D_THREAD_SAFE -c arch_vcmplt.c -o arch_vcmplt.o gcc-11 -O3 -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -DSCOTCH_RENAME_PARSER -DSCOTCH_PTHREAD -Drestrict=__restrict -D_THREAD_SAFE -c arch_vhcub.c -o arch_vhcub.o gcc-11 -O3 -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -DSCOTCH_RENAME_PARSER -DSCOTCH_PTHREAD -Drestrict=__restrict -D_THREAD_SAFE -c bgraph.c -o bgraph.o gcc-11 -O3 -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -DSCOTCH_RENAME_PARSER -DSCOTCH_PTHREAD -Drestrict=__restrict -D_THREAD_SAFE -c bgraph_bipart_bd.c -o bgraph_bipart_bd.o gcc-11 -O3 -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -DSCOTCH_RENAME_PARSER -DSCOTCH_PTHREAD -Drestrict=__restrict -D_THREAD_SAFE -c bgraph_bipart_df.c -o bgraph_bipart_df.o gcc-11 -O3 -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -DSCOTCH_RENAME_PARSER -DSCOTCH_PTHREAD -Drestrict=__restrict -D_THREAD_SAFE -c bgraph_bipart_ex.c -o bgraph_bipart_ex.o gcc-11 -O3 -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -DSCOTCH_RENAME_PARSER -DSCOTCH_PTHREAD -Drestrict=__restrict -D_THREAD_SAFE -c bgraph_bipart_fm.c -o bgraph_bipart_fm.o gcc-11 -O3 -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -DSCOTCH_RENAME_PARSER -DSCOTCH_PTHREAD -Drestrict=__restrict -D_THREAD_SAFE -c bgraph_bipart_gg.c -o bgraph_bipart_gg.o gcc-11 -O3 -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -DSCOTCH_RENAME_PARSER -DSCOTCH_PTHREAD -Drestrict=__restrict -D_THREAD_SAFE -c bgraph_bipart_gp.c -o bgraph_bipart_gp.o gcc-11 -O3 -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -DSCOTCH_RENAME_PARSER -DSCOTCH_PTHREAD -Drestrict=__restrict -D_THREAD_SAFE -c bgraph_bipart_ml.c -o bgraph_bipart_ml.o gcc-11 -O3 -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -DSCOTCH_RENAME_PARSER -DSCOTCH_PTHREAD -Drestrict=__restrict -D_THREAD_SAFE -c bgraph_bipart_st.c -o bgraph_bipart_st.o gcc-11 -O3 -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -DSCOTCH_RENAME_PARSER -DSCOTCH_PTHREAD -Drestrict=__restrict -D_THREAD_SAFE -c bgraph_bipart_zr.c -o bgraph_bipart_zr.o gcc-11 -O3 -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -DSCOTCH_RENAME_PARSER -DSCOTCH_PTHREAD -Drestrict=__restrict -D_THREAD_SAFE -c bgraph_check.c -o bgraph_check.o gcc-11 -O3 -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -DSCOTCH_RENAME_PARSER -DSCOTCH_PTHREAD -Drestrict=__restrict -D_THREAD_SAFE -c bgraph_store.c -o bgraph_store.o gcc-11 -O3 -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -DSCOTCH_RENAME_PARSER -DSCOTCH_PTHREAD -Drestrict=__restrict -D_THREAD_SAFE -c common.c -DSCOTCH_COMMON_RENAME -o common.o gcc-11 -O3 -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -DSCOTCH_RENAME_PARSER -DSCOTCH_PTHREAD -Drestrict=__restrict -D_THREAD_SAFE -c common_file.c -DSCOTCH_COMMON_RENAME -o common_file.o gcc-11 -O3 -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -DSCOTCH_RENAME_PARSER -DSCOTCH_PTHREAD -Drestrict=__restrict -D_THREAD_SAFE -c common_file_compress.c -DSCOTCH_COMMON_RENAME -o common_file_compress.o gcc-11 -O3 -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -DSCOTCH_RENAME_PARSER -DSCOTCH_PTHREAD -Drestrict=__restrict -D_THREAD_SAFE -c common_file_uncompress.c -DSCOTCH_COMMON_RENAME -o common_file_uncompress.o gcc-11 -O3 -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -DSCOTCH_RENAME_PARSER -DSCOTCH_PTHREAD -Drestrict=__restrict -D_THREAD_SAFE -c common_integer.c -DSCOTCH_COMMON_RENAME -o common_integer.o gcc-11 -O3 -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -DSCOTCH_RENAME_PARSER -DSCOTCH_PTHREAD -Drestrict=__restrict -D_THREAD_SAFE -c common_memory.c -DSCOTCH_COMMON_RENAME -o common_memory.o gcc-11 -O3 -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -DSCOTCH_RENAME_PARSER -DSCOTCH_PTHREAD -Drestrict=__restrict -D_THREAD_SAFE -c common_string.c -DSCOTCH_COMMON_RENAME -o common_string.o gcc-11 -O3 -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -DSCOTCH_RENAME_PARSER -DSCOTCH_PTHREAD -Drestrict=__restrict -D_THREAD_SAFE -c common_stub.c -DSCOTCH_COMMON_RENAME -o common_stub.o gcc-11 -O3 -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -DSCOTCH_RENAME_PARSER -DSCOTCH_PTHREAD -Drestrict=__restrict -D_THREAD_SAFE -c gain.c -o gain.o gcc-11 -O3 -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -DSCOTCH_RENAME_PARSER -DSCOTCH_PTHREAD -Drestrict=__restrict -D_THREAD_SAFE -c geom.c -o geom.o gcc-11 -O3 -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -DSCOTCH_RENAME_PARSER -DSCOTCH_PTHREAD -Drestrict=__restrict -D_THREAD_SAFE -c graph.c -o graph.o gcc-11 -O3 -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -DSCOTCH_RENAME_PARSER -DSCOTCH_PTHREAD -Drestrict=__restrict -D_THREAD_SAFE -c graph_base.c -o graph_base.o gcc-11 -O3 -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -DSCOTCH_RENAME_PARSER -DSCOTCH_PTHREAD -Drestrict=__restrict -D_THREAD_SAFE -c graph_check.c -o graph_check.o gcc-11 -O3 -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -DSCOTCH_RENAME_PARSER -DSCOTCH_PTHREAD -Drestrict=__restrict -D_THREAD_SAFE -c graph_coarsen.c -o graph_coarsen.o gcc-11 -O3 -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -DSCOTCH_RENAME_PARSER -DSCOTCH_PTHREAD -Drestrict=__restrict -D_THREAD_SAFE -c graph_induce.c -o graph_induce.o gcc-11 -O3 -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -DSCOTCH_RENAME_PARSER -DSCOTCH_PTHREAD -Drestrict=__restrict -D_THREAD_SAFE -c graph_io.c -o graph_io.o gcc-11 -O3 -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -DSCOTCH_RENAME_PARSER -DSCOTCH_PTHREAD -Drestrict=__restrict -D_THREAD_SAFE -c graph_io_chac.c -o graph_io_chac.o gcc-11 -O3 -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -DSCOTCH_RENAME_PARSER -DSCOTCH_PTHREAD -Drestrict=__restrict -D_THREAD_SAFE -c graph_io_habo.c -o graph_io_habo.o In file included from graph_io_habo.c:62: graph_io_habo.c: In function '_SCOTCHgraphGeomLoadHabo': common.h:116:37: warning: 'realloc' called on pointer '*grafptr.edgetax' with nonzero offset 4 -Wfree-nonheap-object] 116 | #define memRealloc(ptr,size) realloc((ptr),((size) | 8)) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ graph_io_habo.c:340:32: note: in expansion of macro 'memRealloc' 340 | grafptr->edgetax = ((Gnum *) memRealloc (grafptr->edgetax + 1, grafptr->edgenbr * sizeof (Gnum))) - 1; | ^~~~~~~~~~ gcc-11 -O3 -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -DSCOTCH_RENAME_PARSER -DSCOTCH_PTHREAD -Drestrict=__restrict -D_THREAD_SAFE -c graph_io_mmkt.c -o graph_io_mmkt.o gcc-11 -O3 -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -DSCOTCH_RENAME_PARSER -DSCOTCH_PTHREAD -Drestrict=__restrict -D_THREAD_SAFE -c graph_io_scot.c -o graph_io_scot.o gcc-11 -O3 -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -DSCOTCH_RENAME_PARSER -DSCOTCH_PTHREAD -Drestrict=__restrict -D_THREAD_SAFE -c graph_list.c -o graph_list.o gcc-11 -O3 -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -DSCOTCH_RENAME_PARSER -DSCOTCH_PTHREAD -Drestrict=__restrict -D_THREAD_SAFE -c hall_order_hd.c -o hall_order_hd.o gcc-11 -O3 -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -DSCOTCH_RENAME_PARSER -DSCOTCH_PTHREAD -Drestrict=__restrict -D_THREAD_SAFE -c hall_order_hf.c -o hall_order_hf.o gcc-11 -O3 -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -DSCOTCH_RENAME_PARSER -DSCOTCH_PTHREAD -Drestrict=__restrict -D_THREAD_SAFE -c hall_order_hx.c -o hall_order_hx.o gcc-11 -O3 -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -DSCOTCH_RENAME_PARSER -DSCOTCH_PTHREAD -Drestrict=__restrict -D_THREAD_SAFE -c hgraph.c -o hgraph.o gcc-11 -O3 -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -DSCOTCH_RENAME_PARSER -DSCOTCH_PTHREAD -Drestrict=__restrict -D_THREAD_SAFE -c hgraph_check.c -o hgraph_check.o gcc-11 -O3 -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -DSCOTCH_RENAME_PARSER -DSCOTCH_PTHREAD -Drestrict=__restrict -D_THREAD_SAFE -c hgraph_induce.c -o hgraph_induce.o gcc-11 -O3 -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -DSCOTCH_RENAME_PARSER -DSCOTCH_PTHREAD -Drestrict=__restrict -D_THREAD_SAFE -c hgraph_order_bl.c -o hgraph_order_bl.o gcc-11 -O3 -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -DSCOTCH_RENAME_PARSER -DSCOTCH_PTHREAD -Drestrict=__restrict -D_THREAD_SAFE -c hgraph_order_cp.c -o hgraph_order_cp.o gcc-11 -O3 -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -DSCOTCH_RENAME_PARSER -DSCOTCH_PTHREAD -Drestrict=__restrict -D_THREAD_SAFE -c hgraph_order_gp.c -o hgraph_order_gp.o gcc-11 -O3 -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -DSCOTCH_RENAME_PARSER -DSCOTCH_PTHREAD -Drestrict=__restrict -D_THREAD_SAFE -c hgraph_order_hd.c -o hgraph_order_hd.o gcc-11 -O3 -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -DSCOTCH_RENAME_PARSER -DSCOTCH_PTHREAD -Drestrict=__restrict -D_THREAD_SAFE -c hgraph_order_hf.c -o hgraph_order_hf.o gcc-11 -O3 -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -DSCOTCH_RENAME_PARSER -DSCOTCH_PTHREAD -Drestrict=__restrict -D_THREAD_SAFE -c hgraph_order_hx.c -o hgraph_order_hx.o gcc-11 -O3 -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -DSCOTCH_RENAME_PARSER -DSCOTCH_PTHREAD -Drestrict=__restrict -D_THREAD_SAFE -c hgraph_order_nd.c -o hgraph_order_nd.o gcc-11 -O3 -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -DSCOTCH_RENAME_PARSER -DSCOTCH_PTHREAD -Drestrict=__restrict -D_THREAD_SAFE -c hgraph_order_si.c -o hgraph_order_si.o gcc-11 -O3 -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -DSCOTCH_RENAME_PARSER -DSCOTCH_PTHREAD -Drestrict=__restrict -D_THREAD_SAFE -c hgraph_order_st.c -o hgraph_order_st.o gcc-11 -O3 -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -DSCOTCH_RENAME_PARSER -DSCOTCH_PTHREAD -Drestrict=__restrict -D_THREAD_SAFE -c hmesh.c -o hmesh.o gcc-11 -O3 -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -DSCOTCH_RENAME_PARSER -DSCOTCH_PTHREAD -Drestrict=__restrict -D_THREAD_SAFE -c hmesh_check.c -o hmesh_check.o gcc-11 -O3 -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -DSCOTCH_RENAME_PARSER -DSCOTCH_PTHREAD -Drestrict=__restrict -D_THREAD_SAFE -c hmesh_hgraph.c -o hmesh_hgraph.o gcc-11 -O3 -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -DSCOTCH_RENAME_PARSER -DSCOTCH_PTHREAD -Drestrict=__restrict -D_THREAD_SAFE -c hmesh_induce.c -o hmesh_induce.o gcc-11 -O3 -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -DSCOTCH_RENAME_PARSER -DSCOTCH_PTHREAD -Drestrict=__restrict -D_THREAD_SAFE -c hmesh_mesh.c -o hmesh_mesh.o gcc-11 -O3 -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -DSCOTCH_RENAME_PARSER -DSCOTCH_PTHREAD -Drestrict=__restrict -D_THREAD_SAFE -c hmesh_order_bl.c -o hmesh_order_bl.o gcc-11 -O3 -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -DSCOTCH_RENAME_PARSER -DSCOTCH_PTHREAD -Drestrict=__restrict -D_THREAD_SAFE -c hmesh_order_cp.c -o hmesh_order_cp.o gcc-11 -O3 -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -DSCOTCH_RENAME_PARSER -DSCOTCH_PTHREAD -Drestrict=__restrict -D_THREAD_SAFE -c hmesh_order_gr.c -o hmesh_order_gr.o gcc-11 -O3 -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -DSCOTCH_RENAME_PARSER -DSCOTCH_PTHREAD -Drestrict=__restrict -D_THREAD_SAFE -c hmesh_order_gp.c -o hmesh_order_gp.o gcc-11 -O3 -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -DSCOTCH_RENAME_PARSER -DSCOTCH_PTHREAD -Drestrict=__restrict -D_THREAD_SAFE -c hmesh_order_hd.c -o hmesh_order_hd.o gcc-11 -O3 -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -DSCOTCH_RENAME_PARSER -DSCOTCH_PTHREAD -Drestrict=__restrict -D_THREAD_SAFE -c hmesh_order_hf.c -o hmesh_order_hf.o gcc-11 -O3 -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -DSCOTCH_RENAME_PARSER -DSCOTCH_PTHREAD -Drestrict=__restrict -D_THREAD_SAFE -c hmesh_order_hx.c -o hmesh_order_hx.o gcc-11 -O3 -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -DSCOTCH_RENAME_PARSER -DSCOTCH_PTHREAD -Drestrict=__restrict -D_THREAD_SAFE -c hmesh_order_nd.c -o hmesh_order_nd.o gcc-11 -O3 -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -DSCOTCH_RENAME_PARSER -DSCOTCH_PTHREAD -Drestrict=__restrict -D_THREAD_SAFE -c hmesh_order_si.c -o hmesh_order_si.o gcc-11 -O3 -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -DSCOTCH_RENAME_PARSER -DSCOTCH_PTHREAD -Drestrict=__restrict -D_THREAD_SAFE -c hmesh_order_st.c -o hmesh_order_st.o gcc-11 -O3 -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -DSCOTCH_RENAME_PARSER -DSCOTCH_PTHREAD -Drestrict=__restrict -D_THREAD_SAFE -c kgraph.c -o kgraph.o gcc-11 -O3 -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -DSCOTCH_RENAME_PARSER -DSCOTCH_PTHREAD -Drestrict=__restrict -D_THREAD_SAFE -c kgraph_check.c -o kgraph_check.o gcc-11 -O3 -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -DSCOTCH_RENAME_PARSER -DSCOTCH_PTHREAD -Drestrict=__restrict -D_THREAD_SAFE -c kgraph_map_ml.c -o kgraph_map_ml.o gcc-11 -O3 -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -DSCOTCH_RENAME_PARSER -DSCOTCH_PTHREAD -Drestrict=__restrict -D_THREAD_SAFE -c kgraph_map_rb.c -o kgraph_map_rb.o gcc-11 -O3 -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -DSCOTCH_RENAME_PARSER -DSCOTCH_PTHREAD -Drestrict=__restrict -D_THREAD_SAFE -c kgraph_map_rb_map.c -o kgraph_map_rb_map.o gcc-11 -O3 -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -DSCOTCH_RENAME_PARSER -DSCOTCH_PTHREAD -Drestrict=__restrict -D_THREAD_SAFE -c kgraph_map_rb_part.c -o kgraph_map_rb_part.o gcc-11 -O3 -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -DSCOTCH_RENAME_PARSER -DSCOTCH_PTHREAD -Drestrict=__restrict -D_THREAD_SAFE -c kgraph_map_st.c -o kgraph_map_st.o gcc-11 -O3 -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -DSCOTCH_RENAME_PARSER -DSCOTCH_PTHREAD -Drestrict=__restrict -D_THREAD_SAFE -c library_arch.c -o library_arch.o gcc-11 -O3 -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -DSCOTCH_RENAME_PARSER -DSCOTCH_PTHREAD -Drestrict=__restrict -D_THREAD_SAFE -c library_arch_f.c -o library_arch_f.o gcc-11 -O3 -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -DSCOTCH_RENAME_PARSER -DSCOTCH_PTHREAD -Drestrict=__restrict -D_THREAD_SAFE -c library_arch_build.c -o library_arch_build.o gcc-11 -O3 -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -DSCOTCH_RENAME_PARSER -DSCOTCH_PTHREAD -Drestrict=__restrict -D_THREAD_SAFE -c library_arch_build_f.c -o library_arch_build_f.o gcc-11 -O3 -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -DSCOTCH_RENAME_PARSER -DSCOTCH_PTHREAD -Drestrict=__restrict -D_THREAD_SAFE -c library_geom.c -o library_geom.o gcc-11 -O3 -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -DSCOTCH_RENAME_PARSER -DSCOTCH_PTHREAD -Drestrict=__restrict -D_THREAD_SAFE -c library_geom_f.c -o library_geom_f.o gcc-11 -O3 -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -DSCOTCH_RENAME_PARSER -DSCOTCH_PTHREAD -Drestrict=__restrict -D_THREAD_SAFE -c library_graph.c -o library_graph.o gcc-11 -O3 -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -DSCOTCH_RENAME_PARSER -DSCOTCH_PTHREAD -Drestrict=__restrict -D_THREAD_SAFE -c library_graph_f.c -o library_graph_f.o gcc-11 -O3 -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -DSCOTCH_RENAME_PARSER -DSCOTCH_PTHREAD -Drestrict=__restrict -D_THREAD_SAFE -c library_graph_base.c -o library_graph_base.o gcc-11 -O3 -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -DSCOTCH_RENAME_PARSER -DSCOTCH_PTHREAD -Drestrict=__restrict -D_THREAD_SAFE -c library_graph_base_f.c -o library_graph_base_f.o gcc-11 -O3 -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -DSCOTCH_RENAME_PARSER -DSCOTCH_PTHREAD -Drestrict=__restrict -D_THREAD_SAFE -c library_graph_check.c -o library_graph_check.o gcc-11 -O3 -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -DSCOTCH_RENAME_PARSER -DSCOTCH_PTHREAD -Drestrict=__restrict -D_THREAD_SAFE -c library_graph_check_f.c -o library_graph_check_f.o gcc-11 -O3 -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -DSCOTCH_RENAME_PARSER -DSCOTCH_PTHREAD -Drestrict=__restrict -D_THREAD_SAFE -c library_graph_coarsen.c -o library_graph_coarsen.o gcc-11 -O3 -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -DSCOTCH_RENAME_PARSER -DSCOTCH_PTHREAD -Drestrict=__restrict -D_THREAD_SAFE -c library_graph_coarsen_f.c -o library_graph_coarsen_f.o gcc-11 -O3 -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -DSCOTCH_RENAME_PARSER -DSCOTCH_PTHREAD -Drestrict=__restrict -D_THREAD_SAFE -c library_graph_io_chac.c -o library_graph_io_chac.o gcc-11 -O3 -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -DSCOTCH_RENAME_PARSER -DSCOTCH_PTHREAD -Drestrict=__restrict -D_THREAD_SAFE -c library_graph_io_chac_f.c -o library_graph_io_chac_f.o gcc-11 -O3 -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -DSCOTCH_RENAME_PARSER -DSCOTCH_PTHREAD -Drestrict=__restrict -D_THREAD_SAFE -c library_graph_io_habo.c -o library_graph_io_habo.o gcc-11 -O3 -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -DSCOTCH_RENAME_PARSER -DSCOTCH_PTHREAD -Drestrict=__restrict -D_THREAD_SAFE -c library_graph_io_habo_f.c -o library_graph_io_habo_f.o gcc-11 -O3 -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -DSCOTCH_RENAME_PARSER -DSCOTCH_PTHREAD -Drestrict=__restrict -D_THREAD_SAFE -c library_graph_io_mmkt.c -o library_graph_io_mmkt.o gcc-11 -O3 -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -DSCOTCH_RENAME_PARSER -DSCOTCH_PTHREAD -Drestrict=__restrict -D_THREAD_SAFE -c library_graph_io_mmkt_f.c -o library_graph_io_mmkt_f.o gcc-11 -O3 -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -DSCOTCH_RENAME_PARSER -DSCOTCH_PTHREAD -Drestrict=__restrict -D_THREAD_SAFE -c library_graph_io_scot.c -o library_graph_io_scot.o gcc-11 -O3 -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -DSCOTCH_RENAME_PARSER -DSCOTCH_PTHREAD -Drestrict=__restrict -D_THREAD_SAFE -c library_graph_io_scot_f.c -o library_graph_io_scot_f.o gcc-11 -O3 -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -DSCOTCH_RENAME_PARSER -DSCOTCH_PTHREAD -Drestrict=__restrict -D_THREAD_SAFE -c library_graph_map.c -o library_graph_map.o gcc-11 -O3 -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -DSCOTCH_RENAME_PARSER -DSCOTCH_PTHREAD -Drestrict=__restrict -D_THREAD_SAFE -c library_graph_map_f.c -o library_graph_map_f.o gcc-11 -O3 -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -DSCOTCH_RENAME_PARSER -DSCOTCH_PTHREAD -Drestrict=__restrict -D_THREAD_SAFE -c library_graph_map_view.c -o library_graph_map_view.o gcc-11 -O3 -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -DSCOTCH_RENAME_PARSER -DSCOTCH_PTHREAD -Drestrict=__restrict -D_THREAD_SAFE -c library_graph_map_view_f.c -o library_graph_map_view_f.o gcc-11 -O3 -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -DSCOTCH_RENAME_PARSER -DSCOTCH_PTHREAD -Drestrict=__restrict -D_THREAD_SAFE -c library_graph_order.c -o library_graph_order.o gcc-11 -O3 -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -DSCOTCH_RENAME_PARSER -DSCOTCH_PTHREAD -Drestrict=__restrict -D_THREAD_SAFE -c library_graph_order_f.c -o library_graph_order_f.o gcc-11 -O3 -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -DSCOTCH_RENAME_PARSER -DSCOTCH_PTHREAD -Drestrict=__restrict -D_THREAD_SAFE -c library_mapping.c -o library_mapping.o gcc-11 -O3 -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -DSCOTCH_RENAME_PARSER -DSCOTCH_PTHREAD -Drestrict=__restrict -D_THREAD_SAFE -c library_mesh.c -o library_mesh.o gcc-11 -O3 -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -DSCOTCH_RENAME_PARSER -DSCOTCH_PTHREAD -Drestrict=__restrict -D_THREAD_SAFE -c library_mesh_f.c -o library_mesh_f.o gcc-11 -O3 -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -DSCOTCH_RENAME_PARSER -DSCOTCH_PTHREAD -Drestrict=__restrict -D_THREAD_SAFE -c library_mesh_graph.c -o library_mesh_graph.o gcc-11 -O3 -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -DSCOTCH_RENAME_PARSER -DSCOTCH_PTHREAD -Drestrict=__restrict -D_THREAD_SAFE -c library_mesh_graph_f.c -o library_mesh_graph_f.o gcc-11 -O3 -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -DSCOTCH_RENAME_PARSER -DSCOTCH_PTHREAD -Drestrict=__restrict -D_THREAD_SAFE -c library_mesh_io_habo.c -o library_mesh_io_habo.o gcc-11 -O3 -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -DSCOTCH_RENAME_PARSER -DSCOTCH_PTHREAD -Drestrict=__restrict -D_THREAD_SAFE -c library_mesh_io_habo_f.c -o library_mesh_io_habo_f.o gcc-11 -O3 -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -DSCOTCH_RENAME_PARSER -DSCOTCH_PTHREAD -Drestrict=__restrict -D_THREAD_SAFE -c library_mesh_io_scot.c -o library_mesh_io_scot.o gcc-11 -O3 -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -DSCOTCH_RENAME_PARSER -DSCOTCH_PTHREAD -Drestrict=__restrict -D_THREAD_SAFE -c library_mesh_io_scot_f.c -o library_mesh_io_scot_f.o gcc-11 -O3 -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -DSCOTCH_RENAME_PARSER -DSCOTCH_PTHREAD -Drestrict=__restrict -D_THREAD_SAFE -c library_mesh_order.c -o library_mesh_order.o gcc-11 -O3 -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -DSCOTCH_RENAME_PARSER -DSCOTCH_PTHREAD -Drestrict=__restrict -D_THREAD_SAFE -c library_mesh_order_f.c -o library_mesh_order_f.o gcc-11 -O3 -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -DSCOTCH_RENAME_PARSER -DSCOTCH_PTHREAD -Drestrict=__restrict -D_THREAD_SAFE -c library_order.c -o library_order.o gcc-11 -O3 -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -DSCOTCH_RENAME_PARSER -DSCOTCH_PTHREAD -Drestrict=__restrict -D_THREAD_SAFE -c library_parser.c -o library_parser.o gcc-11 -O3 -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -DSCOTCH_RENAME_PARSER -DSCOTCH_PTHREAD -Drestrict=__restrict -D_THREAD_SAFE -c library_parser_f.c -o library_parser_f.o gcc-11 -O3 -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -DSCOTCH_RENAME_PARSER -DSCOTCH_PTHREAD -Drestrict=__restrict -D_THREAD_SAFE -c library_random.c -o library_random.o gcc-11 -O3 -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -DSCOTCH_RENAME_PARSER -DSCOTCH_PTHREAD -Drestrict=__restrict -D_THREAD_SAFE -c library_random_f.c -o library_random_f.o gcc-11 -O3 -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -DSCOTCH_RENAME_PARSER -DSCOTCH_PTHREAD -Drestrict=__restrict -D_THREAD_SAFE -c library_strat.c -o library_strat.o gcc-11 -O3 -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -DSCOTCH_RENAME_PARSER -DSCOTCH_PTHREAD -Drestrict=__restrict -D_THREAD_SAFE -c library_version.c -o library_version.o gcc-11 -O3 -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -DSCOTCH_RENAME_PARSER -DSCOTCH_PTHREAD -Drestrict=__restrict -D_THREAD_SAFE -c library_version_f.c -o library_version_f.o gcc-11 -O3 -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -DSCOTCH_RENAME_PARSER -DSCOTCH_PTHREAD -Drestrict=__restrict -D_THREAD_SAFE -c mapping.c -o mapping.o gcc-11 -O3 -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -DSCOTCH_RENAME_PARSER -DSCOTCH_PTHREAD -Drestrict=__restrict -D_THREAD_SAFE -c mapping_io.c -o mapping_io.o gcc-11 -O3 -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -DSCOTCH_RENAME_PARSER -DSCOTCH_PTHREAD -Drestrict=__restrict -D_THREAD_SAFE -c mesh.c -o mesh.o gcc-11 -O3 -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -DSCOTCH_RENAME_PARSER -DSCOTCH_PTHREAD -Drestrict=__restrict -D_THREAD_SAFE -c mesh_check.c -o mesh_check.o gcc-11 -O3 -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -DSCOTCH_RENAME_PARSER -DSCOTCH_PTHREAD -Drestrict=__restrict -D_THREAD_SAFE -c mesh_coarsen.c -o mesh_coarsen.o gcc-11 -O3 -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -DSCOTCH_RENAME_PARSER -DSCOTCH_PTHREAD -Drestrict=__restrict -D_THREAD_SAFE -c mesh_graph.c -o mesh_graph.o gcc-11 -O3 -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -DSCOTCH_RENAME_PARSER -DSCOTCH_PTHREAD -Drestrict=__restrict -D_THREAD_SAFE -c mesh_induce_sepa.c -o mesh_induce_sepa.o gcc-11 -O3 -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -DSCOTCH_RENAME_PARSER -DSCOTCH_PTHREAD -Drestrict=__restrict -D_THREAD_SAFE -c mesh_io.c -o mesh_io.o gcc-11 -O3 -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -DSCOTCH_RENAME_PARSER -DSCOTCH_PTHREAD -Drestrict=__restrict -D_THREAD_SAFE -c mesh_io_habo.c -o mesh_io_habo.o gcc-11 -O3 -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -DSCOTCH_RENAME_PARSER -DSCOTCH_PTHREAD -Drestrict=__restrict -D_THREAD_SAFE -c mesh_io_scot.c -o mesh_io_scot.o gcc-11 -O3 -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -DSCOTCH_RENAME_PARSER -DSCOTCH_PTHREAD -Drestrict=__restrict -D_THREAD_SAFE -c order.c -o order.o gcc-11 -O3 -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -DSCOTCH_RENAME_PARSER -DSCOTCH_PTHREAD -Drestrict=__restrict -D_THREAD_SAFE -c order_check.c -o order_check.o gcc-11 -O3 -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -DSCOTCH_RENAME_PARSER -DSCOTCH_PTHREAD -Drestrict=__restrict -D_THREAD_SAFE -c order_io.c -o order_io.o gcc-11 -O3 -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -DSCOTCH_RENAME_PARSER -DSCOTCH_PTHREAD -Drestrict=__restrict -D_THREAD_SAFE -c parser.c -o parser.o (bison -y -pscotchyy -b y -d -v parser_yy.y && \ mv y.tab.c parser_yy.c && \ mv y.tab.h parser_ly.h) || \ cp last_resort/parser_ly.h last_resort/parser_yy.c . gcc-11 -O3 -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -DSCOTCH_RENAME_PARSER -DSCOTCH_PTHREAD -Drestrict=__restrict -D_THREAD_SAFE -c parser_yy.c -o parser_yy.o (: -Pscotchyy -olex.yy.c parser_ll.l && \ mv lex.yy.c parser_ll.c) || \ cp last_resort/parser_ll.c . mv: rename lex.yy.c to parser_ll.c: No such file or directory gcc-11 -O3 -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -DSCOTCH_RENAME_PARSER -DSCOTCH_PTHREAD -Drestrict=__restrict -D_THREAD_SAFE -c parser_ll.c -o parser_ll.o gcc-11 -O3 -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -DSCOTCH_RENAME_PARSER -DSCOTCH_PTHREAD -Drestrict=__restrict -D_THREAD_SAFE -c vgraph.c -o vgraph.o gcc-11 -O3 -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -DSCOTCH_RENAME_PARSER -DSCOTCH_PTHREAD -Drestrict=__restrict -D_THREAD_SAFE -c vgraph_check.c -o vgraph_check.o gcc-11 -O3 -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -DSCOTCH_RENAME_PARSER -DSCOTCH_PTHREAD -Drestrict=__restrict -D_THREAD_SAFE -c vgraph_separate_bd.c -o vgraph_separate_bd.o gcc-11 -O3 -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -DSCOTCH_RENAME_PARSER -DSCOTCH_PTHREAD -Drestrict=__restrict -D_THREAD_SAFE -c vgraph_separate_es.c -o vgraph_separate_es.o gcc-11 -O3 -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -DSCOTCH_RENAME_PARSER -DSCOTCH_PTHREAD -Drestrict=__restrict -D_THREAD_SAFE -c vgraph_separate_fm.c -o vgraph_separate_fm.o gcc-11 -O3 -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -DSCOTCH_RENAME_PARSER -DSCOTCH_PTHREAD -Drestrict=__restrict -D_THREAD_SAFE -c vgraph_separate_gg.c -o vgraph_separate_gg.o gcc-11 -O3 -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -DSCOTCH_RENAME_PARSER -DSCOTCH_PTHREAD -Drestrict=__restrict -D_THREAD_SAFE -c vgraph_separate_gp.c -o vgraph_separate_gp.o gcc-11 -O3 -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -DSCOTCH_RENAME_PARSER -DSCOTCH_PTHREAD -Drestrict=__restrict -D_THREAD_SAFE -c vgraph_separate_ml.c -o vgraph_separate_ml.o gcc-11 -O3 -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -DSCOTCH_RENAME_PARSER -DSCOTCH_PTHREAD -Drestrict=__restrict -D_THREAD_SAFE -c vgraph_separate_st.c -o vgraph_separate_st.o gcc-11 -O3 -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -DSCOTCH_RENAME_PARSER -DSCOTCH_PTHREAD -Drestrict=__restrict -D_THREAD_SAFE -c vgraph_separate_th.c -o vgraph_separate_th.o gcc-11 -O3 -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -DSCOTCH_RENAME_PARSER -DSCOTCH_PTHREAD -Drestrict=__restrict -D_THREAD_SAFE -c vgraph_separate_vw.c -o vgraph_separate_vw.o gcc-11 -O3 -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -DSCOTCH_RENAME_PARSER -DSCOTCH_PTHREAD -Drestrict=__restrict -D_THREAD_SAFE -c vgraph_separate_zr.c -o vgraph_separate_zr.o gcc-11 -O3 -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -DSCOTCH_RENAME_PARSER -DSCOTCH_PTHREAD -Drestrict=__restrict -D_THREAD_SAFE -c vgraph_store.c -o vgraph_store.o gcc-11 -O3 -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -DSCOTCH_RENAME_PARSER -DSCOTCH_PTHREAD -Drestrict=__restrict -D_THREAD_SAFE -c vmesh.c -o vmesh.o gcc-11 -O3 -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -DSCOTCH_RENAME_PARSER -DSCOTCH_PTHREAD -Drestrict=__restrict -D_THREAD_SAFE -c vmesh_check.c -o vmesh_check.o gcc-11 -O3 -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -DSCOTCH_RENAME_PARSER -DSCOTCH_PTHREAD -Drestrict=__restrict -D_THREAD_SAFE -c vmesh_separate_fm.c -o vmesh_separate_fm.o gcc-11 -O3 -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -DSCOTCH_RENAME_PARSER -DSCOTCH_PTHREAD -Drestrict=__restrict -D_THREAD_SAFE -c vmesh_separate_gg.c -o vmesh_separate_gg.o gcc-11 -O3 -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -DSCOTCH_RENAME_PARSER -DSCOTCH_PTHREAD -Drestrict=__restrict -D_THREAD_SAFE -c vmesh_separate_gr.c -o vmesh_separate_gr.o gcc-11 -O3 -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -DSCOTCH_RENAME_PARSER -DSCOTCH_PTHREAD -Drestrict=__restrict -D_THREAD_SAFE -c vmesh_separate_ml.c -o vmesh_separate_ml.o gcc-11 -O3 -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -DSCOTCH_RENAME_PARSER -DSCOTCH_PTHREAD -Drestrict=__restrict -D_THREAD_SAFE -c vmesh_separate_zr.c -o vmesh_separate_zr.o gcc-11 -O3 -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -DSCOTCH_RENAME_PARSER -DSCOTCH_PTHREAD -Drestrict=__restrict -D_THREAD_SAFE -c vmesh_separate_st.c -o vmesh_separate_st.o gcc-11 -O3 -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -DSCOTCH_RENAME_PARSER -DSCOTCH_PTHREAD -Drestrict=__restrict -D_THREAD_SAFE -c vmesh_store.c -o vmesh_store.o ar -rv libscotch.a arch.o arch_build.o arch_cmplt.o arch_cmpltw.o arch_deco.o arch_hcub.o arch_mesh.o arch_tleaf.o arch_torus.o arch_vcmplt.o arch_vhcub.o bgraph.o bgraph_bipart_bd.o bgraph_bipart_df.o bgraph_bipart_ex.o bgraph_bipart_fm.o bgraph_bipart_gg.o bgraph_bipart_gp.o bgraph_bipart_ml.o bgraph_bipart_st.o bgraph_bipart_zr.o bgraph_check.o bgraph_store.o common.o common_file.o common_file_compress.o common_file_uncompress.o common_integer.o common_memory.o common_string.o common_stub.o gain.o geom.o graph.o graph_base.o graph_check.o graph_coarsen.o graph_induce.o graph_io.o graph_io_chac.o graph_io_habo.o graph_io_mmkt.o graph_io_scot.o graph_list.o hall_order_hd.o hall_order_hf.o hall_order_hx.o hgraph.o hgraph_check.o hgraph_induce.o hgraph_order_bl.o hgraph_order_cp.o hgraph_order_gp.o hgraph_order_hd.o hgraph_order_hf.o hgraph_order_hx.o hgraph_order_nd.o hgraph_order_si.o hgraph_order_st.o hmesh.o hmesh_check.o hmesh_hgraph.o hmesh_induce.o hmesh_mesh.o hmesh_order_bl.o hmesh_order_cp.o hmesh_order_gr.o hmesh_order_gp.o hmesh_order_hd.o hmesh_order_hf.o hmesh_order_hx.o hmesh_order_nd.o hmesh_order_si.o hmesh_order_st.o kgraph.o kgraph_check.o kgraph_map_ml.o kgraph_map_rb.o kgraph_map_rb_map.o kgraph_map_rb_part.o kgraph_map_st.o library_arch.o library_arch_f.o library_arch_build.o library_arch_build_f.o library_geom.o library_geom_f.o library_graph.o library_graph_f.o library_graph_base.o library_graph_base_f.o library_graph_check.o library_graph_check_f.o library_graph_coarsen.o library_graph_coarsen_f.o library_graph_io_chac.o library_graph_io_chac_f.o library_graph_io_habo.o library_graph_io_habo_f.o library_graph_io_mmkt.o library_graph_io_mmkt_f.o library_graph_io_scot.o library_graph_io_scot_f.o library_graph_map.o library_graph_map_f.o library_graph_map_view.o library_graph_map_view_f.o library_graph_order.o library_graph_order_f.o library_mapping.o library_mesh.o library_mesh_f.o library_mesh_graph.o library_mesh_graph_f.o library_mesh_io_habo.o library_mesh_io_habo_f.o library_mesh_io_scot.o library_mesh_io_scot_f.o library_mesh_order.o library_mesh_order_f.o library_order.o library_parser.o library_parser_f.o library_random.o library_random_f.o library_strat.o library_version.o library_version_f.o mapping.o mapping_io.o mesh.o mesh_check.o mesh_coarsen.o mesh_graph.o mesh_induce_sepa.o mesh_io.o mesh_io_habo.o mesh_io_scot.o order.o order_check.o order_io.o parser.o parser_ll.o parser_yy.o vgraph.o vgraph_check.o vgraph_separate_bd.o vgraph_separate_es.o vgraph_separate_fm.o vgraph_separate_gg.o vgraph_separate_gp.o vgraph_separate_ml.o vgraph_separate_st.o vgraph_separate_th.o vgraph_separate_vw.o vgraph_separate_zr.o vgraph_store.o vmesh.o vmesh_check.o vmesh_separate_fm.o vmesh_separate_gg.o vmesh_separate_gr.o vmesh_separate_ml.o vmesh_separate_zr.o vmesh_separate_st.o vmesh_store.o ar: creating archive libscotch.a a - arch.o a - arch_build.o a - arch_cmplt.o a - arch_cmpltw.o a - arch_deco.o a - arch_hcub.o a - arch_mesh.o a - arch_tleaf.o a - arch_torus.o a - arch_vcmplt.o a - arch_vhcub.o a - bgraph.o a - bgraph_bipart_bd.o a - bgraph_bipart_df.o a - bgraph_bipart_ex.o a - bgraph_bipart_fm.o a - bgraph_bipart_gg.o a - bgraph_bipart_gp.o a - bgraph_bipart_ml.o a - bgraph_bipart_st.o a - bgraph_bipart_zr.o a - bgraph_check.o a - bgraph_store.o a - common.o a - common_file.o a - common_file_compress.o a - common_file_uncompress.o a - common_integer.o a - common_memory.o a - common_string.o a - common_stub.o a - gain.o a - geom.o a - graph.o a - graph_base.o a - graph_check.o a - graph_coarsen.o a - graph_induce.o a - graph_io.o a - graph_io_chac.o a - graph_io_habo.o a - graph_io_mmkt.o a - graph_io_scot.o a - graph_list.o a - hall_order_hd.o a - hall_order_hf.o a - hall_order_hx.o a - hgraph.o a - hgraph_check.o a - hgraph_induce.o a - hgraph_order_bl.o a - hgraph_order_cp.o a - hgraph_order_gp.o a - hgraph_order_hd.o a - hgraph_order_hf.o a - hgraph_order_hx.o a - hgraph_order_nd.o a - hgraph_order_si.o a - hgraph_order_st.o a - hmesh.o a - hmesh_check.o a - hmesh_hgraph.o a - hmesh_induce.o a - hmesh_mesh.o a - hmesh_order_bl.o a - hmesh_order_cp.o a - hmesh_order_gr.o a - hmesh_order_gp.o a - hmesh_order_hd.o a - hmesh_order_hf.o a - hmesh_order_hx.o a - hmesh_order_nd.o a - hmesh_order_si.o a - hmesh_order_st.o a - kgraph.o a - kgraph_check.o a - kgraph_map_ml.o a - kgraph_map_rb.o a - kgraph_map_rb_map.o a - kgraph_map_rb_part.o a - kgraph_map_st.o a - library_arch.o a - library_arch_f.o a - library_arch_build.o a - library_arch_build_f.o a - library_geom.o a - library_geom_f.o a - library_graph.o a - library_graph_f.o a - library_graph_base.o a - library_graph_base_f.o a - library_graph_check.o a - library_graph_check_f.o a - library_graph_coarsen.o a - library_graph_coarsen_f.o a - library_graph_io_chac.o a - library_graph_io_chac_f.o a - library_graph_io_habo.o a - library_graph_io_habo_f.o a - library_graph_io_mmkt.o a - library_graph_io_mmkt_f.o a - library_graph_io_scot.o a - library_graph_io_scot_f.o a - library_graph_map.o a - library_graph_map_f.o a - library_graph_map_view.o a - library_graph_map_view_f.o a - library_graph_order.o a - library_graph_order_f.o a - library_mapping.o a - library_mesh.o a - library_mesh_f.o a - library_mesh_graph.o a - library_mesh_graph_f.o a - library_mesh_io_habo.o a - library_mesh_io_habo_f.o a - library_mesh_io_scot.o a - library_mesh_io_scot_f.o a - library_mesh_order.o a - library_mesh_order_f.o a - library_order.o a - library_parser.o a - library_parser_f.o a - library_random.o a - library_random_f.o a - library_strat.o a - library_version.o a - library_version_f.o a - mapping.o a - mapping_io.o a - mesh.o a - mesh_check.o a - mesh_coarsen.o a - mesh_graph.o a - mesh_induce_sepa.o a - mesh_io.o a - mesh_io_habo.o a - mesh_io_scot.o a - order.o a - order_check.o a - order_io.o a - parser.o a - parser_ll.o a - parser_yy.o a - vgraph.o a - vgraph_check.o a - vgraph_separate_bd.o a - vgraph_separate_es.o a - vgraph_separate_fm.o a - vgraph_separate_gg.o a - vgraph_separate_gp.o a - vgraph_separate_ml.o a - vgraph_separate_st.o a - vgraph_separate_th.o a - vgraph_separate_vw.o a - vgraph_separate_zr.o a - vgraph_store.o a - vmesh.o a - vmesh_check.o a - vmesh_separate_fm.o a - vmesh_separate_gg.o a - vmesh_separate_gr.o a - vmesh_separate_ml.o a - vmesh_separate_zr.o a - vmesh_separate_st.o a - vmesh_store.o ranlib libscotch.a gcc-11 -O3 -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -DSCOTCH_RENAME_PARSER -DSCOTCH_PTHREAD -Drestrict=__restrict -D_THREAD_SAFE -c library_error.c -o library_error.o ar -rv libscotcherr.a library_error.o ar: creating archive libscotcherr.a a - library_error.o ranlib libscotcherr.a gcc-11 -O3 -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -DSCOTCH_RENAME_PARSER -DSCOTCH_PTHREAD -Drestrict=__restrict -D_THREAD_SAFE -c library_error_exit.c -o library_error_exit.o ar -rv libscotcherrexit.a library_error_exit.o ar: creating archive libscotcherrexit.a a - library_error_exit.o ranlib libscotcherrexit.a cp scotch.h ../../include cp scotchf.h ../../include cp libscotch.a ../../lib cp libscotcherr.a ../../lib cp libscotcherrexit.a ../../lib (cd scotch ; make scotch ; make install) make CC="gcc-11" SCOTCHLIB=scotch \ acpl \ amk_ccc \ amk_fft2 \ amk_grf \ amk_hy \ amk_m2 \ amk_p2 \ atst \ gbase \ gcv \ gmap \ gmk_hy \ gmk_m2 \ gmk_m3 \ gmk_msh \ gmk_ub2 \ gmtst \ gord \ gotst \ gout \ gpart \ gscat \ gtst \ mcv \ mmk_m2 \ mmk_m3 \ mord \ mtst gcc-11 -O3 -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -DSCOTCH_RENAME_PARSER -DSCOTCH_PTHREAD -Drestrict=__restrict -D_THREAD_SAFE -I../../include -I../libscotch acpl.c -o acpl -L../../lib -lscotch -lscotcherrexit -lz -lm gcc-11 -O3 -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -DSCOTCH_RENAME_PARSER -DSCOTCH_PTHREAD -Drestrict=__restrict -D_THREAD_SAFE -I../../include -I../libscotch amk_ccc.c -o amk_ccc -L../../lib -lscotch -lscotcherrexit -lz -lm gcc-11 -O3 -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -DSCOTCH_RENAME_PARSER -DSCOTCH_PTHREAD -Drestrict=__restrict -D_THREAD_SAFE -I../../include -I../libscotch amk_fft2.c -o amk_fft2 -L../../lib -lscotch -lscotcherrexit -lz -lm gcc-11 -O3 -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -DSCOTCH_RENAME_PARSER -DSCOTCH_PTHREAD -Drestrict=__restrict -D_THREAD_SAFE -I../../include -I../libscotch amk_grf.c -o amk_grf -L../../lib -lscotch -lscotcherrexit -lz -lm gcc-11 -O3 -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -DSCOTCH_RENAME_PARSER -DSCOTCH_PTHREAD -Drestrict=__restrict -D_THREAD_SAFE -I../../include -I../libscotch amk_hy.c -o amk_hy -L../../lib -lscotch -lscotcherrexit -lz -lm gcc-11 -O3 -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -DSCOTCH_RENAME_PARSER -DSCOTCH_PTHREAD -Drestrict=__restrict -D_THREAD_SAFE -I../../include -I../libscotch amk_m2.c -o amk_m2 -L../../lib -lscotch -lscotcherrexit -lz -lm gcc-11 -O3 -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -DSCOTCH_RENAME_PARSER -DSCOTCH_PTHREAD -Drestrict=__restrict -D_THREAD_SAFE -I../../include -I../libscotch amk_p2.c -o amk_p2 -L../../lib -lscotch -lscotcherrexit -lz -lm gcc-11 -O3 -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -DSCOTCH_RENAME_PARSER -DSCOTCH_PTHREAD -Drestrict=__restrict -D_THREAD_SAFE -I../../include -I../libscotch atst.c -o atst -L../../lib -lscotch -lscotcherrexit -lz -lm gcc-11 -O3 -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -DSCOTCH_RENAME_PARSER -DSCOTCH_PTHREAD -Drestrict=__restrict -D_THREAD_SAFE -I../../include -I../libscotch gbase.c -o gbase -L../../lib -lscotch -lscotcherrexit -lz -lm gcc-11 -O3 -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -DSCOTCH_RENAME_PARSER -DSCOTCH_PTHREAD -Drestrict=__restrict -D_THREAD_SAFE -I../../include -I../libscotch gcv.c -o gcv -L../../lib -lscotch -lscotcherrexit -lz -lm gcc-11 -O3 -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -DSCOTCH_RENAME_PARSER -DSCOTCH_PTHREAD -Drestrict=__restrict -D_THREAD_SAFE -I../../include -I../libscotch gmap.c -o gmap -L../../lib -lscotch -lscotcherrexit -lz -lm gcc-11 -O3 -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -DSCOTCH_RENAME_PARSER -DSCOTCH_PTHREAD -Drestrict=__restrict -D_THREAD_SAFE -I../../include -I../libscotch gmk_hy.c -o gmk_hy -L../../lib -lscotch -lscotcherrexit -lz -lm gcc-11 -O3 -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -DSCOTCH_RENAME_PARSER -DSCOTCH_PTHREAD -Drestrict=__restrict -D_THREAD_SAFE -I../../include -I../libscotch gmk_m2.c -o gmk_m2 -L../../lib -lscotch -lscotcherrexit -lz -lm gcc-11 -O3 -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -DSCOTCH_RENAME_PARSER -DSCOTCH_PTHREAD -Drestrict=__restrict -D_THREAD_SAFE -I../../include -I../libscotch gmk_m3.c -o gmk_m3 -L../../lib -lscotch -lscotcherrexit -lz -lm gcc-11 -O3 -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -DSCOTCH_RENAME_PARSER -DSCOTCH_PTHREAD -Drestrict=__restrict -D_THREAD_SAFE -I../../include -I../libscotch gmk_msh.c -o gmk_msh -L../../lib -lscotch -lscotcherrexit -lz -lm gcc-11 -O3 -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -DSCOTCH_RENAME_PARSER -DSCOTCH_PTHREAD -Drestrict=__restrict -D_THREAD_SAFE -I../../include -I../libscotch gmk_ub2.c -o gmk_ub2 -L../../lib -lscotch -lscotcherrexit -lz -lm gcc-11 -O3 -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -DSCOTCH_RENAME_PARSER -DSCOTCH_PTHREAD -Drestrict=__restrict -D_THREAD_SAFE -I../../include -I../libscotch gmtst.c -o gmtst -L../../lib -lscotch -lscotcherrexit -lz -lm gcc-11 -O3 -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -DSCOTCH_RENAME_PARSER -DSCOTCH_PTHREAD -Drestrict=__restrict -D_THREAD_SAFE -I../../include -I../libscotch gord.c -o gord -L../../lib -lscotch -lscotcherrexit -lz -lm gcc-11 -O3 -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -DSCOTCH_RENAME_PARSER -DSCOTCH_PTHREAD -Drestrict=__restrict -D_THREAD_SAFE -I../../include -I../libscotch gotst.c -o gotst -L../../lib -lscotch -lscotcherrexit -lz -lm gcc-11 -O3 -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -DSCOTCH_RENAME_PARSER -DSCOTCH_PTHREAD -Drestrict=__restrict -D_THREAD_SAFE -I../libscotch -I../../include gout_c.c gout_o.c -o gout -L../../lib -lscotch -lscotcherrexit -lz -lm gcc-11 -O3 -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -DSCOTCH_RENAME_PARSER -DSCOTCH_PTHREAD -Drestrict=__restrict -D_THREAD_SAFE -I../../include -I../libscotch gmap.c -DSCOTCH_COMPILE_PART -o gpart -L../../lib -lscotch -lscotcherrexit -lz -lm gcc-11 -O3 -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -DSCOTCH_RENAME_PARSER -DSCOTCH_PTHREAD -Drestrict=__restrict -D_THREAD_SAFE -I../../include -I../libscotch gscat.c -o gscat -L../../lib -lscotch -lscotcherrexit -lz -lm gcc-11 -O3 -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -DSCOTCH_RENAME_PARSER -DSCOTCH_PTHREAD -Drestrict=__restrict -D_THREAD_SAFE -I../../include -I../libscotch gtst.c -o gtst -L../../lib -lscotch -lscotcherrexit -lz -lm gcc-11 -O3 -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -DSCOTCH_RENAME_PARSER -DSCOTCH_PTHREAD -Drestrict=__restrict -D_THREAD_SAFE -I../../include -I../libscotch mcv.c -o mcv -L../../lib -lscotch -lscotcherrexit -lz -lm gcc-11 -O3 -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -DSCOTCH_RENAME_PARSER -DSCOTCH_PTHREAD -Drestrict=__restrict -D_THREAD_SAFE -I../../include -I../libscotch mmk_m2.c -o mmk_m2 -L../../lib -lscotch -lscotcherrexit -lz -lm gcc-11 -O3 -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -DSCOTCH_RENAME_PARSER -DSCOTCH_PTHREAD -Drestrict=__restrict -D_THREAD_SAFE -I../../include -I../libscotch mmk_m3.c -o mmk_m3 -L../../lib -lscotch -lscotcherrexit -lz -lm gcc-11 -O3 -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -DSCOTCH_RENAME_PARSER -DSCOTCH_PTHREAD -Drestrict=__restrict -D_THREAD_SAFE -I../../include -I../libscotch mord.c -o mord -L../../lib -lscotch -lscotcherrexit -lz -lm gcc-11 -O3 -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -DSCOTCH_RENAME_PARSER -DSCOTCH_PTHREAD -Drestrict=__restrict -D_THREAD_SAFE -I../../include -I../libscotch mtst.c -o mtst -L../../lib -lscotch -lscotcherrexit -lz -lm cp acpl ../../bin/acpl cp amk_ccc ../../bin/amk_ccc cp amk_fft2 ../../bin/amk_fft2 cp amk_grf ../../bin/amk_grf cp amk_hy ../../bin/amk_hy cp amk_m2 ../../bin/amk_m2 cp amk_p2 ../../bin/amk_p2 cp atst ../../bin/atst cp gbase ../../bin/gbase cp gcv ../../bin/gcv cp gmap ../../bin/gmap cp gmk_hy ../../bin/gmk_hy cp gmk_m2 ../../bin/gmk_m2 cp gmk_m3 ../../bin/gmk_m3 cp gmk_msh ../../bin/gmk_msh cp gmk_ub2 ../../bin/gmk_ub2 cp gmtst ../../bin/gmtst cp gord ../../bin/gord cp gotst ../../bin/gotst cp gout ../../bin/gout cp gpart ../../bin/gpart cp gscat ../../bin/gscat cp gtst ../../bin/gtst cp mcv ../../bin/mcv cp mmk_m2 ../../bin/mmk_m2 cp mmk_m3 ../../bin/mmk_m3 cp mord ../../bin/mord cp mtst ../../bin/mtst gfortran -g -O2 -std=f2003 -fimplicit-none -fmax-errors=10 -pedantic -pedantic-errors -Waliasing -Wampersand -Wcharacter-truncation -Wline-truncation -Wsurprising -Wno-tabs -Wunderflow -ffpe-trap=invalid,zero,overflow -Wunused -O3 -finline-functions -J./obj -I./obj -I. -I./setup -c -o obj/shared_par.shared_module.o src/shared/shared_par.F90 gcc-11 -c -I./setup -DWITH_MPI -g -O2 -I./setup -DWITH_MPI -o obj/param_reader.cc.o src/shared/param_reader.c gfortran -g -O2 -std=f2003 -fimplicit-none -fmax-errors=10 -pedantic -pedantic-errors -Waliasing -Wampersand -Wcharacter-truncation -Wline-truncation -Wsurprising -Wno-tabs -Wunderflow -ffpe-trap=invalid,zero,overflow -Wunused -O3 -finline-functions -J./obj -I./obj -I. -I./setup -c -o obj/exit_mpi.shared.o src/shared/exit_mpi.f90 gfortran -g -O2 -std=f2003 -fimplicit-none -fmax-errors=10 -pedantic -pedantic-errors -Waliasing -Wampersand -Wcharacter-truncation -Wline-truncation -Wsurprising -Wno-tabs -Wunderflow -ffpe-trap=invalid,zero,overflow -Wunused -O3 -finline-functions -J./obj -I./obj -I. -I./setup -c -o obj/read_parameter_file.shared.o src/shared/read_parameter_file.F90 gfortran -g -O2 -std=f2003 -fimplicit-none -fmax-errors=10 -pedantic -pedantic-errors -Waliasing -Wampersand -Wcharacter-truncation -Wline-truncation -Wsurprising -Wno-tabs -Wunderflow -ffpe-trap=invalid,zero,overflow -Wunused -O3 -finline-functions -J./obj -I./obj -I. -I./setup -c -o obj/read_value_parameters.shared.o src/shared/read_value_parameters.f90 gfortran -g -O2 -std=f2003 -fimplicit-none -fmax-errors=10 -pedantic -pedantic-errors -Waliasing -Wampersand -Wcharacter-truncation -Wline-truncation -Wsurprising -Wno-tabs -Wunderflow -ffpe-trap=invalid,zero,overflow -Wunused -O3 -finline-functions -J./obj -I./obj -I. -I./setup -c -o obj/sort_array_coordinates.shared.o src/shared/sort_array_coordinates.f90 gfortran -g -O2 -std=f2003 -fimplicit-none -fmax-errors=10 -pedantic -pedantic-errors -Waliasing -Wampersand -Wcharacter-truncation -Wline-truncation -Wsurprising -Wno-tabs -Wunderflow -ffpe-trap=invalid,zero,overflow -Wunused -O3 -finline-functions -J./obj -I./obj -I. -I./setup -c -o obj/write_VTK_data.shared.o src/shared/write_VTK_data.f90 gfortran -g -O2 -std=f2003 -fimplicit-none -fmax-errors=10 -pedantic -pedantic-errors -Waliasing -Wampersand -Wcharacter-truncation -Wline-truncation -Wsurprising -Wno-tabs -Wunderflow -ffpe-trap=invalid,zero,overflow -Wunused -O3 -finline-functions -J./obj -I./obj -I. -I./setup -DUSE_SCOTCH -I./external_libs/scotch/include -c -o obj/part_decompose_mesh.dec_module.o src/decompose_mesh/part_decompose_mesh.F90 gfortran -g -O2 -std=f2003 -fimplicit-none -fmax-errors=10 -pedantic -pedantic-errors -Waliasing -Wampersand -Wcharacter-truncation -Wline-truncation -Wsurprising -Wno-tabs -Wunderflow -ffpe-trap=invalid,zero,overflow -Wunused -O3 -finline-functions -J./obj -I./obj -I. -I./setup -DUSE_SCOTCH -I./external_libs/scotch/include -c -o obj/fault_scotch.dec_module.o src/decompose_mesh/fault_scotch.f90 gfortran -g -O2 -std=f2003 -fimplicit-none -fmax-errors=10 -pedantic -pedantic-errors -Waliasing -Wampersand -Wcharacter-truncation -Wline-truncation -Wsurprising -Wno-tabs -Wunderflow -ffpe-trap=invalid,zero,overflow -Wunused -O3 -finline-functions -J./obj -I./obj -I. -I./setup -DUSE_SCOTCH -I./external_libs/scotch/include -c -o obj/decompose_mesh_par.dec_module.o src/decompose_mesh/decompose_mesh_par.F90 gfortran -g -O2 -std=f2003 -fimplicit-none -fmax-errors=10 -pedantic -pedantic-errors -Waliasing -Wampersand -Wcharacter-truncation -Wline-truncation -Wsurprising -Wno-tabs -Wunderflow -ffpe-trap=invalid,zero,overflow -Wunused -O3 -finline-functions -J./obj -I./obj -I. -I./setup -DUSE_SCOTCH -I./external_libs/scotch/include -c -o obj/check_valence.dec.o src/decompose_mesh/check_valence.F90 mpif90 -g -O2 -std=f2003 -fimplicit-none -fmax-errors=10 -pedantic -pedantic-errors -Waliasing -Wampersand -Wcharacter-truncation -Wline-truncation -Wsurprising -Wno-tabs -Wunderflow -ffpe-trap=invalid,zero,overflow -Wunused -O3 -finline-functions -J./obj -I./obj -I. -I./setup -c -o obj/parallel.sharedmpi.o src/shared/parallel.f90 gfortran -g -O2 -std=f2003 -fimplicit-none -fmax-errors=10 -pedantic -pedantic-errors -Waliasing -Wampersand -Wcharacter-truncation -Wline-truncation -Wsurprising -Wno-tabs -Wunderflow -ffpe-trap=invalid,zero,overflow -Wunused -O3 -finline-functions -J./obj -I./obj -I. -I./setup -DUSE_SCOTCH -I./external_libs/scotch/include -c -o obj/decompose_mesh.dec.o src/decompose_mesh/decompose_mesh.F90 gfortran -g -O2 -std=f2003 -fimplicit-none -fmax-errors=10 -pedantic -pedantic-errors -Waliasing -Wampersand -Wcharacter-truncation -Wline-truncation -Wsurprising -Wno-tabs -Wunderflow -ffpe-trap=invalid,zero,overflow -Wunused -O3 -finline-functions -J./obj -I./obj -I. -I./setup -DUSE_SCOTCH -I./external_libs/scotch/include -c -o obj/lts_helper.dec.o src/decompose_mesh/lts_helper.F90 gfortran -g -O2 -std=f2003 -fimplicit-none -fmax-errors=10 -pedantic -pedantic-errors -Waliasing -Wampersand -Wcharacter-truncation -Wline-truncation -Wsurprising -Wno-tabs -Wunderflow -ffpe-trap=invalid,zero,overflow -Wunused -O3 -finline-functions -J./obj -I./obj -I. -I./setup -DUSE_SCOTCH -I./external_libs/scotch/include -c -o obj/lts_setup_elements.dec.o src/decompose_mesh/lts_setup_elements.F90 gfortran -g -O2 -std=f2003 -fimplicit-none -fmax-errors=10 -pedantic -pedantic-errors -Waliasing -Wampersand -Wcharacter-truncation -Wline-truncation -Wsurprising -Wno-tabs -Wunderflow -ffpe-trap=invalid,zero,overflow -Wunused -O3 -finline-functions -J./obj -I./obj -I. -I./setup -DUSE_SCOTCH -I./external_libs/scotch/include -c -o obj/partition_scotch.dec.o src/decompose_mesh/partition_scotch.F90 gfortran -g -O2 -std=f2003 -fimplicit-none -fmax-errors=10 -pedantic -pedantic-errors -Waliasing -Wampersand -Wcharacter-truncation -Wline-truncation -Wsurprising -Wno-tabs -Wunderflow -ffpe-trap=invalid,zero,overflow -Wunused -O3 -finline-functions -J./obj -I./obj -I. -I./setup -DUSE_SCOTCH -I./external_libs/scotch/include -c -o obj/partition_metis.dec.o src/decompose_mesh/partition_metis.F90 gfortran -g -O2 -std=f2003 -fimplicit-none -fmax-errors=10 -pedantic -pedantic-errors -Waliasing -Wampersand -Wcharacter-truncation -Wline-truncation -Wsurprising -Wno-tabs -Wunderflow -ffpe-trap=invalid,zero,overflow -Wunused -O3 -finline-functions -J./obj -I./obj -I. -I./setup -DUSE_SCOTCH -I./external_libs/scotch/include -c -o obj/partition_patoh.dec.o src/decompose_mesh/partition_patoh.F90 gfortran -g -O2 -std=f2003 -fimplicit-none -fmax-errors=10 -pedantic -pedantic-errors -Waliasing -Wampersand -Wcharacter-truncation -Wline-truncation -Wsurprising -Wno-tabs -Wunderflow -ffpe-trap=invalid,zero,overflow -Wunused -O3 -finline-functions -J./obj -I./obj -I. -I./setup -DUSE_SCOTCH -I./external_libs/scotch/include -c -o obj/partition_rows.dec.o src/decompose_mesh/partition_rows.F90 gfortran -g -O2 -std=f2003 -fimplicit-none -fmax-errors=10 -pedantic -pedantic-errors -Waliasing -Wampersand -Wcharacter-truncation -Wline-truncation -Wsurprising -Wno-tabs -Wunderflow -ffpe-trap=invalid,zero,overflow -Wunused -O3 -finline-functions -J./obj -I./obj -I. -I./setup -DUSE_SCOTCH -I./external_libs/scotch/include -c -o obj/program_decompose_mesh.dec.o src/decompose_mesh/program_decompose_mesh.f90 gfortran -g -O2 -std=f2003 -fimplicit-none -fmax-errors=10 -pedantic -pedantic-errors -Waliasing -Wampersand -Wcharacter-truncation -Wline-truncation -Wsurprising -Wno-tabs -Wunderflow -ffpe-trap=invalid,zero,overflow -Wunused -O3 -finline-functions -J./obj -I./obj -I. -I./setup -DUSE_SCOTCH -I./external_libs/scotch/include -c -o obj/read_mesh_files.dec.o src/decompose_mesh/read_mesh_files.F90 g++ -c -g -O2 -I./setup -DWITH_MPI -o obj/wrap_patoh.o src/decompose_mesh/wrap_patoh.cpp -DUSE_SCOTCH -I./external_libs/scotch/include gcc-11 -c -g -O2 -I./setup -DWITH_MPI -o obj/wrap_metis.o src/decompose_mesh/wrap_metis.c -DUSE_SCOTCH -I./external_libs/scotch/include gfortran -g -O2 -std=f2003 -fimplicit-none -fmax-errors=10 -pedantic -pedantic-errors -Waliasing -Wampersand -Wcharacter-truncation -Wline-truncation -Wsurprising -Wno-tabs -Wunderflow -ffpe-trap=invalid,zero,overflow -Wunused -O3 -finline-functions -J./obj -I./obj -I. -I./setup -DUSE_SCOTCH -I./external_libs/scotch/include -c -o obj/write_mesh_databases.dec.o src/decompose_mesh/write_mesh_databases.F90 building xdecompose_mesh mpif90 -g -O2 -std=f2003 -fimplicit-none -fmax-errors=10 -pedantic -pedantic-errors -Waliasing -Wampersand -Wcharacter-truncation -Wline-truncation -Wsurprising -Wno-tabs -Wunderflow -ffpe-trap=invalid,zero,overflow -Wunused -O3 -finline-functions -o ./bin/xdecompose_mesh ./obj/shared_par.shared_module.o ./obj/param_reader.cc.o ./obj/exit_mpi.shared.o ./obj/read_parameter_file.shared.o ./obj/read_value_parameters.shared.o ./obj/sort_array_coordinates.shared.o ./obj/write_VTK_data.shared.o ./obj/check_valence.dec.o ./obj/decompose_mesh.dec.o ./obj/decompose_mesh_par.dec_module.o ./obj/fault_scotch.dec_module.o ./obj/lts_helper.dec.o ./obj/lts_setup_elements.dec.o ./obj/part_decompose_mesh.dec_module.o ./obj/partition_scotch.dec.o ./obj/partition_metis.dec.o ./obj/partition_patoh.dec.o ./obj/partition_rows.dec.o ./obj/program_decompose_mesh.dec.o ./obj/read_mesh_files.dec.o ./obj/wrap_patoh.o ./obj/wrap_metis.o ./obj/write_mesh_databases.dec.o -L./external_libs/scotch/lib -lscotch -lscotcherr ./obj/parallel.sharedmpi.o gfortran -g -O2 -std=f2003 -fimplicit-none -fmax-errors=10 -pedantic -pedantic-errors -Waliasing -Wampersand -Wcharacter-truncation -Wline-truncation -Wsurprising -Wno-tabs -Wunderflow -ffpe-trap=invalid,zero,overflow -Wunused -O3 -finline-functions -J./obj -I./obj -I. -I./setup -c -o obj/meshfem3D_par.mesh_module.o src/meshfem3D/meshfem3D_par.f90 gfortran -g -O2 -std=f2003 -fimplicit-none -fmax-errors=10 -pedantic -pedantic-errors -Waliasing -Wampersand -Wcharacter-truncation -Wline-truncation -Wsurprising -Wno-tabs -Wunderflow -ffpe-trap=invalid,zero,overflow -Wunused -O3 -finline-functions -J./obj -I./obj -I. -I./setup -c -o obj/calc_gll_points.mesh.o src/meshfem3D/calc_gll_points.f90 gfortran -g -O2 -std=f2003 -fimplicit-none -fmax-errors=10 -pedantic -pedantic-errors -Waliasing -Wampersand -Wcharacter-truncation -Wline-truncation -Wsurprising -Wno-tabs -Wunderflow -ffpe-trap=invalid,zero,overflow -Wunused -O3 -finline-functions -J./obj -I./obj -I. -I./setup -c -o obj/check_mesh_quality.mesh.o src/meshfem3D/check_mesh_quality.f90 gfortran -g -O2 -std=f2003 -fimplicit-none -fmax-errors=10 -pedantic -pedantic-errors -Waliasing -Wampersand -Wcharacter-truncation -Wline-truncation -Wsurprising -Wno-tabs -Wunderflow -ffpe-trap=invalid,zero,overflow -Wunused -O3 -finline-functions -J./obj -I./obj -I. -I./setup -c -o obj/chunk_earth_mesh_mod.mesh.o src/meshfem3D/chunk_earth_mesh_mod.f90 gfortran -g -O2 -std=f2003 -fimplicit-none -fmax-errors=10 -pedantic -pedantic-errors -Waliasing -Wampersand -Wcharacter-truncation -Wline-truncation -Wsurprising -Wno-tabs -Wunderflow -ffpe-trap=invalid,zero,overflow -Wunused -O3 -finline-functions -J./obj -I./obj -I. -I./setup -c -o obj/compute_parameters.mesh.o src/meshfem3D/compute_parameters.f90 gfortran -g -O2 -std=f2003 -fimplicit-none -fmax-errors=10 -pedantic -pedantic-errors -Waliasing -Wampersand -Wcharacter-truncation -Wline-truncation -Wsurprising -Wno-tabs -Wunderflow -ffpe-trap=invalid,zero,overflow -Wunused -O3 -finline-functions -J./obj -I./obj -I. -I./setup -c -o obj/adios_manager.shared_adios_module.o src/shared/adios_manager.F90 gfortran -g -O2 -std=f2003 -fimplicit-none -fmax-errors=10 -pedantic -pedantic-errors -Waliasing -Wampersand -Wcharacter-truncation -Wline-truncation -Wsurprising -Wno-tabs -Wunderflow -ffpe-trap=invalid,zero,overflow -Wunused -O3 -finline-functions -J./obj -I./obj -I. -I./setup -c -o obj/create_meshfem_mesh.mesh.o src/meshfem3D/create_meshfem_mesh.f90 gfortran -g -O2 -std=f2003 -fimplicit-none -fmax-errors=10 -pedantic -pedantic-errors -Waliasing -Wampersand -Wcharacter-truncation -Wline-truncation -Wsurprising -Wno-tabs -Wunderflow -ffpe-trap=invalid,zero,overflow -Wunused -O3 -finline-functions -J./obj -I./obj -I. -I./setup -c -o obj/create_CPML_regions.mesh.o src/meshfem3D/create_CPML_regions.f90 gfortran -g -O2 -std=f2003 -fimplicit-none -fmax-errors=10 -pedantic -pedantic-errors -Waliasing -Wampersand -Wcharacter-truncation -Wline-truncation -Wsurprising -Wno-tabs -Wunderflow -ffpe-trap=invalid,zero,overflow -Wunused -O3 -finline-functions -J./obj -I./obj -I. -I./setup -c -o obj/create_interfaces_mesh.mesh.o src/meshfem3D/create_interfaces_mesh.f90 gfortran -g -O2 -std=f2003 -fimplicit-none -fmax-errors=10 -pedantic -pedantic-errors -Waliasing -Wampersand -Wcharacter-truncation -Wline-truncation -Wsurprising -Wno-tabs -Wunderflow -ffpe-trap=invalid,zero,overflow -Wunused -O3 -finline-functions -J./obj -I./obj -I. -I./setup -c -o obj/create_visual_files.mesh.o src/meshfem3D/create_visual_files.f90 gfortran -g -O2 -std=f2003 -fimplicit-none -fmax-errors=10 -pedantic -pedantic-errors -Waliasing -Wampersand -Wcharacter-truncation -Wline-truncation -Wsurprising -Wno-tabs -Wunderflow -ffpe-trap=invalid,zero,overflow -Wunused -O3 -finline-functions -J./obj -I./obj -I. -I./setup -c -o obj/define_subregions.mesh.o src/meshfem3D/define_subregions.f90 gfortran -g -O2 -std=f2003 -fimplicit-none -fmax-errors=10 -pedantic -pedantic-errors -Waliasing -Wampersand -Wcharacter-truncation -Wline-truncation -Wsurprising -Wno-tabs -Wunderflow -ffpe-trap=invalid,zero,overflow -Wunused -O3 -finline-functions -J./obj -I./obj -I. -I./setup -c -o obj/define_subregions_heuristic.mesh.o src/meshfem3D/define_subregions_heuristic.f90 gfortran -g -O2 -std=f2003 -fimplicit-none -fmax-errors=10 -pedantic -pedantic-errors -Waliasing -Wampersand -Wcharacter-truncation -Wline-truncation -Wsurprising -Wno-tabs -Wunderflow -ffpe-trap=invalid,zero,overflow -Wunused -O3 -finline-functions -J./obj -I./obj -I. -I./setup -c -o obj/define_superbrick.mesh.o src/meshfem3D/define_superbrick.f90 gfortran -g -O2 -std=f2003 -fimplicit-none -fmax-errors=10 -pedantic -pedantic-errors -Waliasing -Wampersand -Wcharacter-truncation -Wline-truncation -Wsurprising -Wno-tabs -Wunderflow -ffpe-trap=invalid,zero,overflow -Wunused -O3 -finline-functions -J./obj -I./obj -I. -I./setup -c -o obj/determine_cavity.mesh.o src/meshfem3D/determine_cavity.f90 gfortran -g -O2 -std=f2003 -fimplicit-none -fmax-errors=10 -pedantic -pedantic-errors -Waliasing -Wampersand -Wcharacter-truncation -Wline-truncation -Wsurprising -Wno-tabs -Wunderflow -ffpe-trap=invalid,zero,overflow -Wunused -O3 -finline-functions -J./obj -I./obj -I. -I./setup -c -o obj/earth_chunk.mesh.o src/meshfem3D/earth_chunk.f90 gfortran -g -O2 -std=f2003 -fimplicit-none -fmax-errors=10 -pedantic -pedantic-errors -Waliasing -Wampersand -Wcharacter-truncation -Wline-truncation -Wsurprising -Wno-tabs -Wunderflow -ffpe-trap=invalid,zero,overflow -Wunused -O3 -finline-functions -J./obj -I./obj -I. -I./setup -c -o obj/get_flags_boundaries.mesh.o src/meshfem3D/get_flags_boundaries.f90 gfortran -g -O2 -std=f2003 -fimplicit-none -fmax-errors=10 -pedantic -pedantic-errors -Waliasing -Wampersand -Wcharacter-truncation -Wline-truncation -Wsurprising -Wno-tabs -Wunderflow -ffpe-trap=invalid,zero,overflow -Wunused -O3 -finline-functions -J./obj -I./obj -I. -I./setup -c -o obj/get_MPI_cutplanes_eta.mesh.o src/meshfem3D/get_MPI_cutplanes_eta.f90 gfortran -g -O2 -std=f2003 -fimplicit-none -fmax-errors=10 -pedantic -pedantic-errors -Waliasing -Wampersand -Wcharacter-truncation -Wline-truncation -Wsurprising -Wno-tabs -Wunderflow -ffpe-trap=invalid,zero,overflow -Wunused -O3 -finline-functions -J./obj -I./obj -I. -I./setup -c -o obj/get_MPI_cutplanes_xi.mesh.o src/meshfem3D/get_MPI_cutplanes_xi.f90 gfortran -g -O2 -std=f2003 -fimplicit-none -fmax-errors=10 -pedantic -pedantic-errors -Waliasing -Wampersand -Wcharacter-truncation -Wline-truncation -Wsurprising -Wno-tabs -Wunderflow -ffpe-trap=invalid,zero,overflow -Wunused -O3 -finline-functions -J./obj -I./obj -I. -I./setup -c -o obj/meshfem3D.mesh.o src/meshfem3D/meshfem3D.F90 gfortran -g -O2 -std=f2003 -fimplicit-none -fmax-errors=10 -pedantic -pedantic-errors -Waliasing -Wampersand -Wcharacter-truncation -Wline-truncation -Wsurprising -Wno-tabs -Wunderflow -ffpe-trap=invalid,zero,overflow -Wunused -O3 -finline-functions -J./obj -I./obj -I. -I./setup -c -o obj/read_mesh_parameter_file.mesh.o src/meshfem3D/read_mesh_parameter_file.f90 gfortran -g -O2 -std=f2003 -fimplicit-none -fmax-errors=10 -pedantic -pedantic-errors -Waliasing -Wampersand -Wcharacter-truncation -Wline-truncation -Wsurprising -Wno-tabs -Wunderflow -ffpe-trap=invalid,zero,overflow -Wunused -O3 -finline-functions -J./obj -I./obj -I. -I./setup -c -o obj/read_value_mesh_parameters.mesh.o src/meshfem3D/read_value_mesh_parameters.f90 gfortran -g -O2 -std=f2003 -fimplicit-none -fmax-errors=10 -pedantic -pedantic-errors -Waliasing -Wampersand -Wcharacter-truncation -Wline-truncation -Wsurprising -Wno-tabs -Wunderflow -ffpe-trap=invalid,zero,overflow -Wunused -O3 -finline-functions -J./obj -I./obj -I. -I./setup -c -o obj/save_databases.mesh.o src/meshfem3D/save_databases.F90 gfortran -g -O2 -std=f2003 -fimplicit-none -fmax-errors=10 -pedantic -pedantic-errors -Waliasing -Wampersand -Wcharacter-truncation -Wline-truncation -Wsurprising -Wno-tabs -Wunderflow -ffpe-trap=invalid,zero,overflow -Wunused -O3 -finline-functions -J./obj -I./obj -I. -I./setup -c -o obj/store_boundaries.mesh.o src/meshfem3D/store_boundaries.f90 gfortran -g -O2 -std=f2003 -fimplicit-none -fmax-errors=10 -pedantic -pedantic-errors -Waliasing -Wampersand -Wcharacter-truncation -Wline-truncation -Wsurprising -Wno-tabs -Wunderflow -ffpe-trap=invalid,zero,overflow -Wunused -O3 -finline-functions -J./obj -I./obj -I. -I./setup -c -o obj/store_coords.mesh.o src/meshfem3D/store_coords.f90 gfortran -g -O2 -std=f2003 -fimplicit-none -fmax-errors=10 -pedantic -pedantic-errors -Waliasing -Wampersand -Wcharacter-truncation -Wline-truncation -Wsurprising -Wno-tabs -Wunderflow -ffpe-trap=invalid,zero,overflow -Wunused -O3 -finline-functions -J./obj -I./obj -I. -I./setup -c -o obj/create_name_database.shared.o src/shared/create_name_database.f90 gfortran -g -O2 -std=f2003 -fimplicit-none -fmax-errors=10 -pedantic -pedantic-errors -Waliasing -Wampersand -Wcharacter-truncation -Wline-truncation -Wsurprising -Wno-tabs -Wunderflow -ffpe-trap=invalid,zero,overflow -Wunused -O3 -finline-functions -J./obj -I./obj -I. -I./setup -c -o obj/get_global.shared.o src/shared/get_global.f90 gfortran -g -O2 -std=f2003 -fimplicit-none -fmax-errors=10 -pedantic -pedantic-errors -Waliasing -Wampersand -Wcharacter-truncation -Wline-truncation -Wsurprising -Wno-tabs -Wunderflow -ffpe-trap=invalid,zero,overflow -Wunused -O3 -finline-functions -J./obj -I./obj -I. -I./setup -c -o obj/get_shape3D.shared.o src/shared/get_shape3D.f90 gfortran -g -O2 -std=f2003 -fimplicit-none -fmax-errors=10 -pedantic -pedantic-errors -Waliasing -Wampersand -Wcharacter-truncation -Wline-truncation -Wsurprising -Wno-tabs -Wunderflow -ffpe-trap=invalid,zero,overflow -Wunused -O3 -finline-functions -J./obj -I./obj -I. -I./setup -c -o obj/gll_library.shared.o src/shared/gll_library.f90 gfortran -g -O2 -std=f2003 -fimplicit-none -fmax-errors=10 -pedantic -pedantic-errors -Waliasing -Wampersand -Wcharacter-truncation -Wline-truncation -Wsurprising -Wno-tabs -Wunderflow -ffpe-trap=invalid,zero,overflow -Wunused -O3 -finline-functions -J./obj -I./obj -I. -I./setup -c -o obj/hex_nodes.shared.o src/shared/hex_nodes.f90 gfortran -g -O2 -std=f2003 -fimplicit-none -fmax-errors=10 -pedantic -pedantic-errors -Waliasing -Wampersand -Wcharacter-truncation -Wline-truncation -Wsurprising -Wno-tabs -Wunderflow -ffpe-trap=invalid,zero,overflow -Wunused -O3 -finline-functions -J./obj -I./obj -I. -I./setup -c -o obj/read_topo_bathy_file.shared.o src/shared/read_topo_bathy_file.f90 gfortran -g -O2 -std=f2003 -fimplicit-none -fmax-errors=10 -pedantic -pedantic-errors -Waliasing -Wampersand -Wcharacter-truncation -Wline-truncation -Wsurprising -Wno-tabs -Wunderflow -ffpe-trap=invalid,zero,overflow -Wunused -O3 -finline-functions -J./obj -I./obj -I. -I./setup -c -o obj/safe_alloc_mod.shared.o src/shared/safe_alloc_mod.f90 gfortran -g -O2 -std=f2003 -fimplicit-none -fmax-errors=10 -pedantic -pedantic-errors -Waliasing -Wampersand -Wcharacter-truncation -Wline-truncation -Wsurprising -Wno-tabs -Wunderflow -ffpe-trap=invalid,zero,overflow -Wunused -O3 -finline-functions -J./obj -I./obj -I. -I./setup -c -o obj/utm_geo.shared.o src/shared/utm_geo.f90 gcc-11 -c -I./setup -DWITH_MPI -g -O2 -I./setup -DWITH_MPI -o obj/adios_method_stubs.cc.o src/shared/adios_method_stubs.c building xmeshfem3D mpif90 -g -O2 -std=f2003 -fimplicit-none -fmax-errors=10 -pedantic -pedantic-errors -Waliasing -Wampersand -Wcharacter-truncation -Wline-truncation -Wsurprising -Wno-tabs -Wunderflow -ffpe-trap=invalid,zero,overflow -Wunused -O3 -finline-functions -o ./bin/xmeshfem3D ./obj/calc_gll_points.mesh.o ./obj/check_mesh_quality.mesh.o ./obj/chunk_earth_mesh_mod.mesh.o ./obj/compute_parameters.mesh.o ./obj/create_meshfem_mesh.mesh.o ./obj/create_CPML_regions.mesh.o ./obj/create_interfaces_mesh.mesh.o ./obj/create_visual_files.mesh.o ./obj/define_subregions.mesh.o ./obj/define_subregions_heuristic.mesh.o ./obj/define_superbrick.mesh.o ./obj/determine_cavity.mesh.o ./obj/earth_chunk.mesh.o ./obj/get_flags_boundaries.mesh.o ./obj/get_MPI_cutplanes_eta.mesh.o ./obj/get_MPI_cutplanes_xi.mesh.o ./obj/meshfem3D.mesh.o ./obj/meshfem3D_par.mesh_module.o ./obj/read_mesh_parameter_file.mesh.o ./obj/read_value_mesh_parameters.mesh.o ./obj/save_databases.mesh.o ./obj/store_boundaries.mesh.o ./obj/store_coords.mesh.o ./obj/create_name_database.shared.o ./obj/shared_par.shared_module.o ./obj/adios_manager.shared_adios_module.o ./obj/exit_mpi.shared.o ./obj/get_global.shared.o ./obj/get_shape3D.shared.o ./obj/gll_library.shared.o ./obj/hex_nodes.shared.o ./obj/param_reader.cc.o ./obj/read_parameter_file.shared.o ./obj/read_topo_bathy_file.shared.o ./obj/read_value_parameters.shared.o ./obj/safe_alloc_mod.shared.o ./obj/sort_array_coordinates.shared.o ./obj/utm_geo.shared.o ./obj/write_VTK_data.shared.o ./obj/adios_method_stubs.cc.o ./obj/parallel.sharedmpi.o gfortran -g -O2 -std=f2003 -fimplicit-none -fmax-errors=10 -pedantic -pedantic-errors -Waliasing -Wampersand -Wcharacter-truncation -Wline-truncation -Wsurprising -Wno-tabs -Wunderflow -ffpe-trap=invalid,zero,overflow -Wunused -O3 -finline-functions -J./obj -I./obj -I. -I./setup -c -o obj/generate_databases_par.gen_mod.o src/generate_databases/generate_databases_par.F90 gfortran -g -O2 -std=f2003 -fimplicit-none -fmax-errors=10 -pedantic -pedantic-errors -Waliasing -Wampersand -Wcharacter-truncation -Wline-truncation -Wsurprising -Wno-tabs -Wunderflow -ffpe-trap=invalid,zero,overflow -Wunused -O3 -finline-functions -J./obj -I./obj -I. -I./setup -c -o obj/calc_jacobian.gen.o src/generate_databases/calc_jacobian.f90 gfortran -g -O2 -std=f2003 -fimplicit-none -fmax-errors=10 -pedantic -pedantic-errors -Waliasing -Wampersand -Wcharacter-truncation -Wline-truncation -Wsurprising -Wno-tabs -Wunderflow -ffpe-trap=invalid,zero,overflow -Wunused -O3 -finline-functions -J./obj -I./obj -I. -I./setup -c -o obj/fault_generate_databases.gen.o src/generate_databases/fault_generate_databases.f90 gfortran -g -O2 -std=f2003 -fimplicit-none -fmax-errors=10 -pedantic -pedantic-errors -Waliasing -Wampersand -Wcharacter-truncation -Wline-truncation -Wsurprising -Wno-tabs -Wunderflow -ffpe-trap=invalid,zero,overflow -Wunused -O3 -finline-functions -J./obj -I./obj -I. -I./setup -c -o obj/create_mass_matrices.gen.o src/generate_databases/create_mass_matrices.f90 gfortran -g -O2 -std=f2003 -fimplicit-none -fmax-errors=10 -pedantic -pedantic-errors -Waliasing -Wampersand -Wcharacter-truncation -Wline-truncation -Wsurprising -Wno-tabs -Wunderflow -ffpe-trap=invalid,zero,overflow -Wunused -O3 -finline-functions -J./obj -I./obj -I. -I./setup -c -o obj/create_regions_mesh.gen.o src/generate_databases/create_regions_mesh.f90 gfortran -g -O2 -std=f2003 -fimplicit-none -fmax-errors=10 -pedantic -pedantic-errors -Waliasing -Wampersand -Wcharacter-truncation -Wline-truncation -Wsurprising -Wno-tabs -Wunderflow -ffpe-trap=invalid,zero,overflow -Wunused -O3 -finline-functions -J./obj -I./obj -I. -I./setup -c -o obj/finalize_databases.gen.o src/generate_databases/finalize_databases.f90 GEN setup/version.fh /bin/sh: /bin/grep: No such file or directory /bin/sh: /bin/grep: No such file or directory gfortran -g -O2 -std=f2003 -fimplicit-none -fmax-errors=10 -pedantic -pedantic-errors -Waliasing -Wampersand -Wcharacter-truncation -Wline-truncation -Wsurprising -Wno-tabs -Wunderflow -ffpe-trap=invalid,zero,overflow -Wunused -O3 -finline-functions -J./obj -I./obj -I. -I./setup -c -o obj/generate_databases.gen.o src/generate_databases/generate_databases.f90 gfortran -g -O2 -std=f2003 -fimplicit-none -fmax-errors=10 -pedantic -pedantic-errors -Waliasing -Wampersand -Wcharacter-truncation -Wline-truncation -Wsurprising -Wno-tabs -Wunderflow -ffpe-trap=invalid,zero,overflow -Wunused -O3 -finline-functions -J./obj -I./obj -I. -I./setup -c -o obj/get_absorbing_boundary.gen.o src/generate_databases/get_absorbing_boundary.F90 gfortran -g -O2 -std=f2003 -fimplicit-none -fmax-errors=10 -pedantic -pedantic-errors -Waliasing -Wampersand -Wcharacter-truncation -Wline-truncation -Wsurprising -Wno-tabs -Wunderflow -ffpe-trap=invalid,zero,overflow -Wunused -O3 -finline-functions -J./obj -I./obj -I. -I./setup -c -o obj/get_coupling_surfaces.gen.o src/generate_databases/get_coupling_surfaces.f90 mpif90 -g -O2 -std=f2003 -fimplicit-none -fmax-errors=10 -pedantic -pedantic-errors -Waliasing -Wampersand -Wcharacter-truncation -Wline-truncation -Wsurprising -Wno-tabs -Wunderflow -ffpe-trap=invalid,zero,overflow -Wunused -O3 -finline-functions -J./obj -I./obj -I. -I./setup -c -o obj/model_sep.mpi_gen.o src/generate_databases/model_sep.f90 gfortran -g -O2 -std=f2003 -fimplicit-none -fmax-errors=10 -pedantic -pedantic-errors -Waliasing -Wampersand -Wcharacter-truncation -Wline-truncation -Wsurprising -Wno-tabs -Wunderflow -ffpe-trap=invalid,zero,overflow -Wunused -O3 -finline-functions -J./obj -I./obj -I. -I./setup -c -o obj/get_model.gen.o src/generate_databases/get_model.F90 gfortran -g -O2 -std=f2003 -fimplicit-none -fmax-errors=10 -pedantic -pedantic-errors -Waliasing -Wampersand -Wcharacter-truncation -Wline-truncation -Wsurprising -Wno-tabs -Wunderflow -ffpe-trap=invalid,zero,overflow -Wunused -O3 -finline-functions -J./obj -I./obj -I. -I./setup -c -o obj/get_MPI.gen.o src/generate_databases/get_MPI.f90 gfortran -g -O2 -std=f2003 -fimplicit-none -fmax-errors=10 -pedantic -pedantic-errors -Waliasing -Wampersand -Wcharacter-truncation -Wline-truncation -Wsurprising -Wno-tabs -Wunderflow -ffpe-trap=invalid,zero,overflow -Wunused -O3 -finline-functions -J./obj -I./obj -I. -I./setup -c -o obj/get_perm_color.gen.o src/generate_databases/get_perm_color.f90 gfortran -g -O2 -std=f2003 -fimplicit-none -fmax-errors=10 -pedantic -pedantic-errors -Waliasing -Wampersand -Wcharacter-truncation -Wline-truncation -Wsurprising -Wno-tabs -Wunderflow -ffpe-trap=invalid,zero,overflow -Wunused -O3 -finline-functions -J./obj -I./obj -I. -I./setup -c -o obj/model_1d_cascadia.gen.o src/generate_databases/model_1d_cascadia.f90 gfortran -g -O2 -std=f2003 -fimplicit-none -fmax-errors=10 -pedantic -pedantic-errors -Waliasing -Wampersand -Wcharacter-truncation -Wline-truncation -Wsurprising -Wno-tabs -Wunderflow -ffpe-trap=invalid,zero,overflow -Wunused -O3 -finline-functions -J./obj -I./obj -I. -I./setup -c -o obj/model_1d_prem.gen.o src/generate_databases/model_1d_prem.f90 gfortran -g -O2 -std=f2003 -fimplicit-none -fmax-errors=10 -pedantic -pedantic-errors -Waliasing -Wampersand -Wcharacter-truncation -Wline-truncation -Wsurprising -Wno-tabs -Wunderflow -ffpe-trap=invalid,zero,overflow -Wunused -O3 -finline-functions -J./obj -I./obj -I. -I./setup -c -o obj/model_1d_socal.gen.o src/generate_databases/model_1d_socal.f90 gfortran -g -O2 -std=f2003 -fimplicit-none -fmax-errors=10 -pedantic -pedantic-errors -Waliasing -Wampersand -Wcharacter-truncation -Wline-truncation -Wsurprising -Wno-tabs -Wunderflow -ffpe-trap=invalid,zero,overflow -Wunused -O3 -finline-functions -J./obj -I./obj -I. -I./setup -c -o obj/model_aniso.gen.o src/generate_databases/model_aniso.f90 gfortran -g -O2 -std=f2003 -fimplicit-none -fmax-errors=10 -pedantic -pedantic-errors -Waliasing -Wampersand -Wcharacter-truncation -Wline-truncation -Wsurprising -Wno-tabs -Wunderflow -ffpe-trap=invalid,zero,overflow -Wunused -O3 -finline-functions -J./obj -I./obj -I. -I./setup -c -o obj/model_coupled.gen.o src/generate_databases/model_coupled.f90 gfortran -g -O2 -std=f2003 -fimplicit-none -fmax-errors=10 -pedantic -pedantic-errors -Waliasing -Wampersand -Wcharacter-truncation -Wline-truncation -Wsurprising -Wno-tabs -Wunderflow -ffpe-trap=invalid,zero,overflow -Wunused -O3 -finline-functions -J./obj -I./obj -I. -I./setup -c -o obj/model_default.gen.o src/generate_databases/model_default.f90 gfortran -g -O2 -std=f2003 -fimplicit-none -fmax-errors=10 -pedantic -pedantic-errors -Waliasing -Wampersand -Wcharacter-truncation -Wline-truncation -Wsurprising -Wno-tabs -Wunderflow -ffpe-trap=invalid,zero,overflow -Wunused -O3 -finline-functions -J./obj -I./obj -I. -I./setup -c -o obj/model_external_values.gen.o src/generate_databases/model_external_values.F90 gfortran -g -O2 -std=f2003 -fimplicit-none -fmax-errors=10 -pedantic -pedantic-errors -Waliasing -Wampersand -Wcharacter-truncation -Wline-truncation -Wsurprising -Wno-tabs -Wunderflow -ffpe-trap=invalid,zero,overflow -Wunused -O3 -finline-functions -J./obj -I./obj -I. -I./setup -c -o obj/model_ipati.gen.o src/generate_databases/model_ipati.f90 gcc-11 -g -O2 -I./setup -DWITH_MPI -c -o obj/parse_sep.genc.o src/generate_databases/parse_sep.c gfortran -g -O2 -std=f2003 -fimplicit-none -fmax-errors=10 -pedantic -pedantic-errors -Waliasing -Wampersand -Wcharacter-truncation -Wline-truncation -Wsurprising -Wno-tabs -Wunderflow -ffpe-trap=invalid,zero,overflow -Wunused -O3 -finline-functions -J./obj -I./obj -I. -I./setup -c -o obj/model_gll.gen.o src/generate_databases/model_gll.f90 gfortran -g -O2 -std=f2003 -fimplicit-none -fmax-errors=10 -pedantic -pedantic-errors -Waliasing -Wampersand -Wcharacter-truncation -Wline-truncation -Wsurprising -Wno-tabs -Wunderflow -ffpe-trap=invalid,zero,overflow -Wunused -O3 -finline-functions -J./obj -I./obj -I. -I./setup -c -o obj/model_salton_trough.gen.o src/generate_databases/model_salton_trough.f90 gfortran -g -O2 -std=f2003 -fimplicit-none -fmax-errors=10 -pedantic -pedantic-errors -Waliasing -Wampersand -Wcharacter-truncation -Wline-truncation -Wsurprising -Wno-tabs -Wunderflow -ffpe-trap=invalid,zero,overflow -Wunused -O3 -finline-functions -J./obj -I./obj -I. -I./setup -c -o obj/model_tomography.gen.o src/generate_databases/model_tomography.f90 gfortran -g -O2 -std=f2003 -fimplicit-none -fmax-errors=10 -pedantic -pedantic-errors -Waliasing -Wampersand -Wcharacter-truncation -Wline-truncation -Wsurprising -Wno-tabs -Wunderflow -ffpe-trap=invalid,zero,overflow -Wunused -O3 -finline-functions -J./obj -I./obj -I. -I./setup -c -o obj/pml_set_local_dampingcoeff.gen.o src/generate_databases/pml_set_local_dampingcoeff.f90 gfortran -g -O2 -std=f2003 -fimplicit-none -fmax-errors=10 -pedantic -pedantic-errors -Waliasing -Wampersand -Wcharacter-truncation -Wline-truncation -Wsurprising -Wno-tabs -Wunderflow -ffpe-trap=invalid,zero,overflow -Wunused -O3 -finline-functions -J./obj -I./obj -I. -I./setup -c -o obj/read_parameters.gen.o src/generate_databases/read_parameters.f90 gfortran -g -O2 -std=f2003 -fimplicit-none -fmax-errors=10 -pedantic -pedantic-errors -Waliasing -Wampersand -Wcharacter-truncation -Wline-truncation -Wsurprising -Wno-tabs -Wunderflow -ffpe-trap=invalid,zero,overflow -Wunused -O3 -finline-functions -J./obj -I./obj -I. -I./setup -c -o obj/read_partition_files.gen.o src/generate_databases/read_partition_files.f90 gfortran -g -O2 -std=f2003 -fimplicit-none -fmax-errors=10 -pedantic -pedantic-errors -Waliasing -Wampersand -Wcharacter-truncation -Wline-truncation -Wsurprising -Wno-tabs -Wunderflow -ffpe-trap=invalid,zero,overflow -Wunused -O3 -finline-functions -J./obj -I./obj -I. -I./setup -c -o obj/save_arrays_solver.gen.o src/generate_databases/save_arrays_solver.F90 gfortran -g -O2 -std=f2003 -fimplicit-none -fmax-errors=10 -pedantic -pedantic-errors -Waliasing -Wampersand -Wcharacter-truncation -Wline-truncation -Wsurprising -Wno-tabs -Wunderflow -ffpe-trap=invalid,zero,overflow -Wunused -O3 -finline-functions -J./obj -I./obj -I. -I./setup -c -o obj/setup_color_perm.gen.o src/generate_databases/setup_color_perm.f90 gfortran -g -O2 -std=f2003 -fimplicit-none -fmax-errors=10 -pedantic -pedantic-errors -Waliasing -Wampersand -Wcharacter-truncation -Wline-truncation -Wsurprising -Wno-tabs -Wunderflow -ffpe-trap=invalid,zero,overflow -Wunused -O3 -finline-functions -J./obj -I./obj -I. -I./setup -c -o obj/setup_mesh.gen.o src/generate_databases/setup_mesh.f90 gfortran -g -O2 -std=f2003 -fimplicit-none -fmax-errors=10 -pedantic -pedantic-errors -Waliasing -Wampersand -Wcharacter-truncation -Wline-truncation -Wsurprising -Wno-tabs -Wunderflow -ffpe-trap=invalid,zero,overflow -Wunused -O3 -finline-functions -J./obj -I./obj -I. -I./setup -c -o obj/memory_eval.gen.o src/generate_databases/memory_eval.f90 gfortran -g -O2 -std=f2003 -fimplicit-none -fmax-errors=10 -pedantic -pedantic-errors -Waliasing -Wampersand -Wcharacter-truncation -Wline-truncation -Wsurprising -Wno-tabs -Wunderflow -ffpe-trap=invalid,zero,overflow -Wunused -O3 -finline-functions -J./obj -I./obj -I. -I./setup -c -o obj/assemble_MPI_scalar.shared.o src/shared/assemble_MPI_scalar.f90 gfortran -g -O2 -std=f2003 -fimplicit-none -fmax-errors=10 -pedantic -pedantic-errors -Waliasing -Wampersand -Wcharacter-truncation -Wline-truncation -Wsurprising -Wno-tabs -Wunderflow -ffpe-trap=invalid,zero,overflow -Wunused -O3 -finline-functions -J./obj -I./obj -I. -I./setup -c -o obj/check_mesh_resolution.shared.o src/shared/check_mesh_resolution.f90 gfortran -g -O2 -std=f2003 -fimplicit-none -fmax-errors=10 -pedantic -pedantic-errors -Waliasing -Wampersand -Wcharacter-truncation -Wline-truncation -Wsurprising -Wno-tabs -Wunderflow -ffpe-trap=invalid,zero,overflow -Wunused -O3 -finline-functions -J./obj -I./obj -I. -I./setup -c -o obj/define_derivation_matrices.shared.o src/shared/define_derivation_matrices.f90 gfortran -g -O2 -std=f2003 -fimplicit-none -fmax-errors=10 -pedantic -pedantic-errors -Waliasing -Wampersand -Wcharacter-truncation -Wline-truncation -Wsurprising -Wno-tabs -Wunderflow -ffpe-trap=invalid,zero,overflow -Wunused -O3 -finline-functions -J./obj -I./obj -I. -I./setup -c -o obj/detect_surface.shared.o src/shared/detect_surface.f90 gfortran -g -O2 -std=f2003 -fimplicit-none -fmax-errors=10 -pedantic -pedantic-errors -Waliasing -Wampersand -Wcharacter-truncation -Wline-truncation -Wsurprising -Wno-tabs -Wunderflow -ffpe-trap=invalid,zero,overflow -Wunused -O3 -finline-functions -J./obj -I./obj -I. -I./setup -c -o obj/get_attenuation_model.shared.o src/shared/get_attenuation_model.f90 gfortran -g -O2 -std=f2003 -fimplicit-none -fmax-errors=10 -pedantic -pedantic-errors -Waliasing -Wampersand -Wcharacter-truncation -Wline-truncation -Wsurprising -Wno-tabs -Wunderflow -ffpe-trap=invalid,zero,overflow -Wunused -O3 -finline-functions -J./obj -I./obj -I. -I./setup -c -o obj/get_element_face.shared.o src/shared/get_element_face.f90 gfortran -g -O2 -std=f2003 -fimplicit-none -fmax-errors=10 -pedantic -pedantic-errors -Waliasing -Wampersand -Wcharacter-truncation -Wline-truncation -Wsurprising -Wno-tabs -Wunderflow -ffpe-trap=invalid,zero,overflow -Wunused -O3 -finline-functions -J./obj -I./obj -I. -I./setup -c -o obj/get_jacobian_boundaries.shared.o src/shared/get_jacobian_boundaries.f90 gfortran -g -O2 -std=f2003 -fimplicit-none -fmax-errors=10 -pedantic -pedantic-errors -Waliasing -Wampersand -Wcharacter-truncation -Wline-truncation -Wsurprising -Wno-tabs -Wunderflow -ffpe-trap=invalid,zero,overflow -Wunused -O3 -finline-functions -J./obj -I./obj -I. -I./setup -c -o obj/get_shape2D.shared.o src/shared/get_shape2D.f90 gfortran -g -O2 -std=f2003 -fimplicit-none -fmax-errors=10 -pedantic -pedantic-errors -Waliasing -Wampersand -Wcharacter-truncation -Wline-truncation -Wsurprising -Wno-tabs -Wunderflow -ffpe-trap=invalid,zero,overflow -Wunused -O3 -finline-functions -J./obj -I./obj -I. -I./setup -c -o obj/lagrange_poly.shared.o src/shared/lagrange_poly.f90 gfortran -g -O2 -std=f2003 -fimplicit-none -fmax-errors=10 -pedantic -pedantic-errors -Waliasing -Wampersand -Wcharacter-truncation -Wline-truncation -Wsurprising -Wno-tabs -Wunderflow -ffpe-trap=invalid,zero,overflow -Wunused -O3 -finline-functions -J./obj -I./obj -I. -I./setup -c -o obj/netlib_specfun_erf.shared.o src/shared/netlib_specfun_erf.f90 gfortran -g -O2 -std=f2003 -fimplicit-none -fmax-errors=10 -pedantic -pedantic-errors -Waliasing -Wampersand -Wcharacter-truncation -Wline-truncation -Wsurprising -Wno-tabs -Wunderflow -ffpe-trap=invalid,zero,overflow -Wunused -O3 -finline-functions -J./obj -I./obj -I. -I./setup -c -o obj/prepare_assemble_MPI.shared.o src/shared/prepare_assemble_MPI.f90 gfortran -g -O2 -std=f2003 -fimplicit-none -fmax-errors=10 -pedantic -pedantic-errors -Waliasing -Wampersand -Wcharacter-truncation -Wline-truncation -Wsurprising -Wno-tabs -Wunderflow -ffpe-trap=invalid,zero,overflow -Wunused -O3 -finline-functions -J./obj -I./obj -I. -I./setup -c -o obj/recompute_jacobian.shared.o src/shared/recompute_jacobian.f90 gfortran -g -O2 -std=f2003 -fimplicit-none -fmax-errors=10 -pedantic -pedantic-errors -Waliasing -Wampersand -Wcharacter-truncation -Wline-truncation -Wsurprising -Wno-tabs -Wunderflow -ffpe-trap=invalid,zero,overflow -Wunused -O3 -finline-functions -J./obj -I./obj -I. -I./setup -c -o obj/save_header_file.shared.o src/shared/save_header_file.f90 building xgenerate_databases mpif90 -g -O2 -std=f2003 -fimplicit-none -fmax-errors=10 -pedantic -pedantic-errors -Waliasing -Wampersand -Wcharacter-truncation -Wline-truncation -Wsurprising -Wno-tabs -Wunderflow -ffpe-trap=invalid,zero,overflow -Wunused -O3 -finline-functions -o ./bin/xgenerate_databases ./obj/generate_databases_par.gen_mod.o ./obj/calc_jacobian.gen.o ./obj/fault_generate_databases.gen.o ./obj/create_mass_matrices.gen.o ./obj/create_regions_mesh.gen.o ./obj/finalize_databases.gen.o ./obj/generate_databases.gen.o ./obj/get_absorbing_boundary.gen.o ./obj/get_coupling_surfaces.gen.o ./obj/get_model.gen.o ./obj/get_MPI.gen.o ./obj/get_perm_color.gen.o ./obj/model_1d_cascadia.gen.o ./obj/model_1d_prem.gen.o ./obj/model_1d_socal.gen.o ./obj/model_aniso.gen.o ./obj/model_coupled.gen.o ./obj/model_default.gen.o ./obj/model_external_values.gen.o ./obj/model_ipati.gen.o ./obj/parse_sep.genc.o ./obj/model_gll.gen.o ./obj/model_salton_trough.gen.o ./obj/model_tomography.gen.o ./obj/pml_set_local_dampingcoeff.gen.o ./obj/read_parameters.gen.o ./obj/read_partition_files.gen.o ./obj/save_arrays_solver.gen.o ./obj/setup_color_perm.gen.o ./obj/setup_mesh.gen.o ./obj/memory_eval.gen.o ./obj/model_sep.mpi_gen.o ./obj/assemble_MPI_scalar.shared.o ./obj/shared_par.shared_module.o ./obj/adios_manager.shared_adios_module.o ./obj/check_mesh_resolution.shared.o ./obj/create_name_database.shared.o ./obj/define_derivation_matrices.shared.o ./obj/detect_surface.shared.o ./obj/exit_mpi.shared.o ./obj/get_attenuation_model.shared.o ./obj/get_element_face.shared.o ./obj/get_global.shared.o ./obj/get_jacobian_boundaries.shared.o ./obj/get_shape2D.shared.o ./obj/get_shape3D.shared.o ./obj/gll_library.shared.o ./obj/hex_nodes.shared.o ./obj/lagrange_poly.shared.o ./obj/netlib_specfun_erf.shared.o ./obj/param_reader.cc.o ./obj/prepare_assemble_MPI.shared.o ./obj/read_topo_bathy_file.shared.o ./obj/read_parameter_file.shared.o ./obj/read_value_parameters.shared.o ./obj/recompute_jacobian.shared.o ./obj/save_header_file.shared.o ./obj/sort_array_coordinates.shared.o ./obj/utm_geo.shared.o ./obj/write_VTK_data.shared.o ./obj/adios_method_stubs.cc.o ./obj/parallel.sharedmpi.o gfortran -g -O2 -std=f2003 -fimplicit-none -fmax-errors=10 -pedantic -pedantic-errors -Waliasing -Wampersand -Wcharacter-truncation -Wline-truncation -Wsurprising -Wno-tabs -Wunderflow -ffpe-trap=invalid,zero,overflow -Wunused -O3 -finline-functions -J./obj -I./obj -I. -I./setup -c -o obj/specfem3D_par.spec_module.o src/specfem3D/specfem3D_par.F90 gfortran -g -O2 -std=f2003 -fimplicit-none -fmax-errors=10 -pedantic -pedantic-errors -Waliasing -Wampersand -Wcharacter-truncation -Wline-truncation -Wsurprising -Wno-tabs -Wunderflow -ffpe-trap=invalid,zero,overflow -Wunused -O3 -finline-functions -J./obj -I./obj -I. -I./setup -c -o obj/asdf_data.spec_module.o src/specfem3D/asdf_data.f90 gfortran -g -O2 -std=f2003 -fimplicit-none -fmax-errors=10 -pedantic -pedantic-errors -Waliasing -Wampersand -Wcharacter-truncation -Wline-truncation -Wsurprising -Wno-tabs -Wunderflow -ffpe-trap=invalid,zero,overflow -Wunused -O3 -finline-functions -J./obj -I./obj -I. -I./setup -c -o obj/pml_par.spec_module.o src/specfem3D/pml_par.f90 gfortran -g -O2 -std=f2003 -fimplicit-none -fmax-errors=10 -pedantic -pedantic-errors -Waliasing -Wampersand -Wcharacter-truncation -Wline-truncation -Wsurprising -Wno-tabs -Wunderflow -ffpe-trap=invalid,zero,overflow -Wunused -O3 -finline-functions -J./obj -I./obj -I. -I./setup -c -o obj/assemble_MPI_vector.spec.o src/specfem3D/assemble_MPI_vector.f90 gfortran -g -O2 -std=f2003 -fimplicit-none -fmax-errors=10 -pedantic -pedantic-errors -Waliasing -Wampersand -Wcharacter-truncation -Wline-truncation -Wsurprising -Wno-tabs -Wunderflow -ffpe-trap=invalid,zero,overflow -Wunused -O3 -finline-functions -J./obj -I./obj -I. -I./setup -c -o obj/check_stability.spec.o src/specfem3D/check_stability.f90 gfortran -g -O2 -std=f2003 -fimplicit-none -fmax-errors=10 -pedantic -pedantic-errors -Waliasing -Wampersand -Wcharacter-truncation -Wline-truncation -Wsurprising -Wno-tabs -Wunderflow -ffpe-trap=invalid,zero,overflow -Wunused -O3 -finline-functions -J./obj -I./obj -I. -I./setup -c -o obj/comp_source_time_function.spec.o src/specfem3D/comp_source_time_function.f90 gfortran -g -O2 -std=f2003 -fimplicit-none -fmax-errors=10 -pedantic -pedantic-errors -Waliasing -Wampersand -Wcharacter-truncation -Wline-truncation -Wsurprising -Wno-tabs -Wunderflow -ffpe-trap=invalid,zero,overflow -Wunused -O3 -finline-functions -J./obj -I./obj -I. -I./setup -c -o obj/compute_add_sources_acoustic.spec.o src/specfem3D/compute_add_sources_acoustic.f90 gfortran -g -O2 -std=f2003 -fimplicit-none -fmax-errors=10 -pedantic -pedantic-errors -Waliasing -Wampersand -Wcharacter-truncation -Wline-truncation -Wsurprising -Wno-tabs -Wunderflow -ffpe-trap=invalid,zero,overflow -Wunused -O3 -finline-functions -J./obj -I./obj -I. -I./setup -c -o obj/compute_add_sources_viscoelastic.spec.o src/specfem3D/compute_add_sources_viscoelastic.F90 gfortran -g -O2 -std=f2003 -fimplicit-none -fmax-errors=10 -pedantic -pedantic-errors -Waliasing -Wampersand -Wcharacter-truncation -Wline-truncation -Wsurprising -Wno-tabs -Wunderflow -ffpe-trap=invalid,zero,overflow -Wunused -O3 -finline-functions -J./obj -I./obj -I. -I./setup -c -o obj/compute_add_sources_poroelastic.spec.o src/specfem3D/compute_add_sources_poroelastic.f90 gfortran -g -O2 -std=f2003 -fimplicit-none -fmax-errors=10 -pedantic -pedantic-errors -Waliasing -Wampersand -Wcharacter-truncation -Wline-truncation -Wsurprising -Wno-tabs -Wunderflow -ffpe-trap=invalid,zero,overflow -Wunused -O3 -finline-functions -J./obj -I./obj -I. -I./setup -c -o obj/compute_adj_source_frechet.spec.o src/specfem3D/compute_adj_source_frechet.f90 gfortran -g -O2 -std=f2003 -fimplicit-none -fmax-errors=10 -pedantic -pedantic-errors -Waliasing -Wampersand -Wcharacter-truncation -Wline-truncation -Wsurprising -Wno-tabs -Wunderflow -ffpe-trap=invalid,zero,overflow -Wunused -O3 -finline-functions -J./obj -I./obj -I. -I./setup -c -o obj/compute_arrays_source.spec.o src/specfem3D/compute_arrays_source.f90 gfortran -g -O2 -std=f2003 -fimplicit-none -fmax-errors=10 -pedantic -pedantic-errors -Waliasing -Wampersand -Wcharacter-truncation -Wline-truncation -Wsurprising -Wno-tabs -Wunderflow -ffpe-trap=invalid,zero,overflow -Wunused -O3 -finline-functions -J./obj -I./obj -I. -I./setup -c -o obj/compute_boundary_kernel.spec.o src/specfem3D/compute_boundary_kernel.f90 gfortran -g -O2 -std=f2003 -fimplicit-none -fmax-errors=10 -pedantic -pedantic-errors -Waliasing -Wampersand -Wcharacter-truncation -Wline-truncation -Wsurprising -Wno-tabs -Wunderflow -ffpe-trap=invalid,zero,overflow -Wunused -O3 -finline-functions -J./obj -I./obj -I. -I./setup -c -o obj/compute_coupling_acoustic_el.spec.o src/specfem3D/compute_coupling_acoustic_el.f90 gfortran -g -O2 -std=f2003 -fimplicit-none -fmax-errors=10 -pedantic -pedantic-errors -Waliasing -Wampersand -Wcharacter-truncation -Wline-truncation -Wsurprising -Wno-tabs -Wunderflow -ffpe-trap=invalid,zero,overflow -Wunused -O3 -finline-functions -J./obj -I./obj -I. -I./setup -c -o obj/compute_coupling_acoustic_po.spec.o src/specfem3D/compute_coupling_acoustic_po.f90 gfortran -g -O2 -std=f2003 -fimplicit-none -fmax-errors=10 -pedantic -pedantic-errors -Waliasing -Wampersand -Wcharacter-truncation -Wline-truncation -Wsurprising -Wno-tabs -Wunderflow -ffpe-trap=invalid,zero,overflow -Wunused -O3 -finline-functions -J./obj -I./obj -I. -I./setup -c -o obj/compute_coupling_viscoelastic_ac.spec.o src/specfem3D/compute_coupling_viscoelastic_ac.f90 gfortran -g -O2 -std=f2003 -fimplicit-none -fmax-errors=10 -pedantic -pedantic-errors -Waliasing -Wampersand -Wcharacter-truncation -Wline-truncation -Wsurprising -Wno-tabs -Wunderflow -ffpe-trap=invalid,zero,overflow -Wunused -O3 -finline-functions -J./obj -I./obj -I. -I./setup -c -o obj/compute_coupling_viscoelastic_po.spec.o src/specfem3D/compute_coupling_viscoelastic_po.f90 gfortran -g -O2 -std=f2003 -fimplicit-none -fmax-errors=10 -pedantic -pedantic-errors -Waliasing -Wampersand -Wcharacter-truncation -Wline-truncation -Wsurprising -Wno-tabs -Wunderflow -ffpe-trap=invalid,zero,overflow -Wunused -O3 -finline-functions -J./obj -I./obj -I. -I./setup -c -o obj/compute_coupling_poroelastic_ac.spec.o src/specfem3D/compute_coupling_poroelastic_ac.f90 gfortran -g -O2 -std=f2003 -fimplicit-none -fmax-errors=10 -pedantic -pedantic-errors -Waliasing -Wampersand -Wcharacter-truncation -Wline-truncation -Wsurprising -Wno-tabs -Wunderflow -ffpe-trap=invalid,zero,overflow -Wunused -O3 -finline-functions -J./obj -I./obj -I. -I./setup -c -o obj/compute_coupling_poroelastic_el.spec.o src/specfem3D/compute_coupling_poroelastic_el.f90 gfortran -g -O2 -std=f2003 -fimplicit-none -fmax-errors=10 -pedantic -pedantic-errors -Waliasing -Wampersand -Wcharacter-truncation -Wline-truncation -Wsurprising -Wno-tabs -Wunderflow -ffpe-trap=invalid,zero,overflow -Wunused -O3 -finline-functions -J./obj -I./obj -I. -I./setup -c -o obj/compute_forces_acoustic_calling_routine.spec.o src/specfem3D/compute_forces_acoustic_calling_routine.f90 gfortran -g -O2 -std=f2003 -fimplicit-none -fmax-errors=10 -pedantic -pedantic-errors -Waliasing -Wampersand -Wcharacter-truncation -Wline-truncation -Wsurprising -Wno-tabs -Wunderflow -ffpe-trap=invalid,zero,overflow -Wunused -O3 -finline-functions -J./obj -I./obj -I. -I./setup -c -o obj/compute_forces_acoustic.spec.o src/specfem3D/compute_forces_acoustic.F90 gfortran -g -O2 -std=f2003 -fimplicit-none -fmax-errors=10 -pedantic -pedantic-errors -Waliasing -Wampersand -Wcharacter-truncation -Wline-truncation -Wsurprising -Wno-tabs -Wunderflow -ffpe-trap=invalid,zero,overflow -Wunused -O3 -finline-functions -J./obj -I./obj -I. -I./setup -c -o obj/fault_solver_common.spec.o src/specfem3D/fault_solver_common.f90 gfortran -g -O2 -std=f2003 -fimplicit-none -fmax-errors=10 -pedantic -pedantic-errors -Waliasing -Wampersand -Wcharacter-truncation -Wline-truncation -Wsurprising -Wno-tabs -Wunderflow -ffpe-trap=invalid,zero,overflow -Wunused -O3 -finline-functions -J./obj -I./obj -I. -I./setup -c -o obj/fault_solver_dynamic.spec.o src/specfem3D/fault_solver_dynamic.f90 gfortran -g -O2 -std=f2003 -fimplicit-none -fmax-errors=10 -pedantic -pedantic-errors -Waliasing -Wampersand -Wcharacter-truncation -Wline-truncation -Wsurprising -Wno-tabs -Wunderflow -ffpe-trap=invalid,zero,overflow -Wunused -O3 -finline-functions -J./obj -I./obj -I. -I./setup -c -o obj/fault_solver_kinematic.spec.o src/specfem3D/fault_solver_kinematic.f90 gfortran -g -O2 -std=f2003 -fimplicit-none -fmax-errors=10 -pedantic -pedantic-errors -Waliasing -Wampersand -Wcharacter-truncation -Wline-truncation -Wsurprising -Wno-tabs -Wunderflow -ffpe-trap=invalid,zero,overflow -Wunused -O3 -finline-functions -J./obj -I./obj -I. -I./setup -c -o obj/compute_forces_viscoelastic_calling_routine.spec.o src/specfem3D/compute_forces_viscoelastic_calling_routine.F90 gfortran -g -O2 -std=f2003 -fimplicit-none -fmax-errors=10 -pedantic -pedantic-errors -Waliasing -Wampersand -Wcharacter-truncation -Wline-truncation -Wsurprising -Wno-tabs -Wunderflow -ffpe-trap=invalid,zero,overflow -Wunused -O3 -finline-functions -J./obj -I./obj -I. -I./setup -c -o obj/compute_forces_viscoelastic.spec.o src/specfem3D/compute_forces_viscoelastic.F90 gfortran -g -O2 -std=f2003 -fimplicit-none -fmax-errors=10 -pedantic -pedantic-errors -Waliasing -Wampersand -Wcharacter-truncation -Wline-truncation -Wsurprising -Wno-tabs -Wunderflow -ffpe-trap=invalid,zero,overflow -Wunused -O3 -finline-functions -J./obj -I./obj -I. -I./setup -c -o obj/compute_element_att_memory.spec.o src/specfem3D/compute_element_att_memory.f90 gfortran -g -O2 -std=f2003 -fimplicit-none -fmax-errors=10 -pedantic -pedantic-errors -Waliasing -Wampersand -Wcharacter-truncation -Wline-truncation -Wsurprising -Wno-tabs -Wunderflow -ffpe-trap=invalid,zero,overflow -Wunused -O3 -finline-functions -J./obj -I./obj -I. -I./setup -c -o obj/compute_element_strain.spec.o src/specfem3D/compute_element_strain.F90 gfortran -g -O2 -std=f2003 -fimplicit-none -fmax-errors=10 -pedantic -pedantic-errors -Waliasing -Wampersand -Wcharacter-truncation -Wline-truncation -Wsurprising -Wno-tabs -Wunderflow -ffpe-trap=invalid,zero,overflow -Wunused -O3 -finline-functions -J./obj -I./obj -I. -I./setup -c -o obj/compute_forces_poro_fluid_part.spec.o src/specfem3D/compute_forces_poro_fluid_part.f90 gfortran -g -O2 -std=f2003 -fimplicit-none -fmax-errors=10 -pedantic -pedantic-errors -Waliasing -Wampersand -Wcharacter-truncation -Wline-truncation -Wsurprising -Wno-tabs -Wunderflow -ffpe-trap=invalid,zero,overflow -Wunused -O3 -finline-functions -J./obj -I./obj -I. -I./setup -c -o obj/compute_forces_poroelastic_calling_routine.spec.o src/specfem3D/compute_forces_poroelastic_calling_routine.f90 gfortran -g -O2 -std=f2003 -fimplicit-none -fmax-errors=10 -pedantic -pedantic-errors -Waliasing -Wampersand -Wcharacter-truncation -Wline-truncation -Wsurprising -Wno-tabs -Wunderflow -ffpe-trap=invalid,zero,overflow -Wunused -O3 -finline-functions -J./obj -I./obj -I. -I./setup -c -o obj/compute_forces_poro_solid_part.spec.o src/specfem3D/compute_forces_poro_solid_part.f90 gfortran -g -O2 -std=f2003 -fimplicit-none -fmax-errors=10 -pedantic -pedantic-errors -Waliasing -Wampersand -Wcharacter-truncation -Wline-truncation -Wsurprising -Wno-tabs -Wunderflow -ffpe-trap=invalid,zero,overflow -Wunused -O3 -finline-functions -J./obj -I./obj -I. -I./setup -c -o obj/compute_gradient_in_acoustic.spec.o src/specfem3D/compute_gradient_in_acoustic.f90 gfortran -g -O2 -std=f2003 -fimplicit-none -fmax-errors=10 -pedantic -pedantic-errors -Waliasing -Wampersand -Wcharacter-truncation -Wline-truncation -Wsurprising -Wno-tabs -Wunderflow -ffpe-trap=invalid,zero,overflow -Wunused -O3 -finline-functions -J./obj -I./obj -I. -I./setup -c -o obj/compute_interpolated_dva.spec.o src/specfem3D/compute_interpolated_dva.f90 gfortran -g -O2 -std=f2003 -fimplicit-none -fmax-errors=10 -pedantic -pedantic-errors -Waliasing -Wampersand -Wcharacter-truncation -Wline-truncation -Wsurprising -Wno-tabs -Wunderflow -ffpe-trap=invalid,zero,overflow -Wunused -O3 -finline-functions -J./obj -I./obj -I. -I./setup -c -o obj/compute_kernels.spec.o src/specfem3D/compute_kernels.f90 gfortran -g -O2 -std=f2003 -fimplicit-none -fmax-errors=10 -pedantic -pedantic-errors -Waliasing -Wampersand -Wcharacter-truncation -Wline-truncation -Wsurprising -Wno-tabs -Wunderflow -ffpe-trap=invalid,zero,overflow -Wunused -O3 -finline-functions -J./obj -I./obj -I. -I./setup -c -o obj/compute_seismograms.spec.o src/specfem3D/compute_seismograms.f90 gfortran -g -O2 -std=f2003 -fimplicit-none -fmax-errors=10 -pedantic -pedantic-errors -Waliasing -Wampersand -Wcharacter-truncation -Wline-truncation -Wsurprising -Wno-tabs -Wunderflow -ffpe-trap=invalid,zero,overflow -Wunused -O3 -finline-functions -J./obj -I./obj -I. -I./setup -c -o obj/compute_stacey_acoustic.spec.o src/specfem3D/compute_stacey_acoustic.f90 gfortran -g -O2 -std=f2003 -fimplicit-none -fmax-errors=10 -pedantic -pedantic-errors -Waliasing -Wampersand -Wcharacter-truncation -Wline-truncation -Wsurprising -Wno-tabs -Wunderflow -ffpe-trap=invalid,zero,overflow -Wunused -O3 -finline-functions -J./obj -I./obj -I. -I./setup -c -o obj/compute_stacey_viscoelastic.spec.o src/specfem3D/compute_stacey_viscoelastic.F90 gfortran -g -O2 -std=f2003 -fimplicit-none -fmax-errors=10 -pedantic -pedantic-errors -Waliasing -Wampersand -Wcharacter-truncation -Wline-truncation -Wsurprising -Wno-tabs -Wunderflow -ffpe-trap=invalid,zero,overflow -Wunused -O3 -finline-functions -J./obj -I./obj -I. -I./setup -c -o obj/compute_stacey_poroelastic.spec.o src/specfem3D/compute_stacey_poroelastic.f90 gfortran -g -O2 -std=f2003 -fimplicit-none -fmax-errors=10 -pedantic -pedantic-errors -Waliasing -Wampersand -Wcharacter-truncation -Wline-truncation -Wsurprising -Wno-tabs -Wunderflow -ffpe-trap=invalid,zero,overflow -Wunused -O3 -finline-functions -J./obj -I./obj -I. -I./setup -c -o obj/compute_energy.spec.o src/specfem3D/compute_energy.f90 gfortran -g -O2 -std=f2003 -fimplicit-none -fmax-errors=10 -pedantic -pedantic-errors -Waliasing -Wampersand -Wcharacter-truncation -Wline-truncation -Wsurprising -Wno-tabs -Wunderflow -ffpe-trap=invalid,zero,overflow -Wunused -O3 -finline-functions -J./obj -I./obj -I. -I./setup -c -o obj/convert_time.spec.o src/specfem3D/convert_time.f90 gfortran -g -O2 -std=f2003 -fimplicit-none -fmax-errors=10 -pedantic -pedantic-errors -Waliasing -Wampersand -Wcharacter-truncation -Wline-truncation -Wsurprising -Wno-tabs -Wunderflow -ffpe-trap=invalid,zero,overflow -Wunused -O3 -finline-functions -J./obj -I./obj -I. -I./setup -c -o obj/couple_with_injection.spec.o src/specfem3D/couple_with_injection.f90 gfortran -g -O2 -std=f2003 -fimplicit-none -fmax-errors=10 -pedantic -pedantic-errors -Waliasing -Wampersand -Wcharacter-truncation -Wline-truncation -Wsurprising -Wno-tabs -Wunderflow -ffpe-trap=invalid,zero,overflow -Wunused -O3 -finline-functions -J./obj -I./obj -I. -I./setup -c -o obj/calendar.spec.o src/specfem3D/calendar.f90 gfortran -g -O2 -std=f2003 -fimplicit-none -fmax-errors=10 -pedantic -pedantic-errors -Waliasing -Wampersand -Wcharacter-truncation -Wline-truncation -Wsurprising -Wno-tabs -Wunderflow -ffpe-trap=invalid,zero,overflow -Wunused -O3 -finline-functions -J./obj -I./obj -I. -I./setup -c -o obj/create_color_image.spec.o src/specfem3D/create_color_image.f90 gfortran -g -O2 -std=f2003 -fimplicit-none -fmax-errors=10 -pedantic -pedantic-errors -Waliasing -Wampersand -Wcharacter-truncation -Wline-truncation -Wsurprising -Wno-tabs -Wunderflow -ffpe-trap=invalid,zero,overflow -Wunused -O3 -finline-functions -J./obj -I./obj -I. -I./setup -c -o obj/detect_mesh_surfaces.spec.o src/specfem3D/detect_mesh_surfaces.f90 gfortran -g -O2 -std=f2003 -fimplicit-none -fmax-errors=10 -pedantic -pedantic-errors -Waliasing -Wampersand -Wcharacter-truncation -Wline-truncation -Wsurprising -Wno-tabs -Wunderflow -ffpe-trap=invalid,zero,overflow -Wunused -O3 -finline-functions -J./obj -I./obj -I. -I./setup -c -o obj/gravity_perturbation.spec.o src/specfem3D/gravity_perturbation.f90 gfortran -g -O2 -std=f2003 -fimplicit-none -fmax-errors=10 -pedantic -pedantic-errors -Waliasing -Wampersand -Wcharacter-truncation -Wline-truncation -Wsurprising -Wno-tabs -Wunderflow -ffpe-trap=invalid,zero,overflow -Wunused -O3 -finline-functions -J./obj -I./obj -I. -I./setup -c -o obj/finalize_simulation.spec.o src/specfem3D/finalize_simulation.f90 gfortran -g -O2 -std=f2003 -fimplicit-none -fmax-errors=10 -pedantic -pedantic-errors -Waliasing -Wampersand -Wcharacter-truncation -Wline-truncation -Wsurprising -Wno-tabs -Wunderflow -ffpe-trap=invalid,zero,overflow -Wunused -O3 -finline-functions -J./obj -I./obj -I. -I./setup -c -o obj/get_cmt.spec.o src/specfem3D/get_cmt.f90 gfortran -g -O2 -std=f2003 -fimplicit-none -fmax-errors=10 -pedantic -pedantic-errors -Waliasing -Wampersand -Wcharacter-truncation -Wline-truncation -Wsurprising -Wno-tabs -Wunderflow -ffpe-trap=invalid,zero,overflow -Wunused -O3 -finline-functions -J./obj -I./obj -I. -I./setup -c -o obj/get_elevation.spec.o src/specfem3D/get_elevation.f90 gfortran -g -O2 -std=f2003 -fimplicit-none -fmax-errors=10 -pedantic -pedantic-errors -Waliasing -Wampersand -Wcharacter-truncation -Wline-truncation -Wsurprising -Wno-tabs -Wunderflow -ffpe-trap=invalid,zero,overflow -Wunused -O3 -finline-functions -J./obj -I./obj -I. -I./setup -c -o obj/get_force.spec.o src/specfem3D/get_force.f90 gfortran -g -O2 -std=f2003 -fimplicit-none -fmax-errors=10 -pedantic -pedantic-errors -Waliasing -Wampersand -Wcharacter-truncation -Wline-truncation -Wsurprising -Wno-tabs -Wunderflow -ffpe-trap=invalid,zero,overflow -Wunused -O3 -finline-functions -J./obj -I./obj -I. -I./setup -c -o obj/initialize_simulation.spec.o src/specfem3D/initialize_simulation.F90 gfortran -g -O2 -std=f2003 -fimplicit-none -fmax-errors=10 -pedantic -pedantic-errors -Waliasing -Wampersand -Wcharacter-truncation -Wline-truncation -Wsurprising -Wno-tabs -Wunderflow -ffpe-trap=invalid,zero,overflow -Wunused -O3 -finline-functions -J./obj -I./obj -I. -I./setup -c -o obj/iterate_time.spec.o src/specfem3D/iterate_time.F90 gfortran -g -O2 -std=f2003 -fimplicit-none -fmax-errors=10 -pedantic -pedantic-errors -Waliasing -Wampersand -Wcharacter-truncation -Wline-truncation -Wsurprising -Wno-tabs -Wunderflow -ffpe-trap=invalid,zero,overflow -Wunused -O3 -finline-functions -J./obj -I./obj -I. -I./setup -c -o obj/iterate_time_undoatt.spec.o src/specfem3D/iterate_time_undoatt.F90 gfortran -g -O2 -std=f2003 -fimplicit-none -fmax-errors=10 -pedantic -pedantic-errors -Waliasing -Wampersand -Wcharacter-truncation -Wline-truncation -Wsurprising -Wno-tabs -Wunderflow -ffpe-trap=invalid,zero,overflow -Wunused -O3 -finline-functions -J./obj -I./obj -I. -I./setup -c -o obj/locate_MPI_slice.spec.o src/specfem3D/locate_MPI_slice.f90 gfortran -g -O2 -std=f2003 -fimplicit-none -fmax-errors=10 -pedantic -pedantic-errors -Waliasing -Wampersand -Wcharacter-truncation -Wline-truncation -Wsurprising -Wno-tabs -Wunderflow -ffpe-trap=invalid,zero,overflow -Wunused -O3 -finline-functions -J./obj -I./obj -I. -I./setup -c -o obj/search_kdtree.shared.o src/shared/search_kdtree.f90 gfortran -g -O2 -std=f2003 -fimplicit-none -fmax-errors=10 -pedantic -pedantic-errors -Waliasing -Wampersand -Wcharacter-truncation -Wline-truncation -Wsurprising -Wno-tabs -Wunderflow -ffpe-trap=invalid,zero,overflow -Wunused -O3 -finline-functions -J./obj -I./obj -I. -I./setup -c -o obj/locate_point.spec.o src/specfem3D/locate_point.f90 gfortran -g -O2 -std=f2003 -fimplicit-none -fmax-errors=10 -pedantic -pedantic-errors -Waliasing -Wampersand -Wcharacter-truncation -Wline-truncation -Wsurprising -Wno-tabs -Wunderflow -ffpe-trap=invalid,zero,overflow -Wunused -O3 -finline-functions -J./obj -I./obj -I. -I./setup -c -o obj/locate_receivers.spec.o src/specfem3D/locate_receivers.f90 gfortran -g -O2 -std=f2003 -fimplicit-none -fmax-errors=10 -pedantic -pedantic-errors -Waliasing -Wampersand -Wcharacter-truncation -Wline-truncation -Wsurprising -Wno-tabs -Wunderflow -ffpe-trap=invalid,zero,overflow -Wunused -O3 -finline-functions -J./obj -I./obj -I. -I./setup -c -o obj/locate_source.spec.o src/specfem3D/locate_source.F90 gfortran -g -O2 -std=f2003 -fimplicit-none -fmax-errors=10 -pedantic -pedantic-errors -Waliasing -Wampersand -Wcharacter-truncation -Wline-truncation -Wsurprising -Wno-tabs -Wunderflow -ffpe-trap=invalid,zero,overflow -Wunused -O3 -finline-functions -J./obj -I./obj -I. -I./setup -c -o obj/make_gravity.spec.o src/specfem3D/make_gravity.f90 gfortran -g -O2 -std=f2003 -fimplicit-none -fmax-errors=10 -pedantic -pedantic-errors -Waliasing -Wampersand -Wcharacter-truncation -Wline-truncation -Wsurprising -Wno-tabs -Wunderflow -ffpe-trap=invalid,zero,overflow -Wunused -O3 -finline-functions -J./obj -I./obj -I. -I./setup -c -o obj/noise_tomography.spec.o src/specfem3D/noise_tomography.f90 gfortran -g -O2 -std=f2003 -fimplicit-none -fmax-errors=10 -pedantic -pedantic-errors -Waliasing -Wampersand -Wcharacter-truncation -Wline-truncation -Wsurprising -Wno-tabs -Wunderflow -ffpe-trap=invalid,zero,overflow -Wunused -O3 -finline-functions -J./obj -I./obj -I. -I./setup -c -o obj/pml_allocate_arrays.spec.o src/specfem3D/pml_allocate_arrays.f90 gfortran -g -O2 -std=f2003 -fimplicit-none -fmax-errors=10 -pedantic -pedantic-errors -Waliasing -Wampersand -Wcharacter-truncation -Wline-truncation -Wsurprising -Wno-tabs -Wunderflow -ffpe-trap=invalid,zero,overflow -Wunused -O3 -finline-functions -J./obj -I./obj -I. -I./setup -c -o obj/pml_output_VTKs.spec.o src/specfem3D/pml_output_VTKs.f90 gfortran -g -O2 -std=f2003 -fimplicit-none -fmax-errors=10 -pedantic -pedantic-errors -Waliasing -Wampersand -Wcharacter-truncation -Wline-truncation -Wsurprising -Wno-tabs -Wunderflow -ffpe-trap=invalid,zero,overflow -Wunused -O3 -finline-functions -J./obj -I./obj -I. -I./setup -c -o obj/pml_compute_accel_contribution.spec.o src/specfem3D/pml_compute_accel_contribution.f90 gfortran -g -O2 -std=f2003 -fimplicit-none -fmax-errors=10 -pedantic -pedantic-errors -Waliasing -Wampersand -Wcharacter-truncation -Wline-truncation -Wsurprising -Wno-tabs -Wunderflow -ffpe-trap=invalid,zero,overflow -Wunused -O3 -finline-functions -J./obj -I./obj -I. -I./setup -c -o obj/pml_compute_memory_variables.spec.o src/specfem3D/pml_compute_memory_variables.f90 gfortran -g -O2 -std=f2003 -fimplicit-none -fmax-errors=10 -pedantic -pedantic-errors -Waliasing -Wampersand -Wcharacter-truncation -Wline-truncation -Wsurprising -Wno-tabs -Wunderflow -ffpe-trap=invalid,zero,overflow -Wunused -O3 -finline-functions -J./obj -I./obj -I. -I./setup -c -o obj/prepare_attenuation.spec.o src/specfem3D/prepare_attenuation.f90 gfortran -g -O2 -std=f2003 -fimplicit-none -fmax-errors=10 -pedantic -pedantic-errors -Waliasing -Wampersand -Wcharacter-truncation -Wline-truncation -Wsurprising -Wno-tabs -Wunderflow -ffpe-trap=invalid,zero,overflow -Wunused -O3 -finline-functions -J./obj -I./obj -I. -I./setup -c -o obj/prepare_gpu.spec.o src/specfem3D/prepare_gpu.f90 gfortran -g -O2 -std=f2003 -fimplicit-none -fmax-errors=10 -pedantic -pedantic-errors -Waliasing -Wampersand -Wcharacter-truncation -Wline-truncation -Wsurprising -Wno-tabs -Wunderflow -ffpe-trap=invalid,zero,overflow -Wunused -O3 -finline-functions -J./obj -I./obj -I. -I./setup -c -o obj/prepare_gravity.spec.o src/specfem3D/prepare_gravity.f90 gfortran -g -O2 -std=f2003 -fimplicit-none -fmax-errors=10 -pedantic -pedantic-errors -Waliasing -Wampersand -Wcharacter-truncation -Wline-truncation -Wsurprising -Wno-tabs -Wunderflow -ffpe-trap=invalid,zero,overflow -Wunused -O3 -finline-functions -J./obj -I./obj -I. -I./setup -c -o obj/prepare_noise.spec.o src/specfem3D/prepare_noise.f90 gfortran -g -O2 -std=f2003 -fimplicit-none -fmax-errors=10 -pedantic -pedantic-errors -Waliasing -Wampersand -Wcharacter-truncation -Wline-truncation -Wsurprising -Wno-tabs -Wunderflow -ffpe-trap=invalid,zero,overflow -Wunused -O3 -finline-functions -J./obj -I./obj -I. -I./setup -c -o obj/prepare_optimized_arrays.spec.o src/specfem3D/prepare_optimized_arrays.F90 gfortran -g -O2 -std=f2003 -fimplicit-none -fmax-errors=10 -pedantic -pedantic-errors -Waliasing -Wampersand -Wcharacter-truncation -Wline-truncation -Wsurprising -Wno-tabs -Wunderflow -ffpe-trap=invalid,zero,overflow -Wunused -O3 -finline-functions -J./obj -I./obj -I. -I./setup -c -o obj/prepare_timerun.spec.o src/specfem3D/prepare_timerun.F90 gfortran -g -O2 -std=f2003 -fimplicit-none -fmax-errors=10 -pedantic -pedantic-errors -Waliasing -Wampersand -Wcharacter-truncation -Wline-truncation -Wsurprising -Wno-tabs -Wunderflow -ffpe-trap=invalid,zero,overflow -Wunused -O3 -finline-functions -J./obj -I./obj -I. -I./setup -c -o obj/prepare_wavefields.spec.o src/specfem3D/prepare_wavefields.F90 gfortran -g -O2 -std=f2003 -fimplicit-none -fmax-errors=10 -pedantic -pedantic-errors -Waliasing -Wampersand -Wcharacter-truncation -Wline-truncation -Wsurprising -Wno-tabs -Wunderflow -ffpe-trap=invalid,zero,overflow -Wunused -O3 -finline-functions -J./obj -I./obj -I. -I./setup -c -o obj/print_stf_file.spec.o src/specfem3D/print_stf_file.f90 gfortran -g -O2 -std=f2003 -fimplicit-none -fmax-errors=10 -pedantic -pedantic-errors -Waliasing -Wampersand -Wcharacter-truncation -Wline-truncation -Wsurprising -Wno-tabs -Wunderflow -ffpe-trap=invalid,zero,overflow -Wunused -O3 -finline-functions -J./obj -I./obj -I. -I./setup -c -o obj/read_external_stf.spec.o src/specfem3D/read_external_stf.f90 gfortran -g -O2 -std=f2003 -fimplicit-none -fmax-errors=10 -pedantic -pedantic-errors -Waliasing -Wampersand -Wcharacter-truncation -Wline-truncation -Wsurprising -Wno-tabs -Wunderflow -ffpe-trap=invalid,zero,overflow -Wunused -O3 -finline-functions -J./obj -I./obj -I. -I./setup -c -o obj/read_forward_arrays.spec.o src/specfem3D/read_forward_arrays.f90 gfortran -g -O2 -std=f2003 -fimplicit-none -fmax-errors=10 -pedantic -pedantic-errors -Waliasing -Wampersand -Wcharacter-truncation -Wline-truncation -Wsurprising -Wno-tabs -Wunderflow -ffpe-trap=invalid,zero,overflow -Wunused -O3 -finline-functions -J./obj -I./obj -I. -I./setup -c -o obj/read_mesh_databases.spec.o src/specfem3D/read_mesh_databases.F90 gfortran -g -O2 -std=f2003 -fimplicit-none -fmax-errors=10 -pedantic -pedantic-errors -Waliasing -Wampersand -Wcharacter-truncation -Wline-truncation -Wsurprising -Wno-tabs -Wunderflow -ffpe-trap=invalid,zero,overflow -Wunused -O3 -finline-functions -J./obj -I./obj -I. -I./setup -c -o obj/read_stations.spec.o src/specfem3D/read_stations.f90 gfortran -g -O2 -std=f2003 -fimplicit-none -fmax-errors=10 -pedantic -pedantic-errors -Waliasing -Wampersand -Wcharacter-truncation -Wline-truncation -Wsurprising -Wno-tabs -Wunderflow -ffpe-trap=invalid,zero,overflow -Wunused -O3 -finline-functions -J./obj -I./obj -I. -I./setup -c -o obj/save_adjoint_kernels.spec.o src/specfem3D/save_adjoint_kernels.f90 gfortran -g -O2 -std=f2003 -fimplicit-none -fmax-errors=10 -pedantic -pedantic-errors -Waliasing -Wampersand -Wcharacter-truncation -Wline-truncation -Wsurprising -Wno-tabs -Wunderflow -ffpe-trap=invalid,zero,overflow -Wunused -O3 -finline-functions -J./obj -I./obj -I. -I./setup -c -o obj/save_forward_arrays.spec.o src/specfem3D/save_forward_arrays.f90 gfortran -g -O2 -std=f2003 -fimplicit-none -fmax-errors=10 -pedantic -pedantic-errors -Waliasing -Wampersand -Wcharacter-truncation -Wline-truncation -Wsurprising -Wno-tabs -Wunderflow -ffpe-trap=invalid,zero,overflow -Wunused -O3 -finline-functions -J./obj -I./obj -I. -I./setup -c -o obj/setup_GLL_points.spec.o src/specfem3D/setup_GLL_points.f90 gfortran -g -O2 -std=f2003 -fimplicit-none -fmax-errors=10 -pedantic -pedantic-errors -Waliasing -Wampersand -Wcharacter-truncation -Wline-truncation -Wsurprising -Wno-tabs -Wunderflow -ffpe-trap=invalid,zero,overflow -Wunused -O3 -finline-functions -J./obj -I./obj -I. -I./setup -c -o obj/setup_movie_meshes.spec.o src/specfem3D/setup_movie_meshes.f90 gfortran -g -O2 -std=f2003 -fimplicit-none -fmax-errors=10 -pedantic -pedantic-errors -Waliasing -Wampersand -Wcharacter-truncation -Wline-truncation -Wsurprising -Wno-tabs -Wunderflow -ffpe-trap=invalid,zero,overflow -Wunused -O3 -finline-functions -J./obj -I./obj -I. -I./setup -c -o obj/setup_sources_receivers.spec.o src/specfem3D/setup_sources_receivers.f90 gfortran -g -O2 -std=f2003 -fimplicit-none -fmax-errors=10 -pedantic -pedantic-errors -Waliasing -Wampersand -Wcharacter-truncation -Wline-truncation -Wsurprising -Wno-tabs -Wunderflow -ffpe-trap=invalid,zero,overflow -Wunused -O3 -finline-functions -J./obj -I./obj -I. -I./setup -c -o obj/specfem3D.spec.o src/specfem3D/specfem3D.F90 gfortran -g -O2 -std=f2003 -fimplicit-none -fmax-errors=10 -pedantic -pedantic-errors -Waliasing -Wampersand -Wcharacter-truncation -Wline-truncation -Wsurprising -Wno-tabs -Wunderflow -ffpe-trap=invalid,zero,overflow -Wunused -O3 -finline-functions -J./obj -I./obj -I. -I./setup -c -o obj/station_filter.spec.o src/specfem3D/station_filter.f90 gfortran -g -O2 -std=f2003 -fimplicit-none -fmax-errors=10 -pedantic -pedantic-errors -Waliasing -Wampersand -Wcharacter-truncation -Wline-truncation -Wsurprising -Wno-tabs -Wunderflow -ffpe-trap=invalid,zero,overflow -Wunused -O3 -finline-functions -J./obj -I./obj -I. -I./setup -c -o obj/surface_or_volume_integral.spec.o src/specfem3D/surface_or_volume_integral.f90 gfortran -g -O2 -std=f2003 -fimplicit-none -fmax-errors=10 -pedantic -pedantic-errors -Waliasing -Wampersand -Wcharacter-truncation -Wline-truncation -Wsurprising -Wno-tabs -Wunderflow -ffpe-trap=invalid,zero,overflow -Wunused -O3 -finline-functions -J./obj -I./obj -I. -I./setup -c -o obj/update_displacement_scheme.spec.o src/specfem3D/update_displacement_scheme.f90 gfortran -g -O2 -std=f2003 -fimplicit-none -fmax-errors=10 -pedantic -pedantic-errors -Waliasing -Wampersand -Wcharacter-truncation -Wline-truncation -Wsurprising -Wno-tabs -Wunderflow -ffpe-trap=invalid,zero,overflow -Wunused -O3 -finline-functions -J./obj -I./obj -I. -I./setup -c -o obj/update_displacement_LDDRK.spec.o src/specfem3D/update_displacement_LDDRK.f90 gfortran -g -O2 -std=f2003 -fimplicit-none -fmax-errors=10 -pedantic -pedantic-errors -Waliasing -Wampersand -Wcharacter-truncation -Wline-truncation -Wsurprising -Wno-tabs -Wunderflow -ffpe-trap=invalid,zero,overflow -Wunused -O3 -finline-functions -J./obj -I./obj -I. -I./setup -c -o obj/write_movie_output.spec.o src/specfem3D/write_movie_output.F90 gfortran -g -O2 -std=f2003 -fimplicit-none -fmax-errors=10 -pedantic -pedantic-errors -Waliasing -Wampersand -Wcharacter-truncation -Wline-truncation -Wsurprising -Wno-tabs -Wunderflow -ffpe-trap=invalid,zero,overflow -Wunused -O3 -finline-functions -J./obj -I./obj -I. -I./setup -c -o obj/write_output_ASCII_or_binary.spec.o src/specfem3D/write_output_ASCII_or_binary.f90 gfortran -g -O2 -std=f2003 -fimplicit-none -fmax-errors=10 -pedantic -pedantic-errors -Waliasing -Wampersand -Wcharacter-truncation -Wline-truncation -Wsurprising -Wno-tabs -Wunderflow -ffpe-trap=invalid,zero,overflow -Wunused -O3 -finline-functions -J./obj -I./obj -I. -I./setup -c -o obj/write_output_SU.spec.o src/specfem3D/write_output_SU.f90 gfortran -g -O2 -std=f2003 -fimplicit-none -fmax-errors=10 -pedantic -pedantic-errors -Waliasing -Wampersand -Wcharacter-truncation -Wline-truncation -Wsurprising -Wno-tabs -Wunderflow -ffpe-trap=invalid,zero,overflow -Wunused -O3 -finline-functions -J./obj -I./obj -I. -I./setup -c -o obj/write_seismograms.spec.o src/specfem3D/write_seismograms.f90 gcc-11 -c -I./setup -DWITH_MPI -g -O2 -I./setup -DWITH_MPI -o obj/force_ftz.cc.o src/shared/force_ftz.c gfortran -g -O2 -std=f2003 -fimplicit-none -fmax-errors=10 -pedantic -pedantic-errors -Waliasing -Wampersand -Wcharacter-truncation -Wline-truncation -Wsurprising -Wno-tabs -Wunderflow -ffpe-trap=invalid,zero,overflow -Wunused -O3 -finline-functions -J./obj -I./obj -I. -I./setup -c -o obj/heap_sort.shared.o src/shared/heap_sort.f90 gfortran -g -O2 -std=f2003 -fimplicit-none -fmax-errors=10 -pedantic -pedantic-errors -Waliasing -Wampersand -Wcharacter-truncation -Wline-truncation -Wsurprising -Wno-tabs -Wunderflow -ffpe-trap=invalid,zero,overflow -Wunused -O3 -finline-functions -J./obj -I./obj -I. -I./setup -c -o obj/init_openmp.shared.o src/shared/init_openmp.F90 gcc-11 -c -I./setup -DWITH_MPI -g -O2 -I./setup -DWITH_MPI -o obj/write_c_binary.cc.o src/shared/write_c_binary.c gcc-11 -c -I./setup -DWITH_MPI -g -O2 -I./setup -DWITH_MPI -I/opt/homebrew/Cellar/open-mpi/4.1.3/include -o obj/specfem3D_gpu_cuda_method_stubs.gpu_cc.o src/gpu/specfem3D_gpu_cuda_method_stubs.c gcc-11 -c -I./setup -DWITH_MPI -g -O2 -I./setup -DWITH_MPI -o obj/asdf_method_stubs.cc.o src/shared/asdf_method_stubs.c gfortran -g -O2 -std=f2003 -fimplicit-none -fmax-errors=10 -pedantic -pedantic-errors -Waliasing -Wampersand -Wcharacter-truncation -Wline-truncation -Wsurprising -Wno-tabs -Wunderflow -ffpe-trap=invalid,zero,overflow -Wunused -O3 -finline-functions -J./obj -I./obj -I. -I./setup -c -o obj/asdf_manager_stubs.shared_asdf.o src/shared/asdf_manager_stubs.f90 building xspecfem3D mpif90 -g -O2 -std=f2003 -fimplicit-none -fmax-errors=10 -pedantic -pedantic-errors -Waliasing -Wampersand -Wcharacter-truncation -Wline-truncation -Wsurprising -Wno-tabs -Wunderflow -ffpe-trap=invalid,zero,overflow -Wunused -O3 -finline-functions -o ./bin/xspecfem3D ./obj/specfem3D_par.spec_module.o ./obj/asdf_data.spec_module.o ./obj/assemble_MPI_vector.spec.o ./obj/check_stability.spec.o ./obj/comp_source_time_function.spec.o ./obj/compute_add_sources_acoustic.spec.o ./obj/compute_add_sources_viscoelastic.spec.o ./obj/compute_add_sources_poroelastic.spec.o ./obj/compute_adj_source_frechet.spec.o ./obj/compute_arrays_source.spec.o ./obj/compute_boundary_kernel.spec.o ./obj/compute_coupling_acoustic_el.spec.o ./obj/compute_coupling_acoustic_po.spec.o ./obj/compute_coupling_viscoelastic_ac.spec.o ./obj/compute_coupling_viscoelastic_po.spec.o ./obj/compute_coupling_poroelastic_ac.spec.o ./obj/compute_coupling_poroelastic_el.spec.o ./obj/compute_forces_acoustic_calling_routine.spec.o ./obj/compute_forces_acoustic.spec.o ./obj/compute_forces_viscoelastic_calling_routine.spec.o ./obj/compute_forces_viscoelastic.spec.o ./obj/compute_element_att_memory.spec.o ./obj/compute_element_strain.spec.o ./obj/compute_forces_poro_fluid_part.spec.o ./obj/compute_forces_poroelastic_calling_routine.spec.o ./obj/compute_forces_poro_solid_part.spec.o ./obj/compute_gradient_in_acoustic.spec.o ./obj/compute_interpolated_dva.spec.o ./obj/compute_kernels.spec.o ./obj/compute_seismograms.spec.o ./obj/compute_stacey_acoustic.spec.o ./obj/compute_stacey_viscoelastic.spec.o ./obj/compute_stacey_poroelastic.spec.o ./obj/compute_energy.spec.o ./obj/convert_time.spec.o ./obj/couple_with_injection.spec.o ./obj/calendar.spec.o ./obj/create_color_image.spec.o ./obj/detect_mesh_surfaces.spec.o ./obj/fault_solver_common.spec.o ./obj/fault_solver_dynamic.spec.o ./obj/fault_solver_kinematic.spec.o ./obj/finalize_simulation.spec.o ./obj/get_cmt.spec.o ./obj/get_elevation.spec.o ./obj/get_force.spec.o ./obj/gravity_perturbation.spec.o ./obj/initialize_simulation.spec.o ./obj/iterate_time.spec.o ./obj/iterate_time_undoatt.spec.o ./obj/locate_MPI_slice.spec.o ./obj/locate_point.spec.o ./obj/locate_receivers.spec.o ./obj/locate_source.spec.o ./obj/make_gravity.spec.o ./obj/noise_tomography.spec.o ./obj/pml_allocate_arrays.spec.o ./obj/pml_output_VTKs.spec.o ./obj/pml_compute_accel_contribution.spec.o ./obj/pml_compute_memory_variables.spec.o ./obj/pml_par.spec_module.o ./obj/prepare_attenuation.spec.o ./obj/prepare_gpu.spec.o ./obj/prepare_gravity.spec.o ./obj/prepare_noise.spec.o ./obj/prepare_optimized_arrays.spec.o ./obj/prepare_timerun.spec.o ./obj/prepare_wavefields.spec.o ./obj/print_stf_file.spec.o ./obj/read_external_stf.spec.o ./obj/read_forward_arrays.spec.o ./obj/read_mesh_databases.spec.o ./obj/read_stations.spec.o ./obj/save_adjoint_kernels.spec.o ./obj/save_forward_arrays.spec.o ./obj/setup_GLL_points.spec.o ./obj/setup_movie_meshes.spec.o ./obj/setup_sources_receivers.spec.o ./obj/specfem3D.spec.o ./obj/station_filter.spec.o ./obj/surface_or_volume_integral.spec.o ./obj/update_displacement_scheme.spec.o ./obj/update_displacement_LDDRK.spec.o ./obj/write_movie_output.spec.o ./obj/write_output_ASCII_or_binary.spec.o ./obj/write_output_SU.spec.o ./obj/write_seismograms.spec.o ./obj/shared_par.shared_module.o ./obj/adios_manager.shared_adios_module.o ./obj/assemble_MPI_scalar.shared.o ./obj/check_mesh_resolution.shared.o ./obj/create_name_database.shared.o ./obj/define_derivation_matrices.shared.o ./obj/detect_surface.shared.o ./obj/exit_mpi.shared.o ./obj/force_ftz.cc.o ./obj/get_attenuation_model.shared.o ./obj/get_element_face.shared.o ./obj/get_jacobian_boundaries.shared.o ./obj/get_shape3D.shared.o ./obj/gll_library.shared.o ./obj/heap_sort.shared.o ./obj/hex_nodes.shared.o ./obj/init_openmp.shared.o ./obj/lagrange_poly.shared.o ./obj/netlib_specfun_erf.shared.o ./obj/param_reader.cc.o ./obj/prepare_assemble_MPI.shared.o ./obj/read_topo_bathy_file.shared.o ./obj/read_parameter_file.shared.o ./obj/read_value_parameters.shared.o ./obj/recompute_jacobian.shared.o ./obj/save_header_file.shared.o ./obj/search_kdtree.shared.o ./obj/sort_array_coordinates.shared.o ./obj/utm_geo.shared.o ./obj/write_VTK_data.shared.o ./obj/write_c_binary.cc.o ./obj/parallel.sharedmpi.o ./obj/specfem3D_gpu_cuda_method_stubs.gpu_cc.o ./obj/adios_method_stubs.cc.o ./obj/asdf_method_stubs.cc.o ./obj/asdf_manager_stubs.shared_asdf.o gfortran -g -O2 -std=f2003 -fimplicit-none -fmax-errors=10 -pedantic -pedantic-errors -Waliasing -Wampersand -Wcharacter-truncation -Wline-truncation -Wsurprising -Wno-tabs -Wunderflow -ffpe-trap=invalid,zero,overflow -Wunused -O3 -finline-functions -J./obj -I./obj -I. -I./setup -DUSE_SCOTCH -I./external_libs/scotch/include -c -o obj/module_qsort.dec.o src/decompose_mesh/module_qsort.f90 gfortran -g -O2 -std=f2003 -fimplicit-none -fmax-errors=10 -pedantic -pedantic-errors -Waliasing -Wampersand -Wcharacter-truncation -Wline-truncation -Wsurprising -Wno-tabs -Wunderflow -ffpe-trap=invalid,zero,overflow -Wunused -O3 -finline-functions -J./obj -I./obj -I. -I./setup -DUSE_SCOTCH -I./external_libs/scotch/include -c -o obj/module_database.dec.o src/decompose_mesh/module_database.f90 gfortran -g -O2 -std=f2003 -fimplicit-none -fmax-errors=10 -pedantic -pedantic-errors -Waliasing -Wampersand -Wcharacter-truncation -Wline-truncation -Wsurprising -Wno-tabs -Wunderflow -ffpe-trap=invalid,zero,overflow -Wunused -O3 -finline-functions -J./obj -I./obj -I. -I./setup -DUSE_SCOTCH -I./external_libs/scotch/include -c -o obj/module_mesh.dec.o src/decompose_mesh/module_mesh.f90 gfortran -g -O2 -std=f2003 -fimplicit-none -fmax-errors=10 -pedantic -pedantic-errors -Waliasing -Wampersand -Wcharacter-truncation -Wline-truncation -Wsurprising -Wno-tabs -Wunderflow -ffpe-trap=invalid,zero,overflow -Wunused -O3 -finline-functions -J./obj -I./obj -I. -I./setup -DUSE_SCOTCH -I./external_libs/scotch/include -c -o obj/module_partition.dec.o src/decompose_mesh/module_partition.f90 mpif90 -g -O2 -std=f2003 -fimplicit-none -fmax-errors=10 -pedantic -pedantic-errors -Waliasing -Wampersand -Wcharacter-truncation -Wline-truncation -Wsurprising -Wno-tabs -Wunderflow -ffpe-trap=invalid,zero,overflow -Wunused -O3 -finline-functions -J./obj -I./obj -I. -I./setup -c -o obj/program_decompose_mesh_mpi.mpidec.o src/decompose_mesh/program_decompose_mesh_mpi.f90 building xdecompose_mesh_mpi mpif90 -g -O2 -std=f2003 -fimplicit-none -fmax-errors=10 -pedantic -pedantic-errors -Waliasing -Wampersand -Wcharacter-truncation -Wline-truncation -Wsurprising -Wno-tabs -Wunderflow -ffpe-trap=invalid,zero,overflow -Wunused -O3 -finline-functions -o ./bin/xdecompose_mesh_mpi ./obj/shared_par.shared_module.o ./obj/param_reader.cc.o ./obj/exit_mpi.shared.o ./obj/read_parameter_file.shared.o ./obj/read_value_parameters.shared.o ./obj/sort_array_coordinates.shared.o ./obj/write_VTK_data.shared.o ./obj/fault_scotch.dec_module.o ./obj/module_qsort.dec.o ./obj/module_database.dec.o ./obj/module_mesh.dec.o ./obj/module_partition.dec.o ./obj/program_decompose_mesh_mpi.mpidec.o ./obj/parallel.sharedmpi.o gfortran -g -O2 -std=f2003 -fimplicit-none -fmax-errors=10 -pedantic -pedantic-errors -Waliasing -Wampersand -Wcharacter-truncation -Wline-truncation -Wsurprising -Wno-tabs -Wunderflow -ffpe-trap=invalid,zero,overflow -Wunused -O3 -finline-functions -J./obj -I./obj -I. -I./setup -c -o obj/inverse_problem_par.inv_par.o src/inverse_problem_for_model/inverse_problem_par.f90 mpif90 -g -O2 -std=f2003 -fimplicit-none -fmax-errors=10 -pedantic -pedantic-errors -Waliasing -Wampersand -Wcharacter-truncation -Wline-truncation -Wsurprising -Wno-tabs -Wunderflow -ffpe-trap=invalid,zero,overflow -Wunused -O3 -finline-functions -J./obj -I./obj -I. -I./setup -c -o obj/interpolation_mod.inv_input.o src/inverse_problem_for_model/input_output/interpolation_mod.f90 gfortran -g -O2 -std=f2003 -fimplicit-none -fmax-errors=10 -pedantic -pedantic-errors -Waliasing -Wampersand -Wcharacter-truncation -Wline-truncation -Wsurprising -Wno-tabs -Wunderflow -ffpe-trap=invalid,zero,overflow -Wunused -O3 -finline-functions -J./obj -I./obj -I. -I./setup -c -o obj/elastic_tensor_tools_mod.inv.o src/inverse_problem_for_model/elastic_tensor_tools_mod.f90 gfortran -g -O2 -std=f2003 -fimplicit-none -fmax-errors=10 -pedantic -pedantic-errors -Waliasing -Wampersand -Wcharacter-truncation -Wline-truncation -Wsurprising -Wno-tabs -Wunderflow -ffpe-trap=invalid,zero,overflow -Wunused -O3 -finline-functions -J./obj -I./obj -I. -I./setup -c -o obj/anisotropic_parametrisation_mod.inv.o src/inverse_problem_for_model/anisotropic_parametrisation_mod.f90 gfortran -g -O2 -std=f2003 -fimplicit-none -fmax-errors=10 -pedantic -pedantic-errors -Waliasing -Wampersand -Wcharacter-truncation -Wline-truncation -Wsurprising -Wno-tabs -Wunderflow -ffpe-trap=invalid,zero,overflow -Wunused -O3 -finline-functions -J./obj -I./obj -I. -I./setup -c -o obj/signal_processing_mod.inv_adjoint_source.o src/inverse_problem_for_model/adjoint_source/signal_processing_mod.f90 gfortran -g -O2 -std=f2003 -fimplicit-none -fmax-errors=10 -pedantic -pedantic-errors -Waliasing -Wampersand -Wcharacter-truncation -Wline-truncation -Wsurprising -Wno-tabs -Wunderflow -ffpe-trap=invalid,zero,overflow -Wunused -O3 -finline-functions -J./obj -I./obj -I. -I./setup -c -o obj/rotations_mod.inv_adjoint_source.o src/inverse_problem_for_model/adjoint_source/rotations_mod.f90 gfortran -g -O2 -std=f2003 -fimplicit-none -fmax-errors=10 -pedantic -pedantic-errors -Waliasing -Wampersand -Wcharacter-truncation -Wline-truncation -Wsurprising -Wno-tabs -Wunderflow -ffpe-trap=invalid,zero,overflow -Wunused -O3 -finline-functions -J./obj -I./obj -I. -I./setup -c -o obj/adjoint_source_mod.inv_adjoint_source.o src/inverse_problem_for_model/adjoint_source/adjoint_source_mod.f90 mpif90 -g -O2 -std=f2003 -fimplicit-none -fmax-errors=10 -pedantic -pedantic-errors -Waliasing -Wampersand -Wcharacter-truncation -Wline-truncation -Wsurprising -Wno-tabs -Wunderflow -ffpe-trap=invalid,zero,overflow -Wunused -O3 -finline-functions -J./obj -I./obj -I. -I./setup -c -o obj/mesh_tools_mod.inv_input.o src/inverse_problem_for_model/input_output/mesh_tools_mod.f90 mpif90 -g -O2 -std=f2003 -fimplicit-none -fmax-errors=10 -pedantic -pedantic-errors -Waliasing -Wampersand -Wcharacter-truncation -Wline-truncation -Wsurprising -Wno-tabs -Wunderflow -ffpe-trap=invalid,zero,overflow -Wunused -O3 -finline-functions -J./obj -I./obj -I. -I./setup -c -o obj/IO_model_mod.inv_input.o src/inverse_problem_for_model/input_output/IO_model_mod.f90 mpif90 -g -O2 -std=f2003 -fimplicit-none -fmax-errors=10 -pedantic -pedantic-errors -Waliasing -Wampersand -Wcharacter-truncation -Wline-truncation -Wsurprising -Wno-tabs -Wunderflow -ffpe-trap=invalid,zero,overflow -Wunused -O3 -finline-functions -J./obj -I./obj -I. -I./setup -c -o obj/passive_imaging_format_mod.inv_input.o src/inverse_problem_for_model/input_output/passive_imaging_format_mod.f90 mpif90 -g -O2 -std=f2003 -fimplicit-none -fmax-errors=10 -pedantic -pedantic-errors -Waliasing -Wampersand -Wcharacter-truncation -Wline-truncation -Wsurprising -Wno-tabs -Wunderflow -ffpe-trap=invalid,zero,overflow -Wunused -O3 -finline-functions -J./obj -I./obj -I. -I./setup -c -o obj/Teleseismic_IO.inv_inputmpi.o src/inverse_problem_for_model/input_output/Teleseismic_IO.f90 mpif90 -g -O2 -std=f2003 -fimplicit-none -fmax-errors=10 -pedantic -pedantic-errors -Waliasing -Wampersand -Wcharacter-truncation -Wline-truncation -Wsurprising -Wno-tabs -Wunderflow -ffpe-trap=invalid,zero,overflow -Wunused -O3 -finline-functions -J./obj -I./obj -I. -I./setup -c -o obj/input_output_mod.inv_input.o src/inverse_problem_for_model/input_output/input_output_mod.f90 gfortran -g -O2 -std=f2003 -fimplicit-none -fmax-errors=10 -pedantic -pedantic-errors -Waliasing -Wampersand -Wcharacter-truncation -Wline-truncation -Wsurprising -Wno-tabs -Wunderflow -ffpe-trap=invalid,zero,overflow -Wunused -O3 -finline-functions -J./obj -I./obj -I. -I./setup -c -o obj/regularization_SEM_mod.inv_regularization.o src/inverse_problem_for_model/regularization/regularization_SEM_mod.f90 gfortran -g -O2 -std=f2003 -fimplicit-none -fmax-errors=10 -pedantic -pedantic-errors -Waliasing -Wampersand -Wcharacter-truncation -Wline-truncation -Wsurprising -Wno-tabs -Wunderflow -ffpe-trap=invalid,zero,overflow -Wunused -O3 -finline-functions -J./obj -I./obj -I. -I./setup -c -o obj/inversion_scheme_mod.inv_inversion.o src/inverse_problem_for_model/inversion_scheme/inversion_scheme_mod.f90 gfortran -g -O2 -std=f2003 -fimplicit-none -fmax-errors=10 -pedantic -pedantic-errors -Waliasing -Wampersand -Wcharacter-truncation -Wline-truncation -Wsurprising -Wno-tabs -Wunderflow -ffpe-trap=invalid,zero,overflow -Wunused -O3 -finline-functions -J./obj -I./obj -I. -I./setup -c -o obj/projection_on_FD_grid_mod.inv_projection.o src/inverse_problem_for_model/projection_on_FD_grid/projection_on_FD_grid_mod.f90 gfortran -g -O2 -std=f2003 -fimplicit-none -fmax-errors=10 -pedantic -pedantic-errors -Waliasing -Wampersand -Wcharacter-truncation -Wline-truncation -Wsurprising -Wno-tabs -Wunderflow -ffpe-trap=invalid,zero,overflow -Wunused -O3 -finline-functions -J./obj -I./obj -I. -I./setup -c -o obj/specfem_interface_mod.inv_specfem_interface.o src/inverse_problem_for_model/specfem_interface/specfem_interface_mod.F90 gfortran -g -O2 -std=f2003 -fimplicit-none -fmax-errors=10 -pedantic -pedantic-errors -Waliasing -Wampersand -Wcharacter-truncation -Wline-truncation -Wsurprising -Wno-tabs -Wunderflow -ffpe-trap=invalid,zero,overflow -Wunused -O3 -finline-functions -J./obj -I./obj -I. -I./setup -c -o obj/iso_parameters.inv_inversion.o src/inverse_problem_for_model/inversion_scheme/iso_parameters.f90 gfortran -g -O2 -std=f2003 -fimplicit-none -fmax-errors=10 -pedantic -pedantic-errors -Waliasing -Wampersand -Wcharacter-truncation -Wline-truncation -Wsurprising -Wno-tabs -Wunderflow -ffpe-trap=invalid,zero,overflow -Wunused -O3 -finline-functions -J./obj -I./obj -I. -I./setup -c -o obj/vti_parameters.inv_inversion.o src/inverse_problem_for_model/inversion_scheme/vti_parameters.f90 gfortran -g -O2 -std=f2003 -fimplicit-none -fmax-errors=10 -pedantic -pedantic-errors -Waliasing -Wampersand -Wcharacter-truncation -Wline-truncation -Wsurprising -Wno-tabs -Wunderflow -ffpe-trap=invalid,zero,overflow -Wunused -O3 -finline-functions -J./obj -I./obj -I. -I./setup -c -o obj/family_parameter_mod.inv_inversion.o src/inverse_problem_for_model/inversion_scheme/family_parameter_mod.f90 gfortran -g -O2 -std=f2003 -fimplicit-none -fmax-errors=10 -pedantic -pedantic-errors -Waliasing -Wampersand -Wcharacter-truncation -Wline-truncation -Wsurprising -Wno-tabs -Wunderflow -ffpe-trap=invalid,zero,overflow -Wunused -O3 -finline-functions -J./obj -I./obj -I. -I./setup -c -o obj/PrecondFWI_mod.inv_inversion.o src/inverse_problem_for_model/inversion_scheme/PrecondFWI_mod.f90 gfortran -g -O2 -std=f2003 -fimplicit-none -fmax-errors=10 -pedantic -pedantic-errors -Waliasing -Wampersand -Wcharacter-truncation -Wline-truncation -Wsurprising -Wno-tabs -Wunderflow -ffpe-trap=invalid,zero,overflow -Wunused -O3 -finline-functions -J./obj -I./obj -I. -I./setup -c -o obj/regularization_FD_mod.inv_regularization.o src/inverse_problem_for_model/regularization/regularization_FD_mod.f90 gfortran -g -O2 -std=f2003 -fimplicit-none -fmax-errors=10 -pedantic -pedantic-errors -Waliasing -Wampersand -Wcharacter-truncation -Wline-truncation -Wsurprising -Wno-tabs -Wunderflow -ffpe-trap=invalid,zero,overflow -Wunused -O3 -finline-functions -J./obj -I./obj -I. -I./setup -c -o obj/regularization_interface.inv_regularization.o src/inverse_problem_for_model/regularization/regularization_interface.f90 gfortran -g -O2 -std=f2003 -fimplicit-none -fmax-errors=10 -pedantic -pedantic-errors -Waliasing -Wampersand -Wcharacter-truncation -Wline-truncation -Wsurprising -Wno-tabs -Wunderflow -ffpe-trap=invalid,zero,overflow -Wunused -O3 -finline-functions -J./obj -I./obj -I. -I./setup -c -o obj/fwi_iteration_mod.inv_inversion.o src/inverse_problem_for_model/inversion_scheme/fwi_iteration_mod.f90 gfortran -g -O2 -std=f2003 -fimplicit-none -fmax-errors=10 -pedantic -pedantic-errors -Waliasing -Wampersand -Wcharacter-truncation -Wline-truncation -Wsurprising -Wno-tabs -Wunderflow -ffpe-trap=invalid,zero,overflow -Wunused -O3 -finline-functions -J./obj -I./obj -I. -I./setup -c -o obj/inverse_problem_main.inv.o src/inverse_problem_for_model/inverse_problem_main.f90 mpif90 -g -O2 -std=f2003 -fimplicit-none -fmax-errors=10 -pedantic -pedantic-errors -Waliasing -Wampersand -Wcharacter-truncation -Wline-truncation -Wsurprising -Wno-tabs -Wunderflow -ffpe-trap=invalid,zero,overflow -Wunused -O3 -finline-functions -J./obj -I./obj -I. -I./setup -c -o obj/parallel_for_inverse_problem.invmpi.o src/inverse_problem_for_model/parallel_for_inverse_problem.f90 gfortran -g -O2 -std=f2003 -fimplicit-none -fmax-errors=10 -pedantic -pedantic-errors -Waliasing -Wampersand -Wcharacter-truncation -Wline-truncation -Wsurprising -Wno-tabs -Wunderflow -ffpe-trap=invalid,zero,overflow -Wunused -O3 -finline-functions -J./obj -I./obj -I. -I./setup -c -o obj/program_inverse_problem.inv.o src/inverse_problem_for_model/program_inverse_problem.f90 building xinverse_problem_for_model mpif90 -g -O2 -std=f2003 -fimplicit-none -fmax-errors=10 -pedantic -pedantic-errors -Waliasing -Wampersand -Wcharacter-truncation -Wline-truncation -Wsurprising -Wno-tabs -Wunderflow -ffpe-trap=invalid,zero,overflow -Wunused -O3 -finline-functions -o ./bin/xinverse_problem_for_model ./obj/anisotropic_parametrisation_mod.inv.o ./obj/elastic_tensor_tools_mod.inv.o ./obj/inverse_problem_main.inv.o ./obj/inverse_problem_par.inv_par.o ./obj/parallel_for_inverse_problem.invmpi.o ./obj/program_inverse_problem.inv.o ./obj/adjoint_source_mod.inv_adjoint_source.o ./obj/rotations_mod.inv_adjoint_source.o ./obj/signal_processing_mod.inv_adjoint_source.o ./obj/input_output_mod.inv_input.o ./obj/interpolation_mod.inv_input.o ./obj/IO_model_mod.inv_input.o ./obj/mesh_tools_mod.inv_input.o ./obj/passive_imaging_format_mod.inv_input.o ./obj/Teleseismic_IO.inv_inputmpi.o ./obj/family_parameter_mod.inv_inversion.o ./obj/fwi_iteration_mod.inv_inversion.o ./obj/inversion_scheme_mod.inv_inversion.o ./obj/iso_parameters.inv_inversion.o ./obj/PrecondFWI_mod.inv_inversion.o ./obj/vti_parameters.inv_inversion.o ./obj/projection_on_FD_grid_mod.inv_projection.o ./obj/regularization_FD_mod.inv_regularization.o ./obj/regularization_interface.inv_regularization.o ./obj/regularization_SEM_mod.inv_regularization.o ./obj/specfem_interface_mod.inv_specfem_interface.o ./obj/specfem3D_par.spec_module.o ./obj/asdf_data.spec_module.o ./obj/assemble_MPI_vector.spec.o ./obj/calendar.spec.o ./obj/check_stability.spec.o ./obj/comp_source_time_function.spec.o ./obj/compute_add_sources_acoustic.spec.o ./obj/compute_add_sources_viscoelastic.spec.o ./obj/compute_add_sources_poroelastic.spec.o ./obj/compute_adj_source_frechet.spec.o ./obj/compute_arrays_source.spec.o ./obj/compute_boundary_kernel.spec.o ./obj/compute_coupling_acoustic_el.spec.o ./obj/compute_coupling_acoustic_po.spec.o ./obj/compute_coupling_viscoelastic_ac.spec.o ./obj/compute_coupling_viscoelastic_po.spec.o ./obj/compute_coupling_poroelastic_ac.spec.o ./obj/compute_coupling_poroelastic_el.spec.o ./obj/compute_forces_acoustic_calling_routine.spec.o ./obj/compute_forces_acoustic.spec.o ./obj/compute_forces_viscoelastic_calling_routine.spec.o ./obj/compute_forces_viscoelastic.spec.o ./obj/compute_element_att_memory.spec.o ./obj/compute_element_strain.spec.o ./obj/compute_forces_poro_fluid_part.spec.o ./obj/compute_forces_poroelastic_calling_routine.spec.o ./obj/compute_forces_poro_solid_part.spec.o ./obj/compute_gradient_in_acoustic.spec.o ./obj/compute_interpolated_dva.spec.o ./obj/compute_kernels.spec.o ./obj/compute_seismograms.spec.o ./obj/compute_stacey_acoustic.spec.o ./obj/compute_stacey_viscoelastic.spec.o ./obj/compute_stacey_poroelastic.spec.o ./obj/compute_energy.spec.o ./obj/convert_time.spec.o ./obj/couple_with_injection.spec.o ./obj/create_color_image.spec.o ./obj/detect_mesh_surfaces.spec.o ./obj/fault_solver_common.spec.o ./obj/fault_solver_dynamic.spec.o ./obj/fault_solver_kinematic.spec.o ./obj/finalize_simulation.spec.o ./obj/get_cmt.spec.o ./obj/get_elevation.spec.o ./obj/get_force.spec.o ./obj/gravity_perturbation.spec.o ./obj/initialize_simulation.spec.o ./obj/iterate_time.spec.o ./obj/locate_MPI_slice.spec.o ./obj/locate_point.spec.o ./obj/locate_receivers.spec.o ./obj/locate_source.spec.o ./obj/make_gravity.spec.o ./obj/noise_tomography.spec.o ./obj/pml_allocate_arrays.spec.o ./obj/pml_output_VTKs.spec.o ./obj/pml_compute_accel_contribution.spec.o ./obj/pml_compute_memory_variables.spec.o ./obj/pml_par.spec_module.o ./obj/prepare_attenuation.spec.o ./obj/prepare_gpu.spec.o ./obj/prepare_gravity.spec.o ./obj/prepare_noise.spec.o ./obj/prepare_optimized_arrays.spec.o ./obj/prepare_timerun.spec.o ./obj/prepare_wavefields.spec.o ./obj/print_stf_file.spec.o ./obj/read_external_stf.spec.o ./obj/read_forward_arrays.spec.o ./obj/read_mesh_databases.spec.o ./obj/read_stations.spec.o ./obj/save_adjoint_kernels.spec.o ./obj/save_forward_arrays.spec.o ./obj/setup_GLL_points.spec.o ./obj/setup_movie_meshes.spec.o ./obj/setup_sources_receivers.spec.o ./obj/station_filter.spec.o ./obj/surface_or_volume_integral.spec.o ./obj/update_displacement_scheme.spec.o ./obj/update_displacement_LDDRK.spec.o ./obj/write_movie_output.spec.o ./obj/write_output_ASCII_or_binary.spec.o ./obj/write_output_SU.spec.o ./obj/write_seismograms.spec.o ./obj/adios_method_stubs.cc.o ./obj/shared_par.shared_module.o ./obj/adios_manager.shared_adios_module.o ./obj/assemble_MPI_scalar.shared.o ./obj/check_mesh_resolution.shared.o ./obj/create_name_database.shared.o ./obj/define_derivation_matrices.shared.o ./obj/detect_surface.shared.o ./obj/exit_mpi.shared.o ./obj/force_ftz.cc.o ./obj/get_attenuation_model.shared.o ./obj/get_element_face.shared.o ./obj/get_jacobian_boundaries.shared.o ./obj/get_shape3D.shared.o ./obj/gll_library.shared.o ./obj/heap_sort.shared.o ./obj/hex_nodes.shared.o ./obj/init_openmp.shared.o ./obj/lagrange_poly.shared.o ./obj/netlib_specfun_erf.shared.o ./obj/param_reader.cc.o ./obj/prepare_assemble_MPI.shared.o ./obj/read_topo_bathy_file.shared.o ./obj/read_parameter_file.shared.o ./obj/read_value_parameters.shared.o ./obj/recompute_jacobian.shared.o ./obj/save_header_file.shared.o ./obj/search_kdtree.shared.o ./obj/sort_array_coordinates.shared.o ./obj/utm_geo.shared.o ./obj/write_VTK_data.shared.o ./obj/write_c_binary.cc.o ./obj/parallel.sharedmpi.o ./obj/specfem3D_gpu_cuda_method_stubs.gpu_cc.o ./obj/asdf_method_stubs.cc.o ./obj/asdf_manager_stubs.shared_asdf.o ➜ specfem3d git:(devel) ✗