From 64f6aedd18cc45ac8409ebca3e045ffa44739981 Mon Sep 17 00:00:00 2001 From: KyleKlenk <kyle.c.klenk@gmail.com> Date: Fri, 29 Apr 2022 11:03:46 -0600 Subject: [PATCH] deleted un-needed file --- build/makefile | 16 ++++++++-------- config/Summa_Actors_Settings.json | 17 ----------------- 2 files changed, 8 insertions(+), 25 deletions(-) delete mode 100644 config/Summa_Actors_Settings.json diff --git a/build/makefile b/build/makefile index 1b3442e..eb49b52 100644 --- a/build/makefile +++ b/build/makefile @@ -16,16 +16,16 @@ # Production runs -FLAGS_NOAH = -O3 -ffree-form -ffree-line-length-none -fmax-errors=0 -fPIC -FLAGS_COMM = -O3 -ffree-line-length-none -fmax-errors=0 -fPIC -FLAGS_SUMMA = -O3 -ffree-line-length-none -fmax-errors=0 -fPIC -FLAGS_ACTORS = -O3 +# FLAGS_NOAH = -O3 -ffree-form -ffree-line-length-none -fmax-errors=0 -fPIC +# FLAGS_COMM = -O3 -ffree-line-length-none -fmax-errors=0 -fPIC +# FLAGS_SUMMA = -O3 -ffree-line-length-none -fmax-errors=0 -fPIC +# FLAGS_ACTORS = -O3 # # Debug runs -# FLAGS_NOAH = -p -g -O0 -ffree-form -ffree-line-length-none -fmax-errors=0 -fbacktrace -Wno-unused -Wno-unused-dummy-argument -fPIC -# FLAGS_COMM = -p -g -O0 -Wall -ffree-line-length-none -fmax-errors=0 -fbacktrace -fcheck=bounds -fPIC -# FLAGS_SUMMA = -p -g -O0 -Wall -ffree-line-length-none -fmax-errors=0 -fbacktrace -fcheck=bounds -fPIC -# FLAGS_ACTORS = -g -O0 -Wall +FLAGS_NOAH = -p -g -O0 -ffree-form -ffree-line-length-none -fmax-errors=0 -fbacktrace -Wno-unused -Wno-unused-dummy-argument -fPIC +FLAGS_COMM = -p -g -O0 -Wall -ffree-line-length-none -fmax-errors=0 -fbacktrace -fcheck=bounds -fPIC +FLAGS_SUMMA = -p -g -O0 -Wall -ffree-line-length-none -fmax-errors=0 -fbacktrace -fcheck=bounds -fPIC +FLAGS_ACTORS = -g -O0 -Wall #======================================================================== diff --git a/config/Summa_Actors_Settings.json b/config/Summa_Actors_Settings.json deleted file mode 100644 index 75e7a3c..0000000 --- a/config/Summa_Actors_Settings.json +++ /dev/null @@ -1,17 +0,0 @@ -{ - "SummaActor": { - "OuputStrucureSize": 250, - "maxGRUPerJob": 500 - }, - - "JobActor": { - "FileManagerPath": "/home/k13nk/SummaProject/SummaActorsSettings/fileManager.txt", - "outputCSV": false, - "csvPath": "" - }, - - "HRUActor": { - "printOutput": true, - "outputFrequency": 10 - } -} \ No newline at end of file -- GitLab