From b8cfea357c988f50cef7975381e09872850e0e84 Mon Sep 17 00:00:00 2001 From: Greg Sjaardema Date: Thu, 18 Jul 2024 09:34:16 -0600 Subject: [PATCH] IOSS: Do not compare base_filename property --- packages/seacas/libraries/ioss/src/Ioss_Compare.C | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/packages/seacas/libraries/ioss/src/Ioss_Compare.C b/packages/seacas/libraries/ioss/src/Ioss_Compare.C index 9d99ecb35d..3a1155de56 100644 --- a/packages/seacas/libraries/ioss/src/Ioss_Compare.C +++ b/packages/seacas/libraries/ioss/src/Ioss_Compare.C @@ -959,6 +959,11 @@ namespace { // the filenames match. continue; } + if (property == "base_filename") { + // IGNORE the base_filename. This is generally the base portion of the filename; we don't care whether + // the filenames match. + continue; + } // ALLOW the regions to have different names (when copying between databases, io_shell // will create "region_1" (input) and "region_2" (output))