-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtc.txt
45 lines (42 loc) · 1 KB
/
tc.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
cont nowcast_container {
type "singularity"
image_site "condorpool"
image "file:///nfs/shared/ldm/containers/nowcastcontainer.simg"
mount "/nfs/shared:/nfs/shared"
#profile env "SEQEXEC_CPUS" "4"
}
tr NowcastToWDSS2 {
site condorpool {
container "nowcast_container"
pfn "/opt/NowcastToWDSS2/NowcastToWDSS2"
arch "x86_64"
os "LINUX"
type "INSTALLED"
#profile pegasus "label" "casa_job"
}
}
tr d3_mrt {
site condorpool {
container "nowcast_container"
pfn "/opt/d3_mrt/d3_mrt"
arch "x86_64"
os "LINUX"
type "INSTALLED"
profile pegasus "clusters.size" "4"
#profile pegasus "cores" "4"
#profile pegasus "clusters.num" "8"
#profile pegasus "label" "casa_job"
}
}
tr merged_netcdf2png {
site condorpool {
container "nowcast_container"
pfn "/opt/netcdf2png/merged_netcdf2png"
arch "x86_64"
os "LINUX"
type "INSTALLED"
profile pegasus "clusters.num" "1"
#profile pegasus "label" "casa_job"
}
}
}