Skip to content

Commit 1bda63d

Browse files
committed
num precompile tasks
1 parent ed10a0c commit 1bda63d

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

website/user_faq.md

+6
Original file line numberDiff line numberDiff line change
@@ -112,4 +112,10 @@ path or set an environment variable accordingly.
112112

113113
Try setting `JULIA_CUDA_MEMORY_POOL=none` (see the [CUDA.jl documentation](https://cuda.juliagpu.org/stable/usage/memory/#Memory-pool) for more information).
114114

115+
[_**back to Content**_](#content)
116+
117+
## Precompilation on a login node fails (`Resource temporarily unavailable`)
118+
119+
By default, Julia uses many parallel tasks during precompilation. On the login nodes of some HPC clusters, parallel processes might be subject to resource restrictions. In these cases, you might want to set [`JULIA_NUM_PRECOMPILE_TASKS`](https://docs.julialang.org/en/v1/manual/environment-variables/#JULIA_NUM_PRECOMPILE_TASKS) to a low value, e.g. `export JULIA_NUM_PRECOMPILE_TASKS=1` (single task).
120+
115121
[_**back to Content**_](#content)

website/user_gettingstarted.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,4 +39,4 @@ Often times these criterion are best fit on a parallel file system (often `$SCRA
3939

4040
Note that if the last point (automatic deletion of unused files) is an issue for you, a pragmatic workaround could be a cronjob that touches all files in the Julia depot every once in a while.
4141

42-
[_**back to Content**_](#content)
42+
[_**back to Content**_](#content)

0 commit comments

Comments
 (0)