Skip to content

Commit

Permalink
add sc18k0 [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
zhengqmark committed Feb 18, 2018
1 parent 632a143 commit 01d7471
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion scripts/vpicexpt_gen.pl.in
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ use strict;
##############################################################################
# define experiments here
##############################################################################
my(%TOC, @minimal, @dwtest, @fanrun, @sc17a, @sc18a, @sc18b, @sc17b,
my(%TOC, @minimal, @dwtest, @fanrun, @sc17a, @sc18a, @sc18b, @sc18k0, @sc17b,
@sc17ba, @sc17bb, @sc17bi, @sc17bj, @sc17br, @sc17bx,
@sc17c, @sc17cx);

Expand Down Expand Up @@ -76,6 +76,16 @@ my(%TOC, @minimal, @dwtest, @fanrun, @sc17a, @sc18a, @sc18b, @sc17b,
[ 32, 6, 150, 8, 4, 0, 0, 1, 1, 32, 90, 1, "3072GiB"],
);

# sc18k0: for the sc18 parctive paper
@sc18k0 = (
# vpic vpic max base
# nodes, dumps, steps, px, py, pz, tx, ty, tz, ppn, time, xtra, dwsize
[ 1, 2, 50, 4, 2, 0, 0, 1, 1, 32, 10, 1, "32GiB"],
[ 32, 1, 25, 8, 4, 0, 0, 1, 1, 64, 90, 1, "3072GiB"],
[ 32, 2, 50, 8, 4, 0, 0, 1, 1, 64, 90, 1, "3072GiB"],
[ 32, 3, 75, 8, 4, 0, 0, 1, 1, 64, 90, 1, "3072GiB"],
);

# sc17b: for testing the shuffle layer and the network stack
@sc17b = (
# vpic vpic max base
Expand Down Expand Up @@ -203,6 +213,7 @@ my(%TOC, @minimal, @dwtest, @fanrun, @sc17a, @sc18a, @sc18b, @sc17b,
"sc17a" => [ \@sc17a, \&stdpost_2d ],
"sc18a" => [ \@sc18a, \&stdpost_2d ],
"sc18b" => [ \@sc18b, \&stdpost_2d ],
"sc18k0" => [ \@sc18k0, \&stdpost_2d ],
"sc17b" => [ \@sc17b, \&stdpost_2d ],
"sc17ba" => [ \@sc17ba, \&stdpost_2d ],
"sc17bb" => [ \@sc17bb, \&stdpost_2d ],
Expand Down

0 comments on commit 01d7471

Please sign in to comment.