You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
Now using shutdowntime from machine features when set (in addition to existing PQ.maxtime method)
PIlot brings down the job if approaching the shutdowntime (grace time set to ten minutes)
Requested by R. Walker
Optimized gs copy tool
Previously, the storage client was initialized for each file transfer. Now it is initialized only once
Requested by Zhaoyu Yang (Rubin)
Bug fixes:
Adjusted remote file open time-out so that it only contains direct i/o files
Previously non-direct i/o files were also taken into consideration
Making sure that hs06 is only reported if total_cpu can be read
Fixed case where number of cores in cpuinfo string was reported as %d-Core. Also, now using lscpu command to extract number of cores instead of summing up /proc/cpuinfo