Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Rogers, David
launchad
Commits
0084bae8
Commit
0084bae8
authored
Jun 16, 2020
by
David M. Rogers
Browse files
Updates for v1.0
parent
a644feaa
Changes
3
Hide whitespace changes
Inline
Side-by-side
loadem.py
View file @
0084bae8
...
...
@@ -6,13 +6,12 @@ from datetime import datetime
test
=
False
testone
=
False
testtwo
=
False
hopper
=
True
hopper
=
False
conn_retries
=
0
def
stamp
():
return
datetime
.
now
().
strftime
(
"%Y-%m-%d %H:%M:%S.%f"
)
+
" v
0.6
"
return
datetime
.
now
().
strftime
(
"%Y-%m-%d %H:%M:%S.%f"
)
+
" v
1.0
"
def
run_redis
(
host
,
fn
):
global
conn_retries
...
...
@@ -93,8 +92,6 @@ def main(argv):
print
(
"%s Host %04x processed %d decishards."
%
(
stamp
(),
rank
,
n
))
if
testone
:
break
if
testtwo
and
n
==
2
:
break
ofile
.
close
()
...
...
run_ad.sh
View file @
0084bae8
...
...
@@ -9,7 +9,7 @@
export
OMP_NUM_THREADS
=
7
set
-e
version
=
"run_ad.sh v
0.6
"
version
=
"run_ad.sh v
1.0
"
if
[
$#
-ne
2
]
;
then
echo
"Usage:
$0
shard_name shard_segment"
...
...
run_docking.lsf
View file @
0084bae8
...
...
@@ -2,7 +2,7 @@
#BSUB -W 5:00
#BSUB -q batch
#BSUB -P BIF128
#BSUB -J ADv
0.6
#BSUB -J ADv
1.0
#BSUB -o %J.out
#BSUB -alloc_flags "NVME"
...
...
@@ -10,7 +10,7 @@ source /ccs/proj/bif128/venvs/env.sh
PROJ=/gpfs/alpine/bif128/proj-shared/redis
gpus=$(( (LSB_MAX_NUM_PROCESSORS-1)/7 ))
echo "Starting $((gpus/6)) node run of ADv
0.6
at " `date`
echo "Starting $((gpus/6)) node run of ADv
1.0
at " `date`
[ -s $PROJ/shards.rdb ]
REMAKE=$?
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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