File tree Expand file tree Collapse file tree 3 files changed +2
-18
lines changed Expand file tree Collapse file tree 3 files changed +2
-18
lines changed Original file line number Diff line number Diff line change @@ -227,7 +227,7 @@ MOVIE_START = 0
227227MOVIE_STOP = 40000
228228
229229# save mesh files to check the mesh
230- SAVE_MESH_FILES = .true .
230+ SAVE_MESH_FILES = .false .
231231
232232# restart files (number of runs can be 1 or higher, choose 1 for no restart files)
233233NUMBER_OF_RUNS = 1
Original file line number Diff line number Diff line change @@ -409,10 +409,3 @@ $O/%.check_adios.o: $S/%.F90 $O/shared_par.shared_module.o $O/meshfem3D_par.chec
409409$O/% .checknetcdf.o : $S/% .f90 $O/shared_par.shared_module.o $O/meshfem3D_par.check_module.o
410410 ${FCCOMPILE_CHECK} ${FCFLAGS_f90} $(NETCDF_INCLUDE ) -c -o $@ $<
411411
412- # # HDF5 file i/o
413-
414- # $O/%.mesh_hdf5.o: $S/%.F90 $O/shared_par.shared_module.o $O/meshfem3D_par.check_module.o $O/hdf5_manager.shared_hdf5_module.o
415- # ${FCCOMPILE_CHECK} ${FCFLAGS_f90} -c -o $@ $<
416- #
417- # $O/%.mesh_hdf5.o: $S/%.f90 $O/shared_par.shared_module.o $O/meshfem3D_par.check_module.o $O/hdf5_manager.shared_hdf5_module.o
418- # ${FCCOMPILE_CHECK} ${FCFLAGS_f90} -c -o $@ $<
Original file line number Diff line number Diff line change @@ -511,13 +511,4 @@ $O/%.visualc.o: $S/%.c ${SETUP}/config.h
511511# ## CEM
512512# ##
513513$O/% .checknetcdf.o : $S/% .f90 $O/shared_par.shared_module.o $O/specfem3D_par.solverstatic_module.o
514- ${FCCOMPILE_CHECK} ${FCFLAGS_f90} $(NETCDF_INCLUDE ) -c -o $@ $<
515-
516- # ##
517- # ## HDF5
518- # ##
519- # $O/%.spec_hdf5_module.o: $S/%.F90 $O/shared_par.shared_module.o $O/specfem3D_par.solverstatic_module.o $O/hdf5_manager.shared_hdf5_module.o
520- # ${FCCOMPILE_CHECK} ${FCFLAGS_f90} $(HDF5_INCLUDE) -c -o $@ $<
521- #
522- # $O/%.spec_hdf5_module.o: $S/%.f90 $O/shared_par.shared_module.o $O/specfem3D_par.solverstatic_module.o $O/hdf5_manager.shared_hdf5_module.o
523- # ${FCCOMPILE_CHECK} ${FCFLAGS_f90} $(HDF5_INCLUDE) -c -o $@ $<
514+ ${FCCOMPILE_CHECK} ${FCFLAGS_f90} $(NETCDF_INCLUDE ) -c -o $@ $<
You can’t perform that action at this time.
0 commit comments