Hello,
In order to upgrade the version of dealii, i reinstalled the latest version of spack. I have been able to also install dealii using spack. However, when i use the command "spack module tcl refresh", i get the following error.
==> Error: Cannot use invalid module set default. Valid module set names are []
If i just ignore this and perform "make run" of my code i get the following error:
[ 14%] Linking CXX executable main
/usr/bin/ld.gold: error: cannot find -lhdf5-shared
collect2: error: ld returned 1 exit status
make[3]: *** [CMakeFiles/main.dir/build.make:292: main] Error 1
make[2]: *** [CMakeFiles/Makefile2:90: CMakeFiles/main.dir/all] Error 2
make[1]: *** [CMakeFiles/Makefile2:123: CMakeFiles/run.dir/rule] Error 2
make: *** [Makefile:137: run] Error 2
I think these two errors are linked. Can someone point out what i should do now?
Note: I was able to perfectly run dealii v9.3 befor this reinstallation.
Thanks,
Vinayak