Skip to content

Commit

Permalink
Merge pull request #703 from Warwick-Plasma/keith/update_sdf
Browse files Browse the repository at this point in the history
Update the SDF submodule
  • Loading branch information
TomGoffrey authored Sep 7, 2024
2 parents 0b4e1e1 + c88f11b commit 191b4c6
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion SDF
Submodule SDF updated 4 files
+1 −1 C
+1 −1 FORTRAN
+1 −1 VisIt
+1 −1 utilities
4 changes: 2 additions & 2 deletions epoch1d/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -420,11 +420,11 @@ visitclean:

sdfutils:
@cd $(SDF)/../C; make
@cd $(SDF)/../utilities; ./build
@cd $(SDF)/../utilities; ./build.sh

sdfutilsclean:
@cd $(SDF)/../C; make clean
@cd $(SDF)/../utilities; ./build -c
@cd $(SDF)/../utilities; ./build.sh -c

sdf_reader_example: $(BINDIR)/sdf_reader_example

Expand Down
4 changes: 2 additions & 2 deletions epoch2d/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -420,11 +420,11 @@ visitclean:

sdfutils:
@cd $(SDF)/../C; make
@cd $(SDF)/../utilities; ./build
@cd $(SDF)/../utilities; ./build.sh

sdfutilsclean:
@cd $(SDF)/../C; make clean
@cd $(SDF)/../utilities; ./build -c
@cd $(SDF)/../utilities; ./build.sh -c

sdf_reader_example: $(BINDIR)/sdf_reader_example

Expand Down
4 changes: 2 additions & 2 deletions epoch3d/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -420,11 +420,11 @@ visitclean:

sdfutils:
@cd $(SDF)/../C; make
@cd $(SDF)/../utilities; ./build
@cd $(SDF)/../utilities; ./build.sh

sdfutilsclean:
@cd $(SDF)/../C; make clean
@cd $(SDF)/../utilities; ./build -c
@cd $(SDF)/../utilities; ./build.sh -c

sdf_reader_example: $(BINDIR)/sdf_reader_example

Expand Down
2 changes: 1 addition & 1 deletion scripts/run-tests-epoch-all.sh
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ fi

# Build SDF/C and install python sdf reader
(cd SDF/C; make)
SDF/utilities/build $FLG
SDF/utilities/build.sh $FLG

# show system info
scripts/system_info.sh
Expand Down

0 comments on commit 191b4c6

Please sign in to comment.