sst-core icon indicating copy to clipboard operation
sst-core copied to clipboard

File sstpart.h exists twice

Open pdbj opened this issue 2 years ago • 0 comments

These two files are almost identical; only the first appears to be used:

  • src/sst/core/sstpart.h
  • src/sst/core/part/sstpart.h

Here's the diff:

$ sdiff -s <(cat -n src/sst/core/sstpart.h) <(cat -n src/sst/core/part/sstpart.h)
    49      virtual void performPartition(PartitionGraph* gra |     49      virtual void performPartition(PartitionGraph* UNU
    60      virtual void performPartition(ConfigGraph* graph) |     60      virtual void performPartition(ConfigGraph* UNUSED

pdbj avatar Jul 30 '22 00:07 pdbj