Skip to content

Commit

Permalink
docs: mention SGE support (#2756)
Browse files Browse the repository at this point in the history
* docs: mention the current brand name for UGE/SGE

* docs: mention SGE support
  • Loading branch information
mkundu1 authored May 1, 2024
1 parent 0b4a929 commit c0f151a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/source/user_guide/launching_ansys_fluent.rst
Original file line number Diff line number Diff line change
Expand Up @@ -105,8 +105,8 @@ Scheduler support
When PyFluent is run within a job scheduler environment, the :func:`launch_fluent()
<ansys.fluent.core.launcher.launcher.launch_fluent>` method automatically determines
the list of machines and core counts to start Fluent with. The supported
scheduler environments are Univa Grid Engine (UGE), Load Sharing Facility (LSF),
Portable Batch System (PBS), and Slurm.
scheduler environments are Altair Grid Engine (formerly UGE), Sun Grid Engine (SGE),
Load Sharing Facility (LSF), Portable Batch System (PBS), and Slurm.

This example shows a bash shell script that can be submitted to a Slurm
scheduler using the ``sbatch`` command:
Expand Down
1 change: 1 addition & 0 deletions src/ansys/fluent/core/fluent_connection.py
Original file line number Diff line number Diff line change
Expand Up @@ -369,6 +369,7 @@ def __init__(
)
# At this point, the server must be running. If the following check_health()
# throws, we should not proceed.
# TODO: Show user-friendly error message.
self.health_check.check_health()

self._slurm_job_id = slurm_job_id
Expand Down

0 comments on commit c0f151a

Please sign in to comment.