Skip to content

Commit

Permalink
update runtime comment
Browse files Browse the repository at this point in the history
  • Loading branch information
trautmane committed Jun 2, 2024
1 parent 4e56074 commit cd41e0b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ umask 0002

DATASET_CSV="$1"
N_NODES="20"
export RUNTIME="233:59" # batches with ? slabs took between ? and ? hours to complete
export RUNTIME="233:59" # using 20 11-core nodes, batches with 31 slabs took between 5 and 7 hours to complete

if [[ ! -f ${DATASET_CSV} ]]; then
echo "ERROR: csv file ${DATASET_CSV} not found"
Expand Down

0 comments on commit cd41e0b

Please sign in to comment.