join(root_dir, filename or 'metis.pt') if save_dir is not None and osp.exists(path): self.partition = torch.load(path) self.partition = fs.torch_load(path) else: if log: # pragma: no cover print('Computing METIS partitioning...', file=sys.stderr) Expand Down 3 changes: 2...
The results of using PART for an explicit finite element application executing on two IBM SPs (located at Argonne National Laboratory and the San Diego Supercomputer Center) indicate an increase in efficiency by up to 36% as compared to METIS, a widely used mesh partitioning tool. The input ...