Skip to content

Commit 73626e1

Browse files
committed
erase comment outted lines
1 parent ed8336d commit 73626e1

File tree

3 files changed

+2
-18
lines changed

3 files changed

+2
-18
lines changed

DATA/Par_file

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,7 @@ MOVIE_START = 0
227227
MOVIE_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)
233233
NUMBER_OF_RUNS = 1

src/meshfem3D/rules.mk

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff 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 $@ $<

src/specfem3D/rules.mk

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff 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 $@ $<

0 commit comments

Comments
 (0)