Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
cta
MonteCarlo
ProdX-Download
Commits
82cf2a22
Commit
82cf2a22
authored
Oct 27, 2020
by
Gernot Maier
Browse files
prod4b downloading
parent
81412ad8
Changes
1
Hide whitespace changes
Inline
Side-by-side
download_parallel.sh
View file @
82cf2a22
...
...
@@ -4,9 +4,13 @@
# all particle types simulatenously
#
# Prod5 NSB 1x
DD
=
"Prod5_Paranal_AdvancedBaseline_NSB1x"
DL
=
"DL0"
# Prod4b SST production
DD
=
"Prod4b_Paranal"
ZE
=
"20deg"
DL
=
"DL0"
mkdir
-p
tmp_log
...
...
@@ -23,7 +27,19 @@ do
for
A
in
North South
do
rm
-f
tmp_log/
${
P
}
_
${
A
}
.log
./getRawFilesFromGRID-DIRAC.sh
${
DD
}
/
${
DD
}
_
${
PP
}
_
${
A
}
_
${
ZE
}
_
${
DL
}
.GRID.list
${
DD
}
/
${
P
}
/ 100 &> tmp_log/
${
P
}
_
${
A
}
.log &
# Prod4b SST production
if
[[
$DD
=
*
"Prod4"
*
]]
;
then
if
[[
$A
==
"South"
]]
;
then
continue
fi
for
S
in
"sst-astri"
"sst-astri+chec-s"
do
FFLIST
=
"
${
DD
}
_
${
ZE
}
/
${
DD
}
_
${
PP
}
_
${
A
}
_
${
ZE
}
_SSTOnly_
${
S
}
_
${
DL
}
.GRID.list"
./getRawFilesFromGRID-DIRAC.sh
${
FFLIST
}
${
DD
}
/
${
P
}
/ 100 &> tmp_log/
${
P
}
_
${
A
}
_
${
S
}
.log &
done
else
./getRawFilesFromGRID-DIRAC.sh
${
DD
}
/
${
DD
}
_
${
PP
}
_
${
A
}
_
${
ZE
}
_
${
DL
}
.GRID.list
${
DD
}
/
${
P
}
/ 100 &> tmp_log/
${
P
}
_
${
A
}
.log &
fi
sleep
10
done
done
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment