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

check memory is specified as numeric value #233

Closed
wants to merge 15 commits into from

Commits on Oct 17, 2020

  1. Configuration menu
    Copy the full SHA
    436b029 View commit details
    Browse the repository at this point in the history
  2. exclude osx+devel

    mschubert committed Oct 17, 2020
    Configuration menu
    Copy the full SHA
    af3482e View commit details
    Browse the repository at this point in the history

Commits on Nov 16, 2020

  1. Consolidated options documentation (mschubert#218)

    Added documentation for all of the cmq options in one place
    Matthew T. Warkentin authored Nov 16, 2020
    Configuration menu
    Copy the full SHA
    6d6d9cb View commit details
    Browse the repository at this point in the history

Commits on Dec 12, 2020

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

Commits on Dec 25, 2020

  1. add gh actions check

    mschubert committed Dec 25, 2020
    Configuration menu
    Copy the full SHA
    0db22c7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f6c4d7a View commit details
    Browse the repository at this point in the history

Commits on Dec 27, 2020

  1. replace travis by gha

    mschubert committed Dec 27, 2020
    Configuration menu
    Copy the full SHA
    e88892f View commit details
    Browse the repository at this point in the history
  2. add 'make test'

    mschubert committed Dec 27, 2020
    Configuration menu
    Copy the full SHA
    0aea947 View commit details
    Browse the repository at this point in the history
  3. add test timeout

    mschubert committed Dec 27, 2020
    Configuration menu
    Copy the full SHA
    bb30d61 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    463c142 View commit details
    Browse the repository at this point in the history

Commits on Dec 28, 2020

  1. check cmq via ssh

    mschubert committed Dec 28, 2020
    Configuration menu
    Copy the full SHA
    01c5835 View commit details
    Browse the repository at this point in the history
  2. add cmq to installed R pkgs

    mschubert committed Dec 28, 2020
    Configuration menu
    Copy the full SHA
    d78ea38 View commit details
    Browse the repository at this point in the history

Commits on Dec 29, 2020

  1. disable sed on macOS

    mschubert committed Dec 29, 2020
    Configuration menu
    Copy the full SHA
    0b75468 View commit details
    Browse the repository at this point in the history

Commits on Jan 6, 2021

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

Commits on Feb 11, 2021

  1. check memory is specified as numeric value

    Hi,
    I'm on a slurm cluster and tried specifying memory usage with `template = list(memory = "4G")`, as slurm understands this kind of argument.
    I got the "Worker needs about 23Mb overhead ..." error because memory wasn't passed a numeric value.
    
    I guess a simple condition like this could solve this problem; I don't really know how the rest of the code would interpret it though.
    
    thanks for clustermq anyway ;)
    sam217pa authored Feb 11, 2021
    Configuration menu
    Copy the full SHA
    7007ed5 View commit details
    Browse the repository at this point in the history