Skip to content

Commit

Permalink
Update some missed /cray/css paths (chapel-lang#25436)
Browse files Browse the repository at this point in the history
  • Loading branch information
riftEmber authored Jul 8, 2024
2 parents b5f1738 + 51a63ec commit dbbf3cc
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions util/cron/historify-logs
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ if [ -n "$*" ]; then
exit 1
fi

loghome=/cray/css/users/chapelu
loghistdir=/cray/css/users/chapelu/NightlyHistory
loghome=/hpcdc/project/chapel
loghistdir=/hpcdc/project/chapel/NightlyHistory
logsources="\
Nightly \
NightlyWbOnCray \
Expand Down
6 changes: 3 additions & 3 deletions util/cron/nightly
Original file line number Diff line number Diff line change
Expand Up @@ -325,9 +325,9 @@ if ($perfConfigName eq "") {

if ($cronlogdir eq "") {
if ($performance == 1) {
$cronlogdir = "/cray/css/users/chapelu/NightlyPerformance/$perfConfigName";
$cronlogdir = "/hpcdc/project/chapel/NightlyPerformance/$perfConfigName";
} else {
$cronlogdir = "/cray/css/users/chapelu/Nightly";
$cronlogdir = "/hpcdc/project/chapel/Nightly";
}
}

Expand Down Expand Up @@ -364,7 +364,7 @@ if ($memleakslog ne "") {
if ($debug == 1 && $memleaksdir eq "") {
$memleaksdir = $logdir;
} elsif ($memleaksdir eq "") {
$memleaksdir = "/cray/css/users/chapelu/NightlyMemLeaks";
$memleaksdir = "/hpcdc/project/chapel/NightlyMemLeaks";
}

unless(-d $memleaksdir) {
Expand Down

0 comments on commit dbbf3cc

Please sign in to comment.