-
Notifications
You must be signed in to change notification settings - Fork 43
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
vrenkens
committed
Apr 28, 2017
1 parent
91d4e47
commit b4d58d0
Showing
245 changed files
with
7,039 additions
and
6,330 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,3 +2,4 @@ | |
*.pyc | ||
*.conf | ||
cluster | ||
nabu/computing/condor/create_environment.sh |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
# Computing configuration | ||
|
||
This directory contains the configuration files for the different computing | ||
modes. You can find more information about these modes | ||
[here](../../nabu/computing/README.md). |
1 change: 0 additions & 1 deletion
1
config/computing/condor.cfg → config/computing/condor/multi_machine.cfg
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
[computing] | ||
#the minimum memory requirement of the GPUs in Mb | ||
minmemory = 2000 |
3 changes: 1 addition & 2 deletions
3
config/computing/condor_local.cfg → config/computing/condor/single_machine.cfg
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,9 @@ | ||
[computing] | ||
#build the cluster with HTCondor. HTCondor will be used to dynamically assign | ||
#machines to the cluster and will then execute on that cluster | ||
distributed = condor_local | ||
#the number of parameter servers (minimum 1) | ||
numps = 2 | ||
#the number of workers (minimum 1) | ||
numworkers = 1 | ||
#the minimum memory requirement of the GPUs in Mb | ||
minmemory = 1000 | ||
minmemory = 6000 |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 1 addition & 3 deletions
4
config/computing/local.cfg → config/computing/standart/single_machine.cfg
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,5 @@ | ||
[computing] | ||
#use local computing | ||
distributed = local | ||
#the number of parameter servers (minimum 1) | ||
numps = 2 | ||
numps = 1 | ||
#the number of workers (minimum 1) | ||
numworkers = 1 |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.