Skip to content

Commit d062d1a

Browse files
authored
OPENBLAS_NUM_THREADS=1 by default (#59)
1 parent d249723 commit d062d1a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "Malt"
22
uuid = "36869731-bdee-424d-aa32-cab38c994e3b"
33
authors = ["Sergio Alejandro Vargas <savargasqu+git@unal.edu.co>"]
4-
version = "1.0.2"
4+
version = "1.0.3"
55

66
[deps]
77
Distributed = "8ba89e20-285c-5b6f-9357-94700520ee1b"

src/Malt.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,7 @@ end
217217
const src_path = RelocatableFolders.@path @__DIR__
218218

219219
function _get_worker_cmd(exe=Base.julia_cmd()[1]; env, exeflags)
220-
return addenv(`$exe --startup-file=no $exeflags $(joinpath(src_path, "worker.jl"))`, Base.byteenv(env))
220+
return addenv(`$exe --startup-file=no $exeflags $(joinpath(src_path, "worker.jl"))`, String["OPENBLAS_NUM_THREADS=1", Base.byteenv(env)...])
221221
end
222222

223223

0 commit comments

Comments
 (0)