Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 272ccc4

Browse filesBrowse files
authored
Merge branch 'master' into remove-redundant-timestep-code
2 parents 6321ede + ba33af4 commit 272ccc4
Copy full SHA for 272ccc4

File tree

Expand file treeCollapse file tree

10 files changed

+290
-130
lines changed
Filter options
Expand file treeCollapse file tree

10 files changed

+290
-130
lines changed

‎.github/workflows/phoenix/bench.sh

Copy file name to clipboardExpand all lines: .github/workflows/phoenix/bench.sh
+2-2Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ if [ "$job_device" == "gpu" ]; then
99
fi
1010

1111
if ["$job_device" == "gpu"]; then
12-
./mfc.sh bench --mem 12 -j $(nproc) -o "$job_slug.yaml" -- -c phoenix $device_opts -n $n_ranks
12+
./mfc.sh bench --mem 12 -j $(nproc) -o "$job_slug.yaml" -- -c phoenix-bench $device_opts -n $n_ranks
1313
else
14-
./mfc.sh bench --mem 1 -j $(nproc) -o "$job_slug.yaml" -- -c phoenix $device_opts -n $n_ranks
14+
./mfc.sh bench --mem 1 -j $(nproc) -o "$job_slug.yaml" -- -c phoenix-bench $device_opts -n $n_ranks
1515
fi

‎.github/workflows/phoenix/submit.sh

Copy file name to clipboardExpand all lines: .github/workflows/phoenix/submit.sh
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ sbatch <<EOT
4242
#SBATCH --account=gts-sbryngelson3 # charge account
4343
#SBATCH -N1 # Number of nodes required
4444
$sbatch_device_opts
45-
#SBATCH -t 02:00:00 # Duration of the job (Ex: 15 mins)
45+
#SBATCH -t 03:00:00 # Duration of the job (Ex: 15 mins)
4646
#SBATCH -q embers # QOS Name
4747
#SBATCH -o$job_slug.out # Combined output and error messages file
4848
#SBATCH -W # Do not exit until the submitted job terminates.

‎tests/07C33719/golden-metadata.txt

Copy file name to clipboardExpand all lines: tests/07C33719/golden-metadata.txt
+68-34Lines changed: 68 additions & 34 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎tests/07C33719/golden.txt

Copy file name to clipboardExpand all lines: tests/07C33719/golden.txt
+8-8Lines changed: 8 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎tests/09623DE3/golden-metadata.txt

Copy file name to clipboardExpand all lines: tests/09623DE3/golden-metadata.txt
+68-34Lines changed: 68 additions & 34 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎tests/09623DE3/golden.txt

Copy file name to clipboardExpand all lines: tests/09623DE3/golden.txt
+8-8Lines changed: 8 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.