Variable sized batched 3D solver #52
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| on: [push, pull_request] | |
| jobs: | |
| gitlab_server_mirror: | |
| runs-on: ubuntu-latest | |
| steps: | |
| - uses: actions/checkout@v1 | |
| - name: Mirror and trigger CI job at https://gitlab.spack.io | |
| uses: stenongithub/[email protected] | |
| with: | |
| args: "https://gitlab.spack.io/ssg/superlu_dist.git" | |
| env: | |
| GITLAB_HOSTNAME: "gitlab.spack.io" | |
| GITLAB_USERNAME: "liuyang" | |
| GITLAB_PASSWORD: ${{ secrets.GITLAB_PASSWORD }} | |
| GITLAB_PROJECT_ID: "66" | |
| GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} | |
| POLL_TIMEOUT: "800" |