Issues related to offline installation #998
-
|
I am trying to install OpenSN on an offline HPC system. I have been working on it for quite a while and have installed many libraries. The compilation process was quite difficult, but I eventually got it to build successfully. However, when I run the program, it reports an error when reading the HDF5 cross-section data. I suspect that one of the dependencies may not have been installed correctly, possibly HDF5. I would like to ask whether there is any tutorial for installing OpenSN in an offline environment. If there is no such tutorial, perhaps there is at least a list of required dependencies and recommended versions. Thank you very much. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
|
The versions of dependencies we use are in: However, what error message did you get from the code? It can be that your HDF5 file is missing something OpenSn expects. |
Beta Was this translation helpful? Give feedback.
The versions of dependencies we use are in:
a) Manual
b) tools/dependencies/CMakeLists.txt. Grep for
ExternalProject_Addand you should get all of them.However, what error message did you get from the code? It can be that your HDF5 file is missing something OpenSn expects.