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

Change parsec version to 1.3.0 #164

Merged

Conversation

tgonzalezorlandoarm
Copy link
Member

Signed-off-by: Tomás González [email protected]

@tgonzalezorlandoarm tgonzalezorlandoarm added the documentation Improvements or additions to documentation label Oct 24, 2023
@tgonzalezorlandoarm tgonzalezorlandoarm self-assigned this Oct 24, 2023
@tgonzalezorlandoarm tgonzalezorlandoarm force-pushed the tg/parsec-v1.3.0 branch 2 times, most recently from 3862e99 to 8108f7b Compare October 25, 2023 14:34

```
export PARSEC_TOOL="$(pwd)/parsec-tool"
export PARSEC_TOOL="$(pwd)/target/debug/parsec-tool"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think the context is using the quick start bundle where we have the built binaries.
So this change is not needed as it should be straight forward.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The context here is:
If parsec-tool is not installed into a directory included in PATH, then you also need to define PARSEC_TOOL environment variable with a full path to it:

So that means that this is used to indicate how to do it if you are building or installing into a different path, no?

```

To run the script, simply execute it without any arguments as follows:
To run the script, simply go to `quickstart-1.2.0-linux_x86_64/quickstart` and execute it without
any arguments as follows:
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Same as above.

@gowthamsk-arm gowthamsk-arm merged commit c1a937b into parallaxsecond:main Oct 26, 2023
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants