Skip to content

Commit

Permalink
Use mppmu image
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrii Verbytskyi committed Jan 26, 2024
1 parent b392b63 commit 54bb71f
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion v2/dofigures.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion v2/dofits.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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/"))')
Expand Down
2 changes: 1 addition & 1 deletion v2/doinstall.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion v2/dopseudodata.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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/"))')
Expand Down
2 changes: 1 addition & 1 deletion v2/doslurm.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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 "$@"
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 "$@"

0 comments on commit 54bb71f

Please sign in to comment.