Difference between revisions of "Cedric David should make software executable by others"

From Geoscience Paper of the Future
Jump to: navigation, search
 
(5 intermediate revisions by the same user not shown)
Line 3: Line 3:
 
<!-- Add any wiki Text above this Line -->
 
<!-- Add any wiki Text above this Line -->
  
The RAPID model is available at https://github.com/c-h-david/rapid.  
+
The RAPID model is available at https://github.com/c-h-david/rapid.
 +
Tutorials on how to install and run RAPID are available on the [http://rapid-hub.org/ RAPID website].
 +
My hope here is to include all the instructions on how to run the RAPID simulations in the first RAPID article in a series of shell scripts.  This will not only allow others to install RAPID and run the corresponding experiments.  This would also permit the use of Continuous Integrations services.  Tasks that are needed here:  <br/>
 +
- Push back the latest version of RAPID on GitHub. <b> Pending </b>.  <br/>
 +
- Add and test a .travis.yml file to allow for installing RAPID on a hosted Continuous Integration engine: Travis CI.  Populate the file based on existing tutorials available on the RAPID website.  <b> Completed </b>.  <br/>
 +
- Make script that allows to compare RAPID outputs from command line using some values for tolerance.  <b> Pending </b>.  <br/>
 +
- Create a series of shell scripts that allow reproducing all experiments in the article.    <b> Pending </b>.  <br/>
 +
- Make these scripts available online.  <b> Pending </b>.  <br/>
 +
- Include the scripts in the .travis.yml file.  <b> Pending </b>.  <br/>
  
Need to add a .travis.yml file to allow for running on a hosted Continuous Integration engine: Travis CI.  Populate the file based on existing tutorials available on the RAPID website.
 
  
 
<!-- Do NOT Edit below this Line -->
 
<!-- Do NOT Edit below this Line -->
Line 12: Line 19:
 
Expertise=Geosciences|
 
Expertise=Geosciences|
 
Owner=Cedric_David|
 
Owner=Cedric_David|
Progress=0|
+
Progress=20|
 
StartDate=2015-03-21|
 
StartDate=2015-03-21|
 
TargetDate=2015-04-03|
 
TargetDate=2015-04-03|
 
Type=Low}}
 
Type=Low}}

Latest revision as of 15:59, 2 April 2015


Details on how to do this task: Make software executable by others

The RAPID model is available at https://github.com/c-h-david/rapid. Tutorials on how to install and run RAPID are available on the RAPID website. My hope here is to include all the instructions on how to run the RAPID simulations in the first RAPID article in a series of shell scripts. This will not only allow others to install RAPID and run the corresponding experiments. This would also permit the use of Continuous Integrations services. Tasks that are needed here:
- Push back the latest version of RAPID on GitHub. Pending .
- Add and test a .travis.yml file to allow for installing RAPID on a hosted Continuous Integration engine: Travis CI. Populate the file based on existing tutorials available on the RAPID website. Completed .
- Make script that allows to compare RAPID outputs from command line using some values for tolerance. Pending .
- Create a series of shell scripts that allow reproducing all experiments in the article. Pending .
- Make these scripts available online. Pending .
- Include the scripts in the .travis.yml file. Pending .