File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -6,13 +6,13 @@ platforms = ["linux-64", "linux-aarch64"]
6
6
7
7
[tasks ]
8
8
clean = {cmd = " rm -rf build" , description = " Delete build directory" }
9
- build = {cmd = " cmake --build build -j 16 " , description = " Invoke cmake to compile and link the executable" }
9
+ build = {cmd = " cmake --build build -j 32 " , description = " Invoke cmake to compile and link the executable" }
10
10
start-linux-64 = {depends-on = [" configure-linux-64" , " build" , " test" ]}
11
11
12
12
[tasks .start-athena ]
13
13
description = " Configure, build, and test on the Zimmerman group cluster"
14
14
cmd = " echo 'Finished pixi start-athena!'"
15
- depends-on = [" configure-athena" , " build" , " test " ]
15
+ depends-on = [" configure-athena" , " build" , " pytest " ]
16
16
17
17
[tasks .test ]
18
18
description = " Test SlaterGPU executable on a small molecular system"
You can’t perform that action at this time.
0 commit comments