Juhani Kataja

Results 5 issues of Juhani Kataja

Variable bound method allows following real valued keyword syntax. ``` material 1 sigma = variable coordinate 1, phi % subgradient{2} real procedure "library_a" "procedure_b" end solver 1 ... procedure =...

### Problem Description rocALUTION compiles without HIP support but resulting `lib/cmake/rocalution/rocalution-config.cmake` anyhow tries to find HIP (line 90: `find_dependency(HIP)`). Commenting that line out will enables use of rocALUTION even without...

Elmer internal UMFPACK is not needed on supercomputing platforms and may cause problems with picky compiler stacks. There should be a cmake build variable e.g. `DISABLE_INTERNAL_UMFPACK` which would disable compiling...

This will solve the issue treated in #578

Problem is that in some places we preprocessor inserts paths in the fortran code (e.g. `ModelDescription.F90:2619`). It works fine on desktop but when the paths are long the line is...