<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&#39;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 &quot;staging directory&quot; features.  This copies the binary--if it doesn&#39;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&#39;m not sure if the staging directory system is really &quot;supported&quot; 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>