I have a commercial (closed-source) app that is causing some I/O related problems when run over nfs. Using strace I see all the file accesses in the strace outp
If I compile the following program: $ cat main.cpp && g++ main.cpp #include <time.h> int main() { struct timespec ts; return clock_gettime