ENH update workstation specific files
This commit is contained in:
parent
975bff000f
commit
ee93db11f3
|
@ -41,8 +41,7 @@ let memory =
|
||||||
let processor =
|
let processor =
|
||||||
C.ModType.processor
|
C.ModType.processor
|
||||||
C.Processor::{
|
C.Processor::{
|
||||||
, core_rows = 2
|
, core_groups = [ { threads = 2, rows = 2, padding = 0 } ]
|
||||||
, core_padding = 0
|
|
||||||
, show_stats = False
|
, show_stats = False
|
||||||
, show_plot = True
|
, show_plot = True
|
||||||
, table_rows = 10
|
, table_rows = 10
|
||||||
|
|
|
@ -74,12 +74,8 @@ let defaultDevs =
|
||||||
]
|
]
|
||||||
|
|
||||||
let otherDevs =
|
let otherDevs =
|
||||||
[ { tKey = "ebm_snakemake"
|
[ { tKey = "nisaba-wrk"
|
||||||
, tVal =
|
, tVal = sshfsTree "nisaba_wrk" "nisaba_wrk" "nisaba:/wrk/njd2"
|
||||||
sshfsTree
|
|
||||||
"ebm_snakemake"
|
|
||||||
"EBM"
|
|
||||||
"nisaba:/wrk/njd2/stratomod-experiments"
|
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue