<div>I was working on speeding up some BVT stuff on my system, and I noticed that there are a few tests that have duplicate names. (checksizes might not be an issue, since I don't see it in the testlist)</div><div><br>
</div><div>./f77/init/checksizes</div><div>./f90/init/checksizes</div><div><br></div><div>./f90/misc/sizeof</div><div>./f90/datatype/sizeof</div><div><br></div><div>./spawn/taskmaster</div><div>./threads/spawn/taskmaster</div>
<div>
<br></div><div>This is problematic on BG since we use the "staging directory" features. This copies the binary--if it doesn't already exist--to an alternate directory before running the test. Directory paths are not maintained. This means that only one of each of the groups will be run, probably twice. I'm not sure if the staging directory system is really "supported" anymore, but I was wondering if it would be appropriate to change some of the names?</div>
<div><br></div><div>Thanks,</div><div>Joe Ratterman</div><div><a href="mailto:jratt@us.ibm.com">jratt@us.ibm.com</a></div>