billmclean
billmclean
When I tried to install GridapGmsh I got the following error. `ERROR: Error building `GridapGmsh`: ERROR: LoadError: InitError: could not load library "libgmpxx.so.4" libgmpxx.so.4: cannot open shared object file: No...
I started the first tutorial, running the commands ``` using Gridap model = DiscreteModelFromFile("../models/model.json") writevtk(model,"model") ``` The files `model_*.vtu` were written as expected, however when I tried opening `model_2.vtu` in...
The function `find_rocm_libs` looks for a directory `$ROCM_PATH/lib` but Fedora installs `librocblas.so` etc. in `/usr/lib64`. The patch causes `find_rocm_libs` to look first for `$ROCM_PATH/lib`, and if not found to look...