We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 256b788 commit 69b8f9fCopy full SHA for 69b8f9f
.github/workflows/drishti-darshan-3.4.0.yml
@@ -6,7 +6,7 @@ on:
6
workflow_dispatch:
7
8
jobs:
9
- explorer:
+ drishti:
10
runs-on: ubuntu-latest
11
container: jlbez/dxt-explorer-ubuntu-20.04
12
timeout-minutes: 60
@@ -22,7 +22,8 @@ jobs:
22
sudo apt-get install cmake gcc git libtool python3 python3-pip libcurl4-openssl-dev software-properties-common -y
23
24
# Darshan
25
- git clone https://github.com/darshan-hpc/darshan.git
+ git clone https://github.com/darshan-hpc/darshan.git darshan-3.4.0
26
+ cd darshan-3.4.0
27
git checkout darshan-3.4.0
28
29
- name: Build Darshan
0 commit comments