25 Feb
2013
25 Feb
'13
5:17 p.m.
On Mon, 25 Feb 2013, Barry Smith wrote:
On Feb 25, 2013, at 5:13 PM, Satish Balay <[email protected]> wrote:
The build script here is doing both configure and make. configure is sequential and slow.
Especially on a networked file system.
Now that configure does all tests in /tmp - and 'cmake build' does minimal I/O - they might not be that slow on NFS vs local disk. [when compared to build times with older petsc versions] Satish