Skip to content

Commit

Permalink
Edit flow123d config file
Browse files Browse the repository at this point in the history
  • Loading branch information
janhybs committed Nov 15, 2018
1 parent 7c5270f commit 240f5f5
Showing 1 changed file with 23 additions and 15 deletions.
38 changes: 23 additions & 15 deletions cfg/flow123d/metacentrum/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,15 +27,23 @@ install:
cd flow123d
cp config/config-cihpc-meta.cmake config.cmake
make -j8
make -j16
bin/flow123d --help
test:
- name: integration
enabled: true
output: stdout
repeat: 9

repeat:
exactly: 5 # we want to have 5 repetitions by default
no-less-than: 15 # but with access to the db, we want to have 15 in total

parallel:
cpus: all # we want to use as many cpus as there are on this node
prop: <cpu> # by default each 'worker' will use <cpu> of cpus

# container: docker run --rm -v $(pwd):$(pwd) -w $(pwd) flow123d/flow-libs-dev-dbg:user %s

collect:
Expand Down Expand Up @@ -74,21 +82,21 @@ test:
done
variables:
# for testing purposes
# # for testing purposes
# - values:
# - benchmark: 01_square_regular_grid
# - mesh: [1_15662_el, 2_31498_el]
# - weak: [1 , 1 ]
# - strong: [0 , 0 ]
# - cpu: [1, 2]

# - values:
# - benchmark: 01_square_regular_grid
# - mesh: 1_15662_el
# - weak: 1
# - strong: 0
# - cpu: 1
# ------------------------------------------------------------------------
# - mesh: [1_15662_el , 2_31498_el, 2_31498_el]
# - cpu: [1 , 2 , 1 ]
# - weak: [1 , 1 , 0 ]
# - strong: [0 , 1 , 1 ]
#
# # - values:
# # - benchmark: 01_square_regular_grid
# # - mesh: 1_15662_el
# # - cpu: 1
# # - weak: 1
# # - strong: 0
# # ------------------------------------------------------------------------

# 01_square_regular_grid
# weak scale
Expand Down

0 comments on commit 240f5f5

Please sign in to comment.