-
Notifications
You must be signed in to change notification settings - Fork 120
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
feat: add PyHPS CLI #3091
base: main
Are you sure you want to change the base?
feat: add PyHPS CLI #3091
Commits on May 13, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 85d371e - Browse repository at this point
Copy the full SHA 85d371eView commit details
Commits on May 14, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 1da9ca4 - Browse repository at this point
Copy the full SHA 1da9ca4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4f32315 - Browse repository at this point
Copy the full SHA 4f32315View commit details -
Configuration menu - View commit details
-
Copy full SHA for 08d2055 - Browse repository at this point
Copy the full SHA 08d2055View commit details -
Configuration menu - View commit details
-
Copy full SHA for 08731de - Browse repository at this point
Copy the full SHA 08731deView commit details
Commits on May 16, 2024
-
Apply suggestions from code review
Co-authored-by: Kathy Pippert <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for d70b090 - Browse repository at this point
Copy the full SHA d70b090View commit details -
Configuration menu - View commit details
-
Copy full SHA for aa8a23c - Browse repository at this point
Copy the full SHA aa8a23cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 660e717 - Browse repository at this point
Copy the full SHA 660e717View commit details
Commits on May 17, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 33ac15a - Browse repository at this point
Copy the full SHA 33ac15aView commit details
Commits on May 22, 2024
-
Adding inputs and outputs (#3112)
* Adding inputs and outputs * Changing arguments order * Apply suggestions from code review Co-authored-by: Kathy Pippert <[email protected]> * Update src/ansys/mapdl/core/cli/hpc.py --------- Co-authored-by: Kathy Pippert <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 4055c60 - Browse repository at this point
Copy the full SHA 4055c60View commit details -
Adding APDL jobs support (#3111)
* Adding inputs and outputs * Supporting pure APDL jobs * Changing arguments order * Allowing force mode * Apply suggestions from code review Co-authored-by: Kathy Pippert <[email protected]> --------- Co-authored-by: Kathy Pippert <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for f23da00 - Browse repository at this point
Copy the full SHA f23da00View commit details
Commits on May 31, 2024
-
Refactoring PyHPS implementation (#3117)
* Adding inputs and outputs * Supporting pure APDL jobs * Allowing force mode * Initial implementation. Making task object detachable * Apply suggestions from code review Co-authored-by: Kathy Pippert <[email protected]> * Added job definition bypasser * Adapting CLI * Adding option for output and wait * fixing python and cpu issues * Using dict for taskdefinition Allowing outputs in apdl mode * Adding `close_client` method --------- Co-authored-by: Kathy Pippert <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 0f80a47 - Browse repository at this point
Copy the full SHA 0f80a47View commit details
Commits on Jun 5, 2024
-
Configuration menu - View commit details
-
Copy full SHA for a7adf0b - Browse repository at this point
Copy the full SHA a7adf0bView commit details
Commits on Jun 18, 2024
-
Apply suggestions from Kathy's code review
Co-authored-by: Kathy Pippert <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for dff728d - Browse repository at this point
Copy the full SHA dff728dView commit details -
Configuration menu - View commit details
-
Copy full SHA for a9eb0e8 - Browse repository at this point
Copy the full SHA a9eb0e8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 445949a - Browse repository at this point
Copy the full SHA 445949aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4556c49 - Browse repository at this point
Copy the full SHA 4556c49View commit details -
Making ``wait`` ``true`` if `output_to_json`
Configuration menu - View commit details
-
Copy full SHA for ac875f1 - Browse repository at this point
Copy the full SHA ac875f1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1911729 - Browse repository at this point
Copy the full SHA 1911729View commit details
Commits on Jun 24, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 9bc7612 - Browse repository at this point
Copy the full SHA 9bc7612View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0279ffc - Browse repository at this point
Copy the full SHA 0279ffcView commit details
Commits on Jun 26, 2024
-
Configuration menu - View commit details
-
Copy full SHA for dd0cb4b - Browse repository at this point
Copy the full SHA dd0cb4bView commit details -
feat: Detaching logging from main logic (#3205)
* First approach to login * Adding HPS dependencies * Adding changelog entry: 3205.miscellaneous.md * feat: Coupling login code to current implementation. Allowing login using token which is now the preferred method. * coupling cli * fix: command name in CLI * Adding changelog entry: 3205.added.md * fix: wrong argument that avoid having the input file as argument * chore: checking config file in submit function. * feat: avoid venv creation of ``requirements_file`` is False. * feat: login CLI finished * feat: making sure we don't get import errors when PyHPS is not installed. * feat: Adding docstrings * chore: renaming 'access' to 'get_token_access'. * fix: failing piping on the CLI. --------- Co-authored-by: pyansys-ci-bot <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 4145688 - Browse repository at this point
Copy the full SHA 4145688View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6807934 - Browse repository at this point
Copy the full SHA 6807934View commit details
Commits on Jul 15, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 1b53047 - Browse repository at this point
Copy the full SHA 1b53047View commit details
Commits on Jul 16, 2024
-
Configuration menu - View commit details
-
Copy full SHA for a29589d - Browse repository at this point
Copy the full SHA a29589dView commit details -
Configuration menu - View commit details
-
Copy full SHA for b9a6c98 - Browse repository at this point
Copy the full SHA b9a6c98View commit details -
Configuration menu - View commit details
-
Copy full SHA for e1b85b8 - Browse repository at this point
Copy the full SHA e1b85b8View commit details -
Configuration menu - View commit details
-
Copy full SHA for e0bd844 - Browse repository at this point
Copy the full SHA e0bd844View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6cfa2eb - Browse repository at this point
Copy the full SHA 6cfa2ebView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3b55c89 - Browse repository at this point
Copy the full SHA 3b55c89View commit details
Commits on Jul 17, 2024
-
Configuration menu - View commit details
-
Copy full SHA for ef24249 - Browse repository at this point
Copy the full SHA ef24249View commit details -
Configuration menu - View commit details
-
Copy full SHA for 82e3209 - Browse repository at this point
Copy the full SHA 82e3209View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7af9298 - Browse repository at this point
Copy the full SHA 7af9298View commit details -
Configuration menu - View commit details
-
Copy full SHA for a78aa4c - Browse repository at this point
Copy the full SHA a78aa4cView commit details