Help troubleshooting rsp_cpph ctest failure
Posted: 06 Feb 2020, 17:25
My current build of Dalton 2018.2 fails the rsp_cpph ctest with what I suspect is a numeric error. Running "sh rsp_cpph.check rsp_cpph.log" gives the output:
PHOSPHORESCENCE NOT CORRECT ( test = 23; control = 24 );
THERE IS A PROBLEM
I'd hoped it might be easy to tease apart the $GREP / eval structure in that script to locate the problem line, but echoing the eval results to screen shows me that the $GREP commands don't always give a simple 0 or 1:
0 + 1 + 1 + 1 + 0 + 1 + 0 + 1 + 1 + 0 + 0 + 0 + 1 + 0 + 0 + 1 + 1 + 1 + 1 + 0 + 1 + 0 + 9 + 2
Can someone advise how I trace which line(s) in the log are causing the failure?
PHOSPHORESCENCE NOT CORRECT ( test = 23; control = 24 );
THERE IS A PROBLEM
I'd hoped it might be easy to tease apart the $GREP / eval structure in that script to locate the problem line, but echoing the eval results to screen shows me that the $GREP commands don't always give a simple 0 or 1:
0 + 1 + 1 + 1 + 0 + 1 + 0 + 1 + 1 + 0 + 0 + 0 + 1 + 0 + 0 + 1 + 1 + 1 + 1 + 0 + 1 + 0 + 9 + 2
Can someone advise how I trace which line(s) in the log are causing the failure?