Skip to content

Commit

Permalink
static test case not setting link_type properly
Browse files Browse the repository at this point in the history
  • Loading branch information
shanedsnyder committed Apr 24, 2020
1 parent 59bb8f1 commit 6ce8bd7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ test_darshan_static:
stage: test_static

script:
- export CRAYPE_LINK_TYPE=dynamic
- export CRAYPE_LINK_TYPE=static
- darshan-test/regression/run-all.sh $PWD/install $PWD/scratch cray-module-alcf
- ldd $PWD/scratch/mpi-io-test
- nm $PWD/scratch/mpi-io-test | grep darshan
Expand Down

0 comments on commit 6ce8bd7

Please sign in to comment.