Skip to content

Commit

Permalink
Reset pointers to AMReX repo on GitHub.
Browse files Browse the repository at this point in the history
  • Loading branch information
drummerdoc committed Apr 28, 2017
1 parent 1e1bb01 commit d05eb8c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 30 deletions.
30 changes: 2 additions & 28 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,24 +9,11 @@ stages:
- build
- correctness

# build:rgvm:
# stage: build
# script:
# - git clone git@code.ornl.gov:Pele/PeleRegressionTesting ${PELEREGTEST_HOME} --branch development
# - git clone git@code.ornl.gov:Pele/amrex.git ${AMREX_HOME} --branch development
# - git clone git@code.ornl.gov:Pele/IAMR.git ${IAMR_HOME} --branch pele
# - git clone git@code.ornl.gov:Pele/PelePhysics.git ${PELE_PHYSICS_HOME} --branch development
# - cd ${CI_PROJECT_DIR}
# - bash ${PELEREGTEST_HOME}/Scripts/prep_tests.sh ${PELEREGTEST_HOME}/Scripts/PeleLM-build-tests-rgvm.ini tests.ini
# - ${AMREX_HOME}/Tools/RegressionTesting/regtest.py --no_update All tests.ini
# tags:
# - rgvm

build:godzilla:
stage: build
script:
- git clone git@code.ornl.gov:Pele/PeleRegressionTesting ${PELEREGTEST_HOME} --branch development
- git clone git@code.ornl.gov:Pele/amrex ${AMREX_HOME} --branch development
- git clone git@github.com:AMReX-Codes/amrex.git ${AMREX_HOME}
- git clone git@code.ornl.gov:Pele/IAMR.git ${IAMR_HOME} --branch pele
- git clone git@code.ornl.gov:Pele/PelePhysics.git ${PELE_PHYSICS_HOME} --branch development
- cd ${CI_PROJECT_DIR}
Expand All @@ -37,24 +24,11 @@ build:godzilla:
only:
- development

# correctness:rgvm:
# stage: correctness
# script:
# - git clone git@code.ornl.gov:Pele/PeleRegressionTesting ${PELEREGTEST_HOME} --branch development
# - git clone git@code.ornl.gov:Pele/amrex ${AMREX_HOME} --branch development
# - git clone git@code.ornl.gov:Pele/IAMR.git ${IAMR_HOME} --branch pele
# - git clone git@code.ornl.gov:Pele/PelePhysics.git ${PELE_PHYSICS_HOME} --branch development
# - cd ${CI_PROJECT_DIR}
# - bash ${PELEREGTEST_HOME}/Scripts/prep_tests.sh ${PELEREGTEST_HOME}/Scripts/PeleLM-build-correct-rgvm.ini tests.ini
# - ${AMREX_HOME}/Tools/RegressionTesting/regtest.py --no_update All tests.ini
# tags:
# - rgvm

correctness:godzilla:
stage: correctness
script:
- git clone git@code.ornl.gov:Pele/PeleRegressionTesting ${PELEREGTEST_HOME} --branch development
- git clone git@code.ornl.gov:Pele/amrex ${AMREX_HOME} --branch development
- git clone git@github.com:AMReX-Codes/amrex.git ${AMREX_HOME}
- git clone git@code.ornl.gov:Pele/IAMR.git ${IAMR_HOME} --branch pele
- git clone git@code.ornl.gov:Pele/PelePhysics.git ${PELE_PHYSICS_HOME} --branch development
- cd ${CI_PROJECT_DIR}
Expand Down
4 changes: 2 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ Getting Started

To build `PeleLM` and run a sample 2D flame problem:

1. Set the environment variable, AMREX_HOME, and clone a copy of `AMReX` there. (this clone should put you in the 'development' branch) ::
1. Set the environment variable, AMREX_HOME, and clone a copy of `AMReX` there ::

export AMREX_HOME=<location for AMReX>
git clone git@code.ornl.gov:Pele/amrex.git ${AMREX_HOME}
git clone git@github.com:AMReX-Codes/amrex.git ${AMREX_HOME}

2. Set the environment variable, IAMR_HOME, and clone a copy of `IAMR` there ::

Expand Down

0 comments on commit d05eb8c

Please sign in to comment.