Added .psrc files to distributed_ls/ParaSails and multivector to ignore the
files Mem.c and temp_multivector.c in Insure++. These files produces errors in a couple of the regression tests, but they don't appear to be important. Also added an additional filter to runtest.sh to remove the weird File.cc lines that Insure++ sometimes produces. Again, not important.
This commit is contained in:
parent
97eb5ab30a
commit
c1d592b458
1
distributed_ls/ParaSails/.psrc
Normal file
1
distributed_ls/ParaSails/.psrc
Normal file
@ -0,0 +1 @@
|
||||
insure++.file_ignore Mem.c
|
||||
1
multivector/.psrc
Normal file
1
multivector/.psrc
Normal file
@ -0,0 +1 @@
|
||||
insure++.file_ignore temp_multivector.c
|
||||
@ -545,6 +545,7 @@ job [0-9]* has been allocated resources
|
||||
SLURMINFO: Job [0-9]* is pending allocation of resources.
|
||||
ATTENTION: [0-9\-]* Couldn't create .*, job may not be checkpointable
|
||||
ATTENTION: [0-9\-]* Error opening file
|
||||
### .*File.cc.*
|
||||
EOF
|
||||
for dir in $TestDirNames
|
||||
do
|
||||
|
||||
Loading…
Reference in New Issue
Block a user