Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
Summa Actors
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Package registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Numerical_Simulations_Lab
Actors
Summa Actors
Commits
8e2067cc
Commit
8e2067cc
authored
11 months ago
by
Kyle Klenk
Browse files
Options
Downloads
Patches
Plain Diff
Remove Unnecessary files
parent
b9748756
No related branches found
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
bin/out.txt
+0
-198
0 additions, 198 deletions
bin/out.txt
bin/submit_job.sh
+0
-9
0 additions, 9 deletions
bin/submit_job.sh
mkdocs.yml
+0
-14
0 additions, 14 deletions
mkdocs.yml
with
0 additions
and
221 deletions
bin/out.txt
deleted
100644 → 0
+
0
−
198
View file @
b9748756
************ DISTRIBUTED_SETTINGS ************
1
0.0.0.0
4444
100
10
************ SUMMA_ACTORS SETTINGS ************
Max GRU per Job: 1000000
Num Partitions in Output Buffer: 1
Num Timesteps in Output Buffer: 1
File Manager Path: /code/settings/fileManager_actor_sundials.txt
Max Run Attempts Per GRU: 1
Print GRU Timestep: 1
GRU Timestep Print Frequency: 1000
GRU Initial Timestep Factor: 1
********************************************
*****Starting SUMMA-Server*****
Summa_server
Server is Running
Server is Running
Actor trying to connect with hostname
SENDING: batch_id: 0
start_hru: 1
num_hru: 10
run_time: 0
read_time: 0
write_time: 0
solved: 0
Actor trying to connect with hostname
SENDING: batch_id: 1
start_hru: 11
num_hru: 10
run_time: 0
read_time: 0
write_time: 0
solved: 0
Received Completed Batch From Client
batch_id: 0
start_hru: 1
num_hru: 10
run_time: 0
read_time: 0
write_time: 0
solved: 0
******************
Batches Remaining: 9
******************
Received Completed Batch From Client
batch_id: 1
start_hru: 11
num_hru: 10
run_time: 0
read_time: 0
write_time: 0
solved: 0
******************
Batches Remaining: 8
******************
Received Completed Batch From Client
batch_id: 3
start_hru: 31
num_hru: 10
run_time: 0
read_time: 0
write_time: 0
solved: 0
******************
Batches Remaining: 7
******************
Received Completed Batch From Client
batch_id: 2
start_hru: 21
num_hru: 10
run_time: 0
read_time: 0
write_time: 0
solved: 0
******************
Batches Remaining: 6
******************
Received Completed Batch From Client
batch_id: 4
start_hru: 41
num_hru: 10
run_time: 0
read_time: 0
write_time: 0
solved: 0
******************
Batches Remaining: 5
******************
Received Completed Batch From Client
batch_id: 5
start_hru: 51
num_hru: 10
run_time: 0
read_time: 0
write_time: 0
solved: 0
******************
Batches Remaining: 4
******************
Received Completed Batch From Client
batch_id: 7
start_hru: 71
num_hru: 10
run_time: 0
read_time: 0
write_time: 0
solved: 0
******************
Batches Remaining: 3
******************
Received Completed Batch From Client
batch_id: 6
start_hru: 61
num_hru: 10
run_time: 0
read_time: 0
write_time: 0
solved: 0
******************
Batches Remaining: 2
******************
Received Completed Batch From Client
batch_id: 8
start_hru: 81
num_hru: 10
run_time: 0
read_time: 0
write_time: 0
solved: 0
******************
Batches Remaining: 1
******************
No batches left to assign - Waiting for All Clients to finish
Received Completed Batch From Client
batch_id: 9
start_hru: 91
num_hru: 10
run_time: 0
read_time: 0
write_time: 0
solved: 0
******************
Batches Remaining: 0
******************
SUMMA Simulation is complete
Telling Clients to Exit
Telling Backup Servers to Exit
This diff is collapsed.
Click to expand it.
bin/submit_job.sh
deleted
100755 → 0
+
0
−
9
View file @
b9748756
#! /bin/bash
N
=
16
for
i
in
$(
seq
1
$N
)
do
./summa_actors
-c
/code/settings/Sundials.json
--caf
.scheduler.max-threads
=
1 &
done
This diff is collapsed.
Click to expand it.
mkdocs.yml
deleted
100644 → 0
+
0
−
14
View file @
b9748756
site_name
:
SUMMA-Actors
site_description
:
Structure for Unifying Multiple Modeling Alternatives - With Actors
site_author
:
Numerical Simulations Laboratory - University of Saskatchewan
repo_url
:
https://github.com/KyleKlenk/Summa-Actors
site_url
:
https://summa-actors.readthedocs.io
docs_dir
:
docs
theme
:
readthedocs
nav
:
-
Home
:
-
SUMMA-Actors Overview
:
'
index.md'
-
SUMMA-Actors Documentation
:
'
SUMMA-Actors_documentation.md'
-
Contact
:
-
Contact Information
:
"
contact.md"
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment