Skip to content

Commit

Permalink
erase comment outted lines
Browse files Browse the repository at this point in the history
  • Loading branch information
mnagaso committed Nov 5, 2024
1 parent ed8336d commit 73626e1
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 18 deletions.
2 changes: 1 addition & 1 deletion DATA/Par_file
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,7 @@ MOVIE_START = 0
MOVIE_STOP = 40000

# save mesh files to check the mesh
SAVE_MESH_FILES = .true.
SAVE_MESH_FILES = .false.

# restart files (number of runs can be 1 or higher, choose 1 for no restart files)
NUMBER_OF_RUNS = 1
Expand Down
7 changes: 0 additions & 7 deletions src/meshfem3D/rules.mk
Original file line number Diff line number Diff line change
Expand Up @@ -409,10 +409,3 @@ $O/%.check_adios.o: $S/%.F90 $O/shared_par.shared_module.o $O/meshfem3D_par.chec
$O/%.checknetcdf.o: $S/%.f90 $O/shared_par.shared_module.o $O/meshfem3D_par.check_module.o
${FCCOMPILE_CHECK} ${FCFLAGS_f90} $(NETCDF_INCLUDE) -c -o $@ $<

## HDF5 file i/o

#$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
# ${FCCOMPILE_CHECK} ${FCFLAGS_f90} -c -o $@ $<
#
#$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
# ${FCCOMPILE_CHECK} ${FCFLAGS_f90} -c -o $@ $<
11 changes: 1 addition & 10 deletions src/specfem3D/rules.mk
Original file line number Diff line number Diff line change
Expand Up @@ -511,13 +511,4 @@ $O/%.visualc.o: $S/%.c ${SETUP}/config.h
### CEM
###
$O/%.checknetcdf.o: $S/%.f90 $O/shared_par.shared_module.o $O/specfem3D_par.solverstatic_module.o
${FCCOMPILE_CHECK} ${FCFLAGS_f90} $(NETCDF_INCLUDE) -c -o $@ $<

###
### HDF5
###
#$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
# ${FCCOMPILE_CHECK} ${FCFLAGS_f90} $(HDF5_INCLUDE) -c -o $@ $<
#
#$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
# ${FCCOMPILE_CHECK} ${FCFLAGS_f90} $(HDF5_INCLUDE) -c -o $@ $<
${FCCOMPILE_CHECK} ${FCFLAGS_f90} $(NETCDF_INCLUDE) -c -o $@ $<

0 comments on commit 73626e1

Please sign in to comment.