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

Create a shell script to automate execution #8

Closed
krshrimali opened this issue Mar 22, 2020 · 1 comment · Fixed by #12
Closed

Create a shell script to automate execution #8

krshrimali opened this issue Mar 22, 2020 · 1 comment · Fixed by #12
Assignees
Labels
enhancement New feature or request low priority This isn't in the TODO list for near future. Might take some time.

Comments

@krshrimali
Copy link
Owner

It will be good to have a shell script file to automate execution including:

  1. Downloading data set (if possible)
  2. Creating directories
  3. CMake configuration and make
  4. Executing

Priority: Low

cc: @HimanshuSinghGH

@krshrimali krshrimali added the enhancement New feature or request label Mar 22, 2020
@krshrimali krshrimali added the low priority This isn't in the TODO list for near future. Might take some time. label Mar 22, 2020
@krshrimali
Copy link
Owner Author

Expectations from the shell script:

  1. The script should be able to automate each step from making a build directory to running cmake and make commands.
  2. It should be able to check the success of each step, before it proceeds to next.
  3. It should also call the python utility functions mentioned in the README to create animations of images (after execution of the program is done).

A bonus addition will be:

@HimanshuSinghGH HimanshuSinghGH linked a pull request Mar 27, 2020 that will close this issue
5 tasks
krshrimali added a commit that referenced this issue May 22, 2020
Adds shell code for automating execution (solves #8)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request low priority This isn't in the TODO list for near future. Might take some time.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants