When configuring in two separate folders like (../vftrace/configure ...) and make check is executed in one object files for the test executables are present in the src test directory. executing make check in the second directory the object files are recycled.
The objects can contain faulty code due to different configure options (like one configure with MPI one without)
When configuring in two separate folders like (
../vftrace/configure ...
) andmake check
is executed in one object files for the test executables are present in the src test directory. executingmake check
in the second directory the object files are recycled. The objects can contain faulty code due to different configure options (like one configure with MPI one without)