ebimodeling / biocro_regional

Enabling BioCro to run regionally, starting with midwest miscanthus
University of Illinois/NCSA Open Source License
1 stars 3 forks source link

download bicoro regional and pecan@biocro-module2 to VM; update settings file #12

Open dlebauer opened 8 years ago

dlebauer commented 8 years ago

Download repositories

cd
git clone git@github.com:ebimodeling/biocro_regional
cd pecan
## this should work w/ git v >1.6.6 http://stackoverflow.com/a/1783426
git fetch --all
git checkout biocro-module2

update settings file

  <database>
    <bety>
      <user>bety</user>
      <password>bety</password>
      <dbname>bety</dbname>
      <host>localhost</host>
      <driver>PostgreSQL</driver>
    </bety>
  </database>
      <name>roger-login.ncsa.illinois.edu</name>
      <qsub>qsub -l walltime=03:00:00,nodes=1:ppn=10 -N @NAME@ -o @STDOUT@ -e @STDERR@</qsub>

Run regional workflow