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

Make wrappers work with sporadic apps #5410

Merged
merged 5 commits into from
Oct 28, 2023
Merged

Commits on Oct 25, 2023

  1. API and wrappers: allow wrapped applications to communicate

    sporadic state via files.
    This allows, for example, sporadic VM apps.
    The logic for reading and writing of files is in the API library,
    rather than in the wrappers.
    
    Also: wrappers show message and exit if bad command line option.
    
    Also: small code shuffle in vboxwrapper to parse cmdline before doing anything.
    davidpanderson committed Oct 25, 2023
    Configuration menu
    Copy the full SHA
    f45fb58 View commit details
    Browse the repository at this point in the history
  2. Win build fixes

    davidpanderson committed Oct 25, 2023
    Configuration menu
    Copy the full SHA
    b9f2220 View commit details
    Browse the repository at this point in the history

Commits on Oct 27, 2023

  1. Debug sporadic wrapper feature

    API: debug sporadic stuff.
        Remove 2-second exit delay in standalone mode.
    
    client:
        if <heartbeat_debug>, show the heartbeat message
        don't create slot dir for --app_test job (it uses slots/app_test)
        don't show sporadic resoures used if there are none
    
    sporadic:
        add --wrapped option: don't use BOINC api; communicate via files
    
    wrapper:
        don't print start msg twice
    davidpanderson committed Oct 27, 2023
    Configuration menu
    Copy the full SHA
    e31a156 View commit details
    Browse the repository at this point in the history
  2. Mac compile fix

    davidpanderson committed Oct 27, 2023
    Configuration menu
    Copy the full SHA
    b36c17f View commit details
    Browse the repository at this point in the history

Commits on Oct 28, 2023

  1. Win compile fix

    davidpanderson committed Oct 28, 2023
    Configuration menu
    Copy the full SHA
    43efa3a View commit details
    Browse the repository at this point in the history