Skip to content
Snippets Groups Projects
Commit a6a5118d authored by Neil Gershenfeld's avatar Neil Gershenfeld
Browse files

wip

parent 7f63ccdf
Branches
No related tags found
No related merge requests found
Pipeline #4928 passed
...@@ -8,7 +8,7 @@ ...@@ -8,7 +8,7 @@
import time import time
from numba import njit,prange from numba import njit,prange
NPTS = 1000000000 NPTS = 10000000000
@njit(parallel=True) @njit(parallel=True)
def calc(): def calc():
a = 0.5 a = 0.5
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment