config/PETSc/utilities/Regression.py has the following:
# add jobs for each external package BUGBUGBUG may be run before all
packages
# Note: do these tests only for non-complex builds
if self.scalartypes.scalartype.lower() != 'complex':
for i in self.framework.packages:
if not i.name.upper() in
['SOWING','C2HTML','BLASLAPACK','MPI','SCALAPACK','PTHREAD','CUDA','THRUST','VALGRIND','NUMDIFF']:
ejobs.append(i.name.upper())Why is this? Some tests run correctly with complex and I thought this is why we used _Complex and _NoComplex to distinguish.
pgptis08T6yoR.pgp
Description: PGP signature
