Skip to content
Snippets Groups Projects
Commit 64f6aedd authored by KyleKlenk's avatar KyleKlenk
Browse files

deleted un-needed file

parent d190489c
No related branches found
No related tags found
No related merge requests found
...@@ -16,16 +16,16 @@ ...@@ -16,16 +16,16 @@
# Production runs # Production runs
FLAGS_NOAH = -O3 -ffree-form -ffree-line-length-none -fmax-errors=0 -fPIC # 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_COMM = -O3 -ffree-line-length-none -fmax-errors=0 -fPIC
FLAGS_SUMMA = -O3 -ffree-line-length-none -fmax-errors=0 -fPIC # FLAGS_SUMMA = -O3 -ffree-line-length-none -fmax-errors=0 -fPIC
FLAGS_ACTORS = -O3 # FLAGS_ACTORS = -O3
# # Debug runs # # 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_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_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_SUMMA = -p -g -O0 -Wall -ffree-line-length-none -fmax-errors=0 -fbacktrace -fcheck=bounds -fPIC
# FLAGS_ACTORS = -g -O0 -Wall FLAGS_ACTORS = -g -O0 -Wall
#======================================================================== #========================================================================
......
{
"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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment