Skip to content
Snippets Groups Projects
Commit 6de27a1a authored by Tobias Malkmus's avatar Tobias Malkmus
Browse files

choose eoc table output path same as standart output path

parent f6d96884
No related branches found
No related tags found
No related merge requests found
......@@ -4,5 +4,6 @@ fem.verboserank: 0
fem.prefix: ${CURRENT_PARAMETER_PATH}/data # specify directory for data output (is created if not exists)
fem.prefix.input: ${CURRENT_PARAMETER_PATH}
fem.eoc.outputpath: ${CURRENT_PARAMETER_PATH}/data
paramfile: parameter_cmake
......@@ -4,5 +4,6 @@ fem.verboserank: 0
fem.prefix: ${CURRENT_PARAMETER_PATH}/data # specify directory for data output (is created if not exists)
fem.prefix.input: ${CURRENT_PARAMETER_PATH}
fem.eoc.outputpath: ${CURRENT_PARAMETER_PATH}/data
paramfile: parameter_cmake
......@@ -4,5 +4,6 @@ fem.verboserank: 0
fem.prefix: ${CURRENT_PARAMETER_PATH}/data # specify directory for data output (is created if not exists)
fem.prefix.input: ${CURRENT_PARAMETER_PATH}/
fem.eoc.outputpath: ${CURRENT_PARAMETER_PATH}/data
paramfile: parameter_cmake
......@@ -4,6 +4,7 @@ fem.verboserank: 0
#------------
fem.prefix: ${CURRENT_PARAMETER_PATH}/data
fem.prefix.input: ${CURRENT_PARAMETER_PATH}
fem.eoc.outputpath: ${CURRENT_PARAMETER_PATH}/data
paramfile: parameter_cmake
......@@ -29,7 +29,7 @@ fem.io.checkpointstep: 25000000
# add time stamp to eoc file name
# to avoid overwriting the eoc files
fem.io.eocFileTimeStamp: 0
fem.eoc.outputpath: $(fem.prefix)
fem.eoc.outputpath: ./data
# GRID SOLUTION
......
......@@ -5,5 +5,6 @@ fem.verboserank: 0
# specify directory for data output (is created if not exists)
fem.prefix: ${CURRENT_PARAMETER_PATH}/data
fem.prefix.input: ${CURRENT_PARAMETER_PATH}
fem.eoc.outputpath: ${CURRENT_PARAMETER_PATH}/data
paramfile: parameter_cmake
......@@ -4,5 +4,6 @@ fem.verboserank: 0
fem.prefix: ${CURRENT_PARAMETER_PATH}/data # specify directory for data output (is created if not exists)
fem.prefix.input: ${CURRENT_PARAMETER_PATH}
fem.eoc.outputpath: ${CURRENT_PARAMETER_PATH}/data
paramfile: parameter_cmake
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