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