sandialabs / Albany

Sandia National Laboratories' Albany multiphysics code
Other
282 stars 89 forks source link

Failing corePDEs_SteadyHeatConstrainedOpt2D_Conductivity_Dist_Param_Restart test in some nightlies #1055

Closed ikalash closed 5 months ago

ikalash commented 5 months ago

It appears this is related to some issues with parallel netcdf. Need to look into.

https://sems-cdash-son.sandia.gov/cdash/test/5418726

Albany_IOSS: Loading STKMesh from Exodus file  steady2d_conduct_opt.exo

Exodus Library Warning/Error: [exi_check_file_type]
    ERROR: Could not open file '/scratch/albany/build/Albany64BitDbg/tests/corePDEs/SteadyHeatConstrainedOpt2D/steady2d_conduct_opt.exo.4.0', error = No such file or directory.
    Integer sizes must match for input and output file in ex_copy.

Exodus Library Warning/Error: [ex_open_int]
    ERROR: failed to open /scratch/albany/build/Albany64BitDbg/tests/corePDEs/SteadyHeatConstrainedOpt2D/steady2d_conduct_opt.exo.4.0 of type 0 for reading.
    Either the file does not exist,
    or there is a permission or file format issue.
    No such file or directory

Exodus Library Warning/Error: [exi_check_file_type]
    ERROR: Could not open file '/scratch/albany/build/Albany64BitDbg/tests/corePDEs/SteadyHeatConstrainedOpt2D/steady2d_conduct_opt.exo.4.2', error = No such file or directory.
    Integer sizes must match for input and output file in ex_copy.
bartgol commented 5 months ago

I think the test should always fail, actually. The test looks for N.0, ..., N.N-1 exo files, which nobody creates... Perhaps we need to add Use Serial Mesh: true to the restart test? Otherwise we can add a FIXTURE_SETUP test that partitions the mesh (like we do for FO_GIS tests)...

ikalash commented 5 months ago

Yes I already made this change which should fix it. I will close tomorrow if the nightlies reflect this.

ikalash commented 5 months ago

This has been resolved - closing.