Skip to content

feat: adding support to launch MAPDL on remote HPC clusters #3713

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Draft
wants to merge 21 commits into
base: main
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from 4 commits
Commits
Show all changes
21 commits
Select commit Hold shift + click to select a range
4f8481e
feat: adding support to launch MAPDL on remote HPC clusters
germa89 Jan 28, 2025
22354be
chore: adding changelog file 3713.dependencies.md [dependabot-skip]
pyansys-ci-bot Jan 28, 2025
c1765ff
feat: running on windows client + ott
germa89 Jan 28, 2025
809c149
chore: merge remote-tracking branch 'origin/main' into test/launch_on…
germa89 Jan 29, 2025
9e9329a
feat: adding paramiko to test
germa89 Feb 10, 2025
5abdba6
fix: vulnerabilities
germa89 Feb 10, 2025
f52c790
tests: increasing tests and coverage
germa89 Feb 10, 2025
936fbe4
refactor: using a better argument name.
germa89 Feb 10, 2025
6bbb94c
feat: disabling vulnerability warning.
germa89 Feb 10, 2025
8465793
feat: disabling vulnerability warnings.
germa89 Feb 10, 2025
337285b
fix: codecov issues
germa89 Feb 10, 2025
669f3be
Merge branch 'main' into test/launch_on_remote_slurm
germa89 Feb 11, 2025
e1c8114
Merge branch 'main' into test/launch_on_remote_slurm
germa89 Feb 17, 2025
86fc801
feat: skipping hpc tests if `paramiko` is not installed or testing mi…
germa89 Feb 18, 2025
75bde79
Merge branch 'main' into test/launch_on_remote_slurm
germa89 Mar 7, 2025
4dd9ff0
chore: merge remote-tracking branch 'origin/main' into test/launch_on…
germa89 Jul 16, 2025
84fca81
chore: adding changelog file 3713.miscellaneous.md [dependabot-skip]
pyansys-ci-bot Jul 16, 2025
fada24b
feat: add SSHClient type hinting and check for paramiko installation
germa89 Jul 16, 2025
9eacc23
Merge branch 'test/launch_on_remote_slurm' of https://github.com/ansy…
germa89 Jul 16, 2025
82d4071
feat: add paramiko as a test dependency
germa89 Jul 16, 2025
332070d
Merge branch 'main' into test/launch_on_remote_slurm
germa89 Jul 16, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions doc/changelog.d/3713.dependencies.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
feat: adding support to launch MAPDL on remote HPC clusters
4 changes: 4 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,10 @@ classifiers = [
]

[project.optional-dependencies]
hpc = [
"paramiko==3.5.0",
]

jupyter = [
"jupyterlab>=3",
"ipywidgets",
Expand Down
Loading
Loading