Skip to content
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

use run_shell_cmd in custom easyblock for ABAQUS #3414

Merged
merged 8 commits into from
Aug 29, 2024

Commits on Aug 16, 2024

  1. Configuration menu
    Copy the full SHA
    305ce64 View commit details
    Browse the repository at this point in the history

Commits on Aug 20, 2024

  1. use \s rather than space in [ ] in part of question pattern used in A…

    …BAQUS easyblock, since spaces get replaced with [\s\n]+ by run_shell_cmd
    boegel committed Aug 20, 2024
    Configuration menu
    Copy the full SHA
    b7f6ca2 View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2024

  1. fix issues with regex patterns for questions raised in interactive in…

    …stallation command of ABAQUS, by using non-greedy matching (*?) in combination with negative lookahead (?!)
    boegel committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    6472d46 View commit details
    Browse the repository at this point in the history
  2. consistency use qa_wait_patterns for different interactive installati…

    …on commands executed by ABAQUS easyblock
    boegel committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    58599f7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    08f9d6a View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2024

  1. Configuration menu
    Copy the full SHA
    65f5f3b View commit details
    Browse the repository at this point in the history
  2. bump qa_timeout to 1000 in ABAQUS easyblock to take avoid trouble whe…

    …n installing on a sloooow filesystem
    boegel committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    55d5f9a View commit details
    Browse the repository at this point in the history
  3. Merge branch 'abaqus_run_shell_cmd' of github.com:boegel/easybuild-ea…

    …syblocks into abaqus_run_shell_cmd
    boegel committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    d06d443 View commit details
    Browse the repository at this point in the history