Skip to content

Commit f010621

Browse files
committed
fix: explicitly disable GPU for nbody problems
1 parent 9fcdf97 commit f010621

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

research/problems/nbody_simulation/random_100k/config.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,4 @@ runtime:
1010
instance_type: c7i.4xlarge
1111
cpus: "16"
1212
memory: "32"
13+
accelerators: null

research/problems/nbody_simulation/random_10k/config.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,4 @@ runtime:
1010
instance_type: c7i.4xlarge
1111
cpus: "16"
1212
memory: "32"
13+
accelerators: null

0 commit comments

Comments
 (0)