Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Nora's configuration #15

Closed
wants to merge 2 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
21 changes: 0 additions & 21 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -1,33 +1,12 @@
[deps]
BenchmarkTools = "6e4b80f9-dd63-53aa-95a3-0cdb28fa8baf"
CUDA = "052768ef-5323-5732-b1bb-66c8b64840ba"
CairoMakie = "13f3f980-e62b-5c42-98c6-ff1f3baf88f0"
ChunkSplitters = "ae650224-84b6-46f8-82ea-d812ca08434e"
ColorTypes = "3da002f7-5984-5a60-b8a6-cbb66c0b333f"
Conda = "8f4d0f93-b110-5947-807f-2305c1781a2d"
IJulia = "7073ff75-c697-5162-941a-fcdaad2a7d2a"
JLD2 = "033835bb-8acc-5ee8-8aae-3f567f8a3819"
KernelAbstractions = "63c18a36-062a-441e-b654-da1e3ab1ce7c"
MPI = "da04e1cc-30fd-572f-bb4f-1f8673147195"
MPIPreferences = "3da0fdf6-3ccc-4f1b-acd9-58baa6c99267"
OhMyThreads = "67456a42-1dca-4109-a031-0a68de7e3ad5"
Plots = "91a5bcdd-55d7-5caf-9e0b-520d859cae80"
ProgressMeter = "92933f4c-e287-5a05-a399-4b506db050ca"
ThreadPinning = "811555cd-349b-4f26-b7bc-1f208b848042"

[compat]
BenchmarkTools = "1.5"
CUDA = "5.5"
CairoMakie = "0.12"
ChunkSplitters = "3.1"
ColorTypes = "0.11"
Conda = "1.10"
IJulia = "1.25"
KernelAbstractions = "=0.9.29"
MPI = "0.20"
MPIPreferences = "0.1"
OhMyThreads = "0.7"
Plots = "1.40"
ProgressMeter = "1.10"
ThreadPinning = "1.0"
julia = "1.10"
2 changes: 1 addition & 1 deletion nersc/jupyter/template/kernel-helper.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ ml load cray-hdf5-parallel
ml load adios2

export JULIA_PROJECT={{TUTORIAL_REPO_DIR}}
export JULIA_DEPOT_PATH=${SCRATCH}/depot
export JULIA_DEPOT_PATH=/global/cfs/projectdirs/m4746/Users/nora/.julia
export JULIA_NUM_THREADS={{THREADS_CT}}

readarray -t ijulia_boostrap < <(julia {{NERSC_RESOURCE_DIR}}/bootstrap.jl)
Expand Down
2 changes: 1 addition & 1 deletion nersc/template/activate.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
ml load julia

export JULIA_PROJECT={{TUTORIAL_REPO_DIR}}
export JULIA_DEPOT_PATH=${SCRATCH}/depot
export JULIA_DEPOT_PATH=/global/cfs/projectdirs/m4746/Users/nora/.julia

ml use /global/common/software/nersc/julia_hpc_24/modules/
ml load cray-hdf5-parallel
Expand Down
2 changes: 1 addition & 1 deletion nersc/template/deactivate.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ then
unset JULIA_PROJECT
fi

if [[ "${JULIA_DEPOT_PATH}" == "${SCRATCH}/depot" ]]
if [[ "${JULIA_DEPOT_PATH}" == "/global/cfs/projectdirs/m4746/Users/nora/.julia" ]]
then
unset JULIA_DEPOT_PATH
fi
Expand Down
Loading