Noah Elliott

Results 55 comments of Noah Elliott

Your report is correct here, so we will be fixing this.

Yes, it seems like something is going wrong with the CMake configuration generating the files FC.h and SAMRAI_config.h, where the macros CMAKE_FORTRAN_GLOBAL and SAMRAI_F77_FUNC are defined. These headers are located...

During the run of CMake, you ought to see output that looks like this: `-- Detecting Fortran/C Interface` `-- Detecting Fortran/C Interface - Found GLOBAL and MODULE mangling` Do you...

Your observations here make sense. My suggestion would be to use the method `setDeterministicUnpackOrderingFlag()` which exists in both `RefineSchedule` and `CoarsenSchedule`. When set to true this causes the processing of...

> > However, this border line extends on 5 ghost nodes on the p0#3 / p1#6 border. After the schedule is applied, these 5 ghosts of p0#1 and p1#4 still...

We have switched from DynamicPool to QuickPool, as DynamicPool has bee deprecated by umpire. https://github.com/LLNL/SAMRAI/pull/185

I'm sorry, VisItDataWriter really doesn't support multiple procs per file. We will clarify this in the documentation.

@nicolasaunai One thing that needs to be addressed is that there really is no reason to call regrid when you have "REFINE_BOXES" turned on for the entire problem, but SAMRAI...

Update: The assertion is failing on a check on a pointer `tag_to_finer` that is unused in the method where it occurs. The pointer is null as it is never allocated...