Skip to content

Commit

Permalink
rename
Browse files Browse the repository at this point in the history
  • Loading branch information
Mike Park authored and Mike Park committed May 21, 2021
1 parent cba5e54 commit 9f61505
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
2 changes: 0 additions & 2 deletions acceptance/c2s-modules.sh → acceptance/s2s-modules.sh
@@ -1,8 +1,6 @@

module use --append /u/shared/fun3d/fun3d_users/modulefiles

module load FUN3D/13.6

module load gcc_6.2.0
module load ESP/119-beta.2021.03.05.1211
module load tetgen
Expand Down
4 changes: 2 additions & 2 deletions acceptance/c2s-wrapper.sh → acceptance/s2s-wrapper.sh
Expand Up @@ -4,7 +4,7 @@ set -x # echo commands
set -e # exit on first error
set -u # Treat unset variables as error

build_directory_root=/hpnobackup1/fun3d/c2s-ci
build_directory_root=/hpnobackup1/fun3d/s2s-ci

build_machine=k4
ssh -o StrictHostKeyChecking=no fun3d@${build_machine} true
Expand All @@ -27,7 +27,7 @@ cd ${build_directory_root} && \
cd ${BUILD_TAG} && \
pwd && \
git clone ${CI_REPOSITORY_URL} && \
time git clone git@gitlab.larc.nasa.gov:sketch-to-solution/acceptance.git && \
time git clone git@gitlab.larc.nasa.gov:sketch-to-solution/tutorials.git && \
cd refine && \
pwd && \
${checkout_cmd} && \
Expand Down
File renamed without changes.

0 comments on commit 9f61505

Please sign in to comment.