USAMAH1989

Results 16 comments of USAMAH1989

What does @trilinos/framework mean? On Mon, May 1, 2023 at 7:41 PM Curtis Ober ***@***.***> wrote: > @trilinos/framework > > — > Reply to this email directly, view it on...

Dear sir: Please kindly find the attached files that represent CMAKE invocation and corresponding terminal output for both Trilinos tarball release and Trilinos installed using spack. Warm Regards, Osama ALAtawneh...

Sorry for that. The files are below: [Trilinos Compilation Process(Spack)-Responce.TXT](https://github.com/trilinos/Trilinos/files/11378214/Trilinos.Compilation.Process.Spack.-Responce.TXT) [Trilinos Compilation Process(Tarball)-Responce.TXT](https://github.com/trilinos/Trilinos/files/11378215/Trilinos.Compilation.Process.Tarball.-Responce.TXT)

Dear Sir: Sorry for not posting what you exactly wanted. Here, I am attaching the CMAKE terminals output that were appeared on my screen in addition to the CMakeOutput.log for...

I am going to try that at evening. ________________________________ From: Christian Glusa ***@***.***> Sent: Thursday, May 4, 2023 8:34:29 AM To: trilinos/Trilinos ***@***.***> Cc: USAMAH1989 ***@***.***>; Mention ***@***.***> Subject: Re:...

Dear Sir: Thank you very much for your guidance. Now the problem was recognized. The issue was due to the disability of the gcc compiler that I used at first...

The error below appeared when I used SuperLU 5.3 and SuperLU 5.2.1: packages/amesos/src/Amesos_Superlu.cpp(490): error: argument of type "SLU::mem_usage_t *" is incompatible with parameter of type "SLU::GlobalLU_t *"

Regarding "Trilinos_ENABLE_SuperLU5_API" this what I exactly found in CMakeCache.txt in the build directory: //Test Trilinos_ENABLE_SuperLU5_API Trilinos_ENABLE_SuperLU5_API:INTERNAL= Where, nothing after equal sign. While, I did not find "HAVE_AMESOS_SUPERLU5_API" in the CMakeCache.txt...

I applied "Trilinos_ENABLE_SuperLU5_API=ON" and "HAVE_AMESOS_SUPERLU5_API=ON" and the following appeared at the end of configuration: CMake Error at packages/ml/CMakeLists.txt:22 (MESSAGE): ML CONFIGURATION ERROR: SuperLU_5.0 detected - only SuperLU version < 5.0...

Yes that is right, but in the above configuration I only activated Amessos, Amesos2, SuperLU, and SuperLUDist in addition to ParMETIS as it is required for SuperLU. I did that...