This commit is contained in:
Martin Diehl 2012-07-18 12:31:07 +00:00
parent cd30941aa4
commit 95d292b286
3 changed files with 7 additions and 7 deletions

View File

@ -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)

View File

@ -157,9 +157,9 @@ 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

View File

@ -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'+\