Skip to content

3.5.1.17

Compare
Choose a tag to compare
@PalNilsson PalNilsson released this 14 Mar 12:27
· 1091 commits to master since this release
1d6b69a
  • 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