Commit a5660448 authored by Giovanni La Mura's avatar Giovanni La Mura
Browse files

Disable refinement and dynamic orders in development case tests

parent ffd216b4
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -4,6 +4,10 @@ system_settings:
  # Limit on GPU RAM use in Gb ( 0 for no configuration limit)
  max_gpu_ram  : 0

runtime:
  refinement   : 0
  dyn_orders   : 0

input_settings:
  # Folder to write the code input configuration files
  input_folder : "."
+4 −0
Original line number Diff line number Diff line
@@ -4,6 +4,10 @@ system_settings:
  # Limit on GPU RAM use in Gb ( 0 for no configuration limit)
  max_gpu_ram  : 0

runtime:
  refinement   : 0
  dyn_orders   : 0

input_settings:
  # Folder to write the code input configuration files
  input_folder : "."