Skip to content

Commit

Permalink
Fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
ParamThakkar123 committed Jan 30, 2025
1 parent 8f9f71b commit 5c1eb43
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions lib/BayesianNeuralPDE/test/runtests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@ using ReTestItems, InteractiveUtils, Hwloc

const GROUP = lowercase(get(ENV, "GROUP", "all"))

const RETESTITEMS_NWORKERS = parse(
Int, get(ENV, "RETESTITEMS_NWORKERS", string(min(Hwloc.num_physical_cores(), 4))))
const RETESTITEMS_NWORKER_THREADS = parse(Int,
get(ENV, "RETESTITEMS_NWORKER_THREADS",
string(max(Hwloc.num_virtual_cores() ÷ RETESTITEMS_NWORKERS, 1))))
# const RETESTITEMS_NWORKERS = parse(
# Int, get(ENV, "RETESTITEMS_NWORKERS", string(min(Hwloc.num_physical_cores(), 4))))
# const RETESTITEMS_NWORKER_THREADS = parse(Int,
# get(ENV, "RETESTITEMS_NWORKER_THREADS",
# string(max(Hwloc.num_virtual_cores() ÷ RETESTITEMS_NWORKERS, 1))))

using NeuralPDE

Expand Down

0 comments on commit 5c1eb43

Please sign in to comment.