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

Permit multiple input files on the accelsearch command line #120

Open
wants to merge 6 commits into
base: master
Choose a base branch
from

Commits on Jul 9, 2020

  1. Permit multiple input files on the command line in order to avoid

    traversing $PATH and $LD_LIBRARY_PATH each time a new search starts
    Kawashima-Azumi committed Jul 9, 2020
    Configuration menu
    Copy the full SHA
    f025633 View commit details
    Browse the repository at this point in the history

Commits on Jul 10, 2020

  1. Revert "Permit multiple input files on the command line in order to a…

    …void"
    
    This conflicts with the clig command line parser / doc generator files,
    and also needs further optimization on command line parsing.
    
    This also missed a call to system(3).
    Leaving it there partly defeated the purpose of this commit,
    which is to reduce the number of shell executions and associated
    searched over $PATH and $LD_LIBRARY_PATH.
    
    This reverts commit f025633.
    Kawashima-Azumi committed Jul 10, 2020
    Configuration menu
    Copy the full SHA
    732d70f View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1 from scottransom/master

    Catch up with original repo
    Kawashima-Azumi authored Jul 10, 2020
    Configuration menu
    Copy the full SHA
    343b71c View commit details
    Browse the repository at this point in the history

Commits on Jul 11, 2020

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

Commits on Dec 17, 2020

  1. Configuration menu
    Copy the full SHA
    42d3ac3 View commit details
    Browse the repository at this point in the history
  2. Avoid calling external command for simple file operation to reduce the

    pressure on the clustered filesystem's metadata server.
    Kawashima-Azumi committed Dec 17, 2020
    Configuration menu
    Copy the full SHA
    0a95602 View commit details
    Browse the repository at this point in the history