Migration to 3D Mpi complete for backstep

This commit is contained in:
2023-10-28 12:04:37 +02:00
parent 175ec58667
commit 120be69102
22 changed files with 22097 additions and 280116 deletions

View File

@@ -39,11 +39,15 @@ $(BUILD_DIR)/%.s: %.c
.PHONY: clean distclean tags info asm format
clean:
clean: vis
$(info ===> CLEAN)
@rm -rf $(BUILD_DIR)
@rm -f tags
vis:
$(info ===> REMOVING VIZUALISATION FILES)
@rm -f vtk_files/particle*.vtk
distclean: clean
$(info ===> DIST CLEAN)
@rm -f $(TARGET)