From 93788f4f7ff717d58eed5dab1f2ec0e46e4c946f Mon Sep 17 00:00:00 2001 From: Holger <holger.grosshans@gmx.de> Date: Thu, 5 Aug 2021 16:44:08 +0200 Subject: [PATCH] modified: clean.sh modified: documentation/doxygen_codeGuide/codeGuide modified: documentation/doxygen_codeGuide/pafiXlogo.png modified: input/input_example.dat modified: monitor.plt modified: run.sh modified: src/COPYING modified: src/bc.f90 modified: src/electrostatics.f90 modified: src/fluid.f90 modified: src/main.f90 modified: src/makefile modified: src/parallel.f90 modified: src/particles.f90 modified: src/particlesTransport.f90 modified: src/post.f90 modified: src/pre.f90 modified: src/restart.f90 modified: src/timestep.f90 modified: src/var.f90 modified: src/write_vtk.f90 modified: src/writedat_particles.f90 --- clean.sh | 0 documentation/doxygen_codeGuide/codeGuide | 0 documentation/doxygen_codeGuide/pafiXlogo.png | Bin input/input_example.dat | 0 monitor.plt | 0 run.sh | 0 src/COPYING | 0 src/bc.f90 | 0 src/electrostatics.f90 | 0 src/fluid.f90 | 0 src/main.f90 | 0 src/makefile | 4 ++-- src/parallel.f90 | 0 src/particles.f90 | 0 src/particlesTransport.f90 | 0 src/post.f90 | 0 src/pre.f90 | 0 src/restart.f90 | 0 src/timestep.f90 | 0 src/var.f90 | 0 src/write_vtk.f90 | 0 src/writedat_particles.f90 | 0 22 files changed, 2 insertions(+), 2 deletions(-) mode change 100644 => 100755 clean.sh mode change 100644 => 100755 documentation/doxygen_codeGuide/codeGuide mode change 100644 => 100755 documentation/doxygen_codeGuide/pafiXlogo.png mode change 100644 => 100755 input/input_example.dat mode change 100644 => 100755 monitor.plt mode change 100644 => 100755 run.sh mode change 100644 => 100755 src/COPYING mode change 100644 => 100755 src/bc.f90 mode change 100644 => 100755 src/electrostatics.f90 mode change 100644 => 100755 src/fluid.f90 mode change 100644 => 100755 src/main.f90 mode change 100644 => 100755 src/makefile mode change 100644 => 100755 src/parallel.f90 mode change 100644 => 100755 src/particles.f90 mode change 100644 => 100755 src/particlesTransport.f90 mode change 100644 => 100755 src/post.f90 mode change 100644 => 100755 src/pre.f90 mode change 100644 => 100755 src/restart.f90 mode change 100644 => 100755 src/timestep.f90 mode change 100644 => 100755 src/var.f90 mode change 100644 => 100755 src/write_vtk.f90 mode change 100644 => 100755 src/writedat_particles.f90 diff --git a/clean.sh b/clean.sh old mode 100644 new mode 100755 diff --git a/documentation/doxygen_codeGuide/codeGuide b/documentation/doxygen_codeGuide/codeGuide old mode 100644 new mode 100755 diff --git a/documentation/doxygen_codeGuide/pafiXlogo.png b/documentation/doxygen_codeGuide/pafiXlogo.png old mode 100644 new mode 100755 diff --git a/input/input_example.dat b/input/input_example.dat old mode 100644 new mode 100755 diff --git a/monitor.plt b/monitor.plt old mode 100644 new mode 100755 diff --git a/run.sh b/run.sh old mode 100644 new mode 100755 diff --git a/src/COPYING b/src/COPYING old mode 100644 new mode 100755 diff --git a/src/bc.f90 b/src/bc.f90 old mode 100644 new mode 100755 diff --git a/src/electrostatics.f90 b/src/electrostatics.f90 old mode 100644 new mode 100755 diff --git a/src/fluid.f90 b/src/fluid.f90 old mode 100644 new mode 100755 diff --git a/src/main.f90 b/src/main.f90 old mode 100644 new mode 100755 diff --git a/src/makefile b/src/makefile old mode 100644 new mode 100755 index fd7dbe2..29d2aed --- a/src/makefile +++ b/src/makefile @@ -9,9 +9,9 @@ INC = # gcc: CMP = mpifort #O3: optimization -#FLAGS = -O3 -mcmodel=medium +FLAGS = -O3 -mcmodel=medium #debugging: -FLAGS = -g3 -O0 -fbounds-check -mcmodel=medium -fimplicit-none -fcheck=all -fbacktrace -floop-nest-optimize -ffpe-trap=invalid,zero,overflow -Wconversion -fno-tree-vectorize +#FLAGS = -g3 -O0 -fbounds-check -mcmodel=medium -fimplicit-none -fcheck=all -fbacktrace -floop-nest-optimize -ffpe-trap=invalid,zero,overflow -Wconversion -fno-tree-vectorize #-Wall FFLAGS = -c $(FLAGS) diff --git a/src/parallel.f90 b/src/parallel.f90 old mode 100644 new mode 100755 diff --git a/src/particles.f90 b/src/particles.f90 old mode 100644 new mode 100755 diff --git a/src/particlesTransport.f90 b/src/particlesTransport.f90 old mode 100644 new mode 100755 diff --git a/src/post.f90 b/src/post.f90 old mode 100644 new mode 100755 diff --git a/src/pre.f90 b/src/pre.f90 old mode 100644 new mode 100755 diff --git a/src/restart.f90 b/src/restart.f90 old mode 100644 new mode 100755 diff --git a/src/timestep.f90 b/src/timestep.f90 old mode 100644 new mode 100755 diff --git a/src/var.f90 b/src/var.f90 old mode 100644 new mode 100755 diff --git a/src/write_vtk.f90 b/src/write_vtk.f90 old mode 100644 new mode 100755 diff --git a/src/writedat_particles.f90 b/src/writedat_particles.f90 old mode 100644 new mode 100755 -- GitLab