File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4343 - name : Re-generate outputs from tutorial scripts
4444 run : |
4545 chmod -R a+w outputs
46- make -C outputs -j $(nproc) DOCKER_RUN_OPTS="-e COLUMNS=94 -e COLIFY_SIZE=24x94 -i " container=ghcr.io/spack/tutorial
46+ make -C outputs -j $(nproc) DOCKER_RUN_OPTS="-e COLUMNS=94 -e COLIFY_SIZE=24x94" container=ghcr.io/spack/tutorial
4747
4848 - name : Show diff of modified files
4949 run : |
Original file line number Diff line number Diff line change @@ -20,8 +20,8 @@ example packaging/checksum-mpileaks-1 "spack checksum tutorial-mpileaks 1.0"
2020
2121example --expect-error packaging/install-mpileaks-1 " spack install tutorial-mpileaks"
2222
23- cp " $PROJECT /package-py-files/1.package.py" " $mpileaks_package_py "
24- example packaging/info-mpileaks " spack info tutorial-mpileaks"
23+ # cp "$PROJECT/package-py-files/1.package.py" "$mpileaks_package_py"
24+ # example packaging/info-mpileaks "spack info tutorial-mpileaks"
2525
2626cp " $PROJECT /package-py-files/2.package.py" " $mpileaks_package_py "
2727example --expect-error packaging/install-mpileaks-2 " spack install tutorial-mpileaks"
You can’t perform that action at this time.
0 commit comments