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

Patch2 #8

Merged
merged 9 commits into from
Jul 10, 2021
Merged

Patch2 #8

merged 9 commits into from
Jul 10, 2021

Commits on Jul 7, 2021

  1. Simple tests for IdSet

    kshyatt committed Jul 7, 2021
    Configuration menu
    Copy the full SHA
    4dea29b View commit details
    Browse the repository at this point in the history

Commits on Jul 9, 2021

  1. Distributed: add C shell support (fixes JuliaLang#32690) (JuliaLang#4…

    …1485)
    
    The Unix C Shell (csh, tcsh) remains in common use as a login shell in
    some communities. It is not compatible with POSIX shells (bash, dash,
    ksh, zsh, etc.) and requires different syntax and escaping. This patch
    adds the function `Base.shell_escape_csh()`, a C shell equivalent of
    `Base.shell_escape_posixly()`, along with a new option `:csh` for the
    `shell` argument of `Distributed.addprocs()`, for use if the login
    shell on worker accounts is a C shell.
    mgkuhn authored Jul 9, 2021
    Configuration menu
    Copy the full SHA
    156b0be View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    63dffeb View commit details
    Browse the repository at this point in the history
  3. Merge pull request JuliaLang#35781 from JuliaLang/ksh/idset

    Simple tests for IdSet
    kshyatt authored Jul 9, 2021
    Configuration menu
    Copy the full SHA
    0faa881 View commit details
    Browse the repository at this point in the history
  4. Mention how to use sanitizer with libblastrampoline (JuliaLang#41522)

    * Mention LBT_USE_RTLD_DEEPBIND=0
    
    * Add step-by-step build instruction
    
    * Bump LBT version to v3.1.0
    
    Co-authored-by: Elliot Saba <[email protected]>
    tkf and staticfloat authored Jul 9, 2021
    Configuration menu
    Copy the full SHA
    f8d04b2 View commit details
    Browse the repository at this point in the history

Commits on Jul 10, 2021

  1. Configuration menu
    Copy the full SHA
    553c2f7 View commit details
    Browse the repository at this point in the history
  2. Update multidimensional.jl

    fix typo error.
    N5N3 authored Jul 10, 2021
    Configuration menu
    Copy the full SHA
    aa5ba0e View commit details
    Browse the repository at this point in the history
  3. Update copy.jl

    add test for expanded version.
    N5N3 authored Jul 10, 2021
    Configuration menu
    Copy the full SHA
    dd45e9a View commit details
    Browse the repository at this point in the history
  4. Update multidimensional.jl

    white space
    N5N3 authored Jul 10, 2021
    Configuration menu
    Copy the full SHA
    f5086dc View commit details
    Browse the repository at this point in the history