Closed tobigithub closed 3 years ago
I've changed the timing routine between 5.0.0 and 5.0.3, but I did not encounter any negative numbers. The routine calls the system_clock and the cpu_time, which are intrinsic operations, but depend on the system that runs the program, so the scheduler can be an issue in this respect.
Anyways, I found that the variables were not initially initialize, which is now done for version 5.1.0. If you still find this issue, I can take a closer look, but might depend on your system.
Thanks. Closed.
Hi, I ran the caffeine CID example with QCxMS (V5.0.3). Input:
For some of the output files I observed a negative number when minutes were counted, which is interesting to say the least.
Might be a scheduler issues, still I am curious how a negative number could occur, the scheduler log files has an issue, still the task was running fine.
Also the qcxms.out confirms the times:
Spectrum looks fine, but with 2 collisions only (commonly 6) fewer fragments are observed, which is normal. Not sure how the time is calculated, might be a non-issue for QCxMS, but more related to the scheduler.