This commit is contained in:
parent
cd30941aa4
commit
95d292b286
|
@ -39,10 +39,10 @@ SHELL = /bin/sh
|
|||
########################################################################################
|
||||
|
||||
#auto values will be set by setup_code.py
|
||||
FFTWROOT := auto
|
||||
IMKLROOT := auto
|
||||
ACMLROOT := auto
|
||||
LAPACKROOT := auto
|
||||
FFTWROOT := /usr/local
|
||||
IMKLROOT :=
|
||||
ACMLROOT :=
|
||||
LAPACKROOT := /usr
|
||||
|
||||
F90 ?= ifort
|
||||
COMPILERNAME ?= $(F90)
|
||||
|
|
|
@ -157,8 +157,8 @@ class Test():
|
|||
file=open(outfile,'a+')
|
||||
print cmd
|
||||
process = subprocess.Popen(shlex.split(cmd),stdout = file,stderr = subprocess.STDOUT)
|
||||
file.close()
|
||||
process.wait()
|
||||
file.close()
|
||||
|
||||
def compare_Array(self,File1,File2):
|
||||
import numpy
|
||||
|
|
|
@ -144,7 +144,7 @@ execute = { \
|
|||
#' --overwrite-signature --no-lower prec.f90 DAMASK_spectral_interface.f90 math.f90 mesh.f90',
|
||||
###########################################################################
|
||||
'f2py damask.core.pyf' +\
|
||||
' --build-dir processingBuildTemp' +\
|
||||
' --build-dir ./' +\
|
||||
' -c --no-lower --fcompiler=%s'%(f2py_compiler) +\
|
||||
' %s'%'prec.f90'+\
|
||||
' %s'%'DAMASK_spectral_interface.f90'+\
|
||||
|
|
Loading…
Reference in New Issue