File tree 1 file changed +2
-4
lines changed 1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -20,16 +20,14 @@ jobs:
20
20
env :
21
21
PDC_BUILD_PATH : " ${{ github.workspace }}/build"
22
22
PDC_INSTALL_PATH : " ${{ github.workspace }}/install"
23
- SCHEDULER_PARAMETERS : " -A ${PDC_PROJECT} --qos=debug --constraint=cpu --tasks-per-node=64 -N 1 -t 00:30:00"
24
- MERCURY_DIR : " /global/cfs/cdirs/${PDC_PROJECT}/pdc-perlmutter/mercury/install"
23
+ SCHEDULER_PARAMETERS : " -A ${{ env. PDC_PROJECT } } --qos=debug --constraint=cpu --tasks-per-node=64 -N 1 -t 00:30:00"
24
+ MERCURY_DIR : " /global/cfs/cdirs/${{ env. PDC_PROJECT } }/pdc-perlmutter/mercury/install"
25
25
steps :
26
26
27
27
with :
28
28
fetch-depth : 20
29
29
lfs : true
30
30
- run : |
31
- echo "PDC_PROJECT = $PDC_PROJECT"
32
- echo "MERCURY_DIR = $MERCURY_DIR"
33
31
module load libfabric
34
32
module list
35
33
mkdir -p ${PDC_BUILD_PATH}/perlmutter/no-cache
You can’t perform that action at this time.
0 commit comments