Skip to content

Commit

Permalink
Update batch.md with Introduction to Sun Grid System(SGE) (#423)
Browse files Browse the repository at this point in the history
Enhancement 
#324
  • Loading branch information
GravityPHY committed Dec 31, 2023
1 parent 3594f91 commit e00be5a
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion doc/batch.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,4 +75,11 @@ Read Fujitsu cloud service documentation for details.
## OpenAPI

{dargs:argument}`batcy_type <resources/batch_type>`: `OpenAPI`
OpenAPI is a new way to submit jobs to Bohrium. It using [AccessKey](https://bohrium.dp.tech/personal/setting) instead of username and password. Read Bohrium documentation for details.
OpenAPI is a new way to submit jobs to Bohrium. It using [AccessKey](https://bohrium.dp.tech/personal/setting) instead of username and password. Read Bohrium documentation for details.


## SGE

{dargs:argument}`batch_type <resources/batch_type>`: `SGE`

The [Sun Grid Engine (SGE) scheduler](https://gridscheduler.sourceforge.net) is a batch-queueing system distributed resource management. The commands and flags of SGE share a lot similarity with PBS except when checking job status. Use this argument if one is submitting job to SGE based batch system.

0 comments on commit e00be5a

Please sign in to comment.