⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 readme

📁 openPBS的开放源代码
💻
字号:
Samples of PBS Schedulers Written in C.The subdirectories in this directory contain source code for schedulers thatcan be used if you choose "SCHD_TYPE = cc" (the default) when running configure(before building PBS). You can indicate which of these schedulers you'd like tobuild by naming it on the		 --set-sched-code=xxxx option to configure (where "xxxx" is one of the following directory names).The default scheduler, fifo, is intended to be used "out of the box" withminimal configuration changes. The other schedulers are included as eitherexamples of scheduling approaches, or as optimized scheduler for specificsystems (that may require a bit more effort to configure to the local site,but which should result in higher scheduling efficiency). Scheduler	Description------------	------------------------------------------------------------       fifo:	The default PBS scheduler implementing a variety of common		scheduling algorithems, including: round-robin, by-queue,		strict-fifo, fair-share, and load-balancing. Each of these		can be further configured to use a variety of job sorting		methods to indicate what class of job should be run first:	 	no-sort, shortest, longest, smallest-memory, largest-memory,		high-priority, low-priority, large-walltime, ascending-walltime,		and combinations of these. sgi_origin:	A highly specially scheduler for the SGI Origin2000, providing		integrated support for Array Services (for MPI programs), and		NODEMASK (to pin applications via software to dynamically 		created regions of nodes within the system). Scheduling		algorithm includes a dynamic backfill implementation.

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -