-
Notifications
You must be signed in to change notification settings - Fork 124
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Supporting SLURM env vars for launching MAPDL configuration (#2754)
* Adapting launcher to run on slurm * Working on nodes parser * Implemented machine argument * Update * Adding more debugging Adding memory option * Merge branch 'main' into feat/supporting-slurm-manager * Avoiding checking number of processors in slrum * Cleaning empty args * renaming argument * Update env vars to check to decide if ON_SLURM or not. * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * Removing unneeded * Adding comment * removing redundancies * Removing self * Removing unused arg * Update src/ansys/mapdl/core/launcher.py Co-authored-by: Maxime Rey <87315832+MaxJPRey@users.noreply.github.com> * fixing memory units * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * Update doc/styles/Vocab/ANSYS/accept.txt * Apply suggestions from code review Co-authored-by: Kathy Pippert <84872299+PipKat@users.noreply.github.com> * Apply suggestions from code review Co-authored-by: Kathy Pippert <84872299+PipKat@users.noreply.github.com> * Adding tests * Moving fixtures to main file * testing exec_file * fix tests * Adding env var documentation * Small refactoring regarding env var processing Adding typing * Better env var order * chore: adding changelog file 2754.documentation.md * Apply suggestions from code review Co-authored-by: Kathy Pippert <84872299+PipKat@users.noreply.github.com> * fix: table format --------- Co-authored-by: German Martinez Ayuso <gayuso@ottu2200701.ansys.com> Co-authored-by: german <gayuso@ansys.com> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Maxime Rey <87315832+MaxJPRey@users.noreply.github.com> Co-authored-by: Kathy Pippert <84872299+PipKat@users.noreply.github.com> Co-authored-by: pyansys-ci-bot <92810346+pyansys-ci-bot@users.noreply.github.com>
- Loading branch information
1 parent
ba66041
commit c8fb44e
Showing
6 changed files
with
417 additions
and
34 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
feat: Supporting SLURM env vars for launching MAPDL configuration |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -99,7 +99,6 @@ Linder | |
Linux | ||
MacOS | ||
mapdl | ||
mapdl | ||
MAPDL | ||
mater | ||
MATLAB | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.