Skip to content

Commit

Permalink
fixup! remove intermediate resource types
Browse files Browse the repository at this point in the history
Problem: without the load-whitelist option, the
resulting graph contains other intermediate
resource types between node and socket
such a way that the given
jobspec (node[1]->slot[2]->socekt[1])
won't match.
  • Loading branch information
dongahn committed Jun 24, 2020
1 parent fb5f485 commit 8db96aa
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion t/t4004-match-hwloc.t
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,8 @@ test_expect_success 'reloading session/hwloc information with test data' '
'

test_expect_success 'loading resource module with default resource info source' '
load_resource subsystems=containment policy=high
load_resource subsystems=containment policy=high \
load-whitelist=node,socket,core
'

test_expect_success 'match-allocate works with four two-socket jobspecs' '
Expand Down

0 comments on commit 8db96aa

Please sign in to comment.