From 54bb71f51afa5529705fadc7103bb98169f579aa Mon Sep 17 00:00:00 2001 From: Andrii Verbytskyi Date: Fri, 26 Jan 2024 18:09:30 +0100 Subject: [PATCH] Use mppmu image --- v2/dofigures.sh | 2 +- v2/dofits.sh | 2 +- v2/doinstall.sh | 2 +- v2/dopseudodata.sh | 2 +- v2/doslurm.sh | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/v2/dofigures.sh b/v2/dofigures.sh index 5fda3d6..69d2790 100755 --- a/v2/dofigures.sh +++ b/v2/dofigures.sh @@ -8,7 +8,7 @@ export JULIA_DEPOT_PATH=$(pwd)/J export SINGULARITY_TMPDIR=$(pwd)/tmp export SINGULARITY_CACHEDIR=$(pwd)/tmp -JULIA='singularity exec -B '$(pwd)':'$(pwd)' docker://ghcr.io/andriish/high-x-parton-pdf-inference:latest julia' +JULIA='singularity exec -B '$(pwd)':'$(pwd)' docker://ghcr.io/mppmu/high-x-parton-pdf-inference:latest julia' #JULIA='singularity exec -B '$(pwd)':'$(pwd)' MPP-julia-fedora39-x86_64-v1.sif julia' #$JULIA bin/install.jl diff --git a/v2/dofits.sh b/v2/dofits.sh index 2f68d9f..945e416 100755 --- a/v2/dofits.sh +++ b/v2/dofits.sh @@ -8,7 +8,7 @@ export JULIA_DEPOT_PATH=$(pwd)/J export SINGULARITY_TMPDIR=$(pwd)/tmp export SINGULARITY_CACHEDIR=$(pwd)/tmp -JULIA='singularity exec -B '$(pwd)':'$(pwd)' docker://ghcr.io/andriish/high-x-parton-pdf-inference:latest julia' +JULIA='singularity exec -B '$(pwd)':'$(pwd)' docker://ghcr.io/mppmu/high-x-parton-pdf-inference:latest julia' $JULIA bin/install.jl SCRIPTPATH=$($JULIA -e 'using PartonDensity; print(string(dirname(pathof(PartonDensity)),"/../utils/"))') diff --git a/v2/doinstall.sh b/v2/doinstall.sh index 5be2bf7..049f00e 100755 --- a/v2/doinstall.sh +++ b/v2/doinstall.sh @@ -8,5 +8,5 @@ export JULIA_DEPOT_PATH=$(pwd)/J export SINGULARITY_TMPDIR=$(pwd)/tmp export SINGULARITY_CACHEDIR=$(pwd)/tmp mkdir -p tmp cache -JULIA='singularity exec -B '$(pwd)':'$(pwd)' docker://ghcr.io/andriish/high-x-parton-pdf-inference:latest julia' +JULIA='singularity exec -B '$(pwd)':'$(pwd)' docker://ghcr.io/mppmu/high-x-parton-pdf-inference:latest julia' $JULIA bin/install.jl diff --git a/v2/dopseudodata.sh b/v2/dopseudodata.sh index 0420bf3..d417ae0 100755 --- a/v2/dopseudodata.sh +++ b/v2/dopseudodata.sh @@ -9,7 +9,7 @@ export JULIA_DEPOT_PATH=$(pwd)/J export SINGULARITY_TMPDIR=$(pwd)/tmp export SINGULARITY_CACHEDIR=$(pwd)/tmp -JULIA='singularity exec -B '$(pwd)':'$(pwd)' docker://ghcr.io/andriish/high-x-parton-pdf-inference:latest julia' +JULIA='singularity exec -B '$(pwd)':'$(pwd)' docker://ghcr.io/mppmu/high-x-parton-pdf-inference:latest julia' $JULIA bin/install.jl SCRIPTPATH=$($JULIA -e 'using PartonDensity; print(string(dirname(pathof(PartonDensity)),"/../utils/"))') diff --git a/v2/doslurm.sh b/v2/doslurm.sh index 8efef41..e7e92e4 100755 --- a/v2/doslurm.sh +++ b/v2/doslurm.sh @@ -27,4 +27,4 @@ export SINGULARITY_CACHEDIR=$(pwd)/tmp set -x mkdir -p CABCHSV fitresults pseudodata -srun singularity exec -B $(pwd):$(pwd) --env JULIA_DEPOT_PATH=$(pwd)/J:/opt/julia docker://ghcr.io/andriish/high-x-parton-pdf-inference:latest $JULIA "$@" \ No newline at end of file +srun singularity exec -B $(pwd):$(pwd) --env JULIA_DEPOT_PATH=$(pwd)/J:/opt/julia docker://ghcr.io/mppmu/high-x-parton-pdf-inference:latest $JULIA "$@" \ No newline at end of file