Skip to content
Snippets Groups Projects
Commit 4e92d946 authored by KyleKlenk's avatar KyleKlenk
Browse files

pushing modified submission files

parent 2bd3b36c
No related branches found
No related tags found
1 merge request!5add in compiler def ACTORS_ACTIVE to turn on some stuff so can move...
......@@ -12,19 +12,18 @@
},
"File_Access_Actor": {
"num_partitions_in_output_buffer": 32,
"num_partitions_in_output_buffer": 16,
"num_timesteps_in_output_buffer": 1000
},
"Job_Actor": {
"file_manager_path": "/project/gwf/gwf_cmt/kck540/domain_NorthAmerica/Summa-Projects/input_data/summa_actors_input/fileManager.txt"
"file_manager_path": "/project/gwf/gwf_cmt/kck540/domain_NorthAmerica/Summa-Projects/input_data/summa_actors_input/fileManager.txt",
"max_run_attempts": 3
},
"HRU_Actor": {
"print_output": true,
"output_frequency": 100,
"dt_init_factor": 1,
"rel_tol": 1e-3,
"abs_tol": 1e-3
"output_frequency": 10000,
"dt_init_factor": 1
}
}
......@@ -19,7 +19,7 @@ export LD_LIBRARY_PATH=/globalhome/kck540/HPC/Libraries/sundials/v6.6/instdir/li
gru_max=12000
gru_count=10
gru_count=25
max_job=3
summa_exe=/globalhome/kck540/HPC/Summa-Projects/Summa-Actors/bin/summa_actors
# config_summa=/globalhome/kck540/HPC/Summa-Projects/Summa-Actors/bin/config.json
......@@ -36,4 +36,4 @@ check=$(( $gru_start + $gru_count ))
# gru_count=$(( gru_max-gru_start+1 ))
# fi
$summa_exe -g $gru_start $gru_count -m $file_manager --caf.scheduler.max-threads=32
\ No newline at end of file
$summa_exe -g $gru_start $gru_count -c $config_summa --caf.scheduler.max-threads=32
\ 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