Skip to content

Commit

Permalink
reader: update JGF reader comment
Browse files Browse the repository at this point in the history
  • Loading branch information
milroy committed Dec 12, 2024
1 parent 3fb0b4e commit be826c4
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions resource/readers/resource_reader_jgf.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1298,10 +1298,7 @@ int resource_reader_jgf_t::unpack_at (resource_graph_t &g,
const std::string &str,
int rank)
{
/* This functionality is currently experimental, as resource graph
* growth causes a resize of the boost vecS vertex container type.
* Resizing the vecS results in lost job allocations and reservations
* as there is no copy constructor for planner.
/* This functionality is currently experimental.
* vtx_t vtx is not implemented and may be used in the future
* for optimization.
*/
Expand Down

0 comments on commit be826c4

Please sign in to comment.