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

Update quickstart file paths/names, Closes #59 #60

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Launcher does not need to be compiled. Unpack the tarball or clone the repositor

## Verifying Installation

Included in the download is a file called "quickstart" found in the folder "tests". In order to verify installation, open the command line and find the launcher file, and then type "cd tests" and then press the enter key. If the quickstart file is in the correct place, there is no need for arguments, so type "./quickstart". However, if the Launcher directory is found somewhere else, type "./quickstart <Launcher directory>". The script will run in the terminal and if there are no errors in the process, the last line will say "Launcher: Done. Job exited without errors".
Included in the download is a file called "quicktest" found in the folder "tests". In order to verify installation, open the command line and find the launcher file, and then type "cd tests" and then press the enter key. If the quicktest file is in the correct place, there is no need for arguments, so type "./quicktest". However, if the Launcher directory is found somewhere else, type "./quicktest <Launcher directory>". The script will run in the terminal and if there are no errors in the process, the last line will say "Launcher: Done. Job exited without errors".

## Quickstart

Expand Down
2 changes: 1 addition & 1 deletion tests/quicktest
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ if [[ -z "$LAUNCHER_DIR" ]]; then
export LAUNCHER_DIR=../
fi

export LAUNCHER_JOB_FILE=commands
export LAUNCHER_JOB_FILE=default_work_file
export LAUNCHER_SCHED=interleaved
export LAUNCHER_WORKDIR=`pwd`

Expand Down
2 changes: 1 addition & 1 deletion tests/quicktest2
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ if [[ -z "$LAUNCHER_DIR" ]]; then
export LAUNCHER_DIR=../
fi

export LAUNCHER_JOB_FILE=$LAUNCHER_DIR/extras/examples/helloworld_short
export LAUNCHER_JOB_FILE=$LAUNCHER_DIR/extras/examples/helloworld_multi_output
export LAUNCHER_SCHED=block
export LAUNCHER_WORKDIR=`pwd`

Expand Down