Skip to content

Commit

Permalink
testing output
Browse files Browse the repository at this point in the history
  • Loading branch information
twsearle committed Sep 27, 2023
1 parent 206c008 commit a2ce02f
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 22 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,13 +44,6 @@ jobs:
repository: JCSDA-internal/ufo
token: ${{ secrets.GH_PAT }}

# - name: checkout atlas
# uses: actions/checkout@v3
# with:
# path: ci/atlas
# repository: ECMWF/atlas
# ref: '0.34.0'

- name: checkout atlas-orca
uses: actions/checkout@v3
with:
Expand Down
30 changes: 15 additions & 15 deletions ci/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -41,28 +41,28 @@ ln -s '..' "${HERE}/orca-jedi"
ecbuild -S "${HERE}"
make -j "${NPROC}"

# echo ls
# ls
echo ls
ls

# echo ls share
# ls share
echo ls share
ls share

# echo ls atlas-orca
# ls atlas-orca
echo ls atlas-orca
ls atlas-orca

# echo ls atlas
# ls atlas
echo ls atlas
ls atlas

# echo ls atlas/share/plugins
# ls atlas/share/plugins
echo ls atlas/share/plugins
ls atlas/share/plugins

# echo ls atlas-orca/share/plugins
# ls atlas-orca/share/plugins
echo ls atlas-orca/share/plugins
ls atlas-orca/share/plugins

# echo ls share/plugins
# ls share/plugins
echo ls share/plugins
ls share/plugins

# exit 1
exit 1

env OMPI_ALLOW_RUN_AS_ROOT=1 OMPI_ALLOW_RUN_AS_ROOT_CONFIRM=1 \
ATLAS_TRACE=1 ATLAS_DEBUG=1 \
Expand Down

0 comments on commit a2ce02f

Please sign in to comment.