Skip to content

Commit

Permalink
Refs #76. added some imars3d.conf files
Browse files Browse the repository at this point in the history
  • Loading branch information
yxqd committed Jan 22, 2018
1 parent dc33bc2 commit 85e7676
Show file tree
Hide file tree
Showing 2 changed files with 64 additions and 0 deletions.
32 changes: 32 additions & 0 deletions notebooks/imars3d.conf
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
parallelization:
max_nodes: 20

logging:
version: 1
formatters:
simple:
format: '%(asctime)s - %(name)s - %(levelname)s - %(message)s'
handlers:
mainlog:
class: logging.FileHandler
level: DEBUG
formatter: simple
filename: imars3d.log
loggers:
imars3d.tilt:
level: DEBUG
handlers: [mainlog]
propagate: no
mpi:
level: DEBUG
handlers: [mainlog]
propagate: no
root:
level: DEBUG
handlers: [mainlog]

progress_bar:
term_width: 70

CT:
clean_intermediate_files: false
32 changes: 32 additions & 0 deletions tests/workflows/recon/imars3d.conf
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
parallelization:
max_nodes: 20

logging:
version: 1
formatters:
simple:
format: '%(asctime)s - %(name)s - %(levelname)s - %(message)s'
handlers:
mainlog:
class: logging.FileHandler
level: DEBUG
formatter: simple
filename: imars3d.log
loggers:
imars3d.tilt:
level: DEBUG
handlers: [mainlog]
propagate: no
mpi:
level: DEBUG
handlers: [mainlog]
propagate: no
root:
level: DEBUG
handlers: [mainlog]

progress_bar:
term_width: 70

CT:
clean_intermediate_files: false

0 comments on commit 85e7676

Please sign in to comment.