mirror of
https://gitlab.com/scemama/irpf90.git
synced 2024-12-21 20:03:33 +01:00
Cython
Version:1.2.9
This commit is contained in:
parent
ac5f474fed
commit
0262309896
@ -25,7 +25,7 @@
|
||||
# scemama@irsamc.ups-tlse.fr
|
||||
|
||||
import os
|
||||
NTHREADS=int(os.getenv('OMP_NUM_THREADS',2))
|
||||
NTHREADS=1 #int(os.getenv('OMP_NUM_THREADS',1))
|
||||
|
||||
def strip(x):
|
||||
return x.strip()
|
||||
|
@ -1 +1 @@
|
||||
version = "1.2.8"
|
||||
version = "1.2.9"
|
||||
|
Loading…
Reference in New Issue
Block a user