error ival=5


Click here for full thread
Clicked A Few Times
OK, I suspect the ival=12 error may have arisen from some problems with threaded MKL.
After re-linking with serial MKL, I am now back to the ival=5 error, with the last system error reported as No such file or directory.

When tracing the processes, the last such system errors I see look like a missing scratch file:
...
7441 stat("/scratch/cchang/WsZqXn/perm/Fe_CO4_H2O_CCSDpTp.dir_check_p.15", 0x7fffd49a1d10) = -1 ENOENT (No such file or directory)
7441 stat("/scratch/cchang/WsZqXn/perm/Fe_CO4_H2O_CCSDpTp.dir_check_p.15", 0x7fffd49a1dd0) = -1 ENOENT (No such file or directory)
7441 access("/scratch/cchang/WsZqXn/perm/Fe_CO4_H2O_CCSDpTp.dir_check_p.15", F_OK) = -1 ENOENT (No such file or directory)
7441 stat("/scratch/cchang/WsZqXn/scr/Fe_CO4_H2O_CCSDpTp.dir_check_s.15", 0x7fffd49a1d10) = -1 ENOENT (No such file or directory)
7441 stat("/scratch/cchang/WsZqXn/scr/Fe_CO4_H2O_CCSDpTp.dir_check_s.15", 0x7fffd49a1dd0) = -1 ENOENT (No such file or directory)
7441 access("/scratch/cchang/WsZqXn/scr/Fe_CO4_H2O_CCSDpTp.dir_check_s.15", F_OK) = -1 ENOENT (No such file or directory)

Is this expected behavior?