Score:0

I am trying to run code of HELIOS-r2 software from github

us flag

I am trying to run code of HELIOS-r2 software from github, but I receive this error message:

[ 10%] Built target helios_r_cuda
[ 43%] Built target fastchem
[ 45%] Linking CXX executable ../helios-r
/usr/bin/ld: ../multinest/libmultinest.a(nested.F90.o): undefined reference to symbol '_gfortran_transfer_real_write@@GFORTRAN_8'
/usr/bin/ld: /lib/x86_64-linux-gnu/libgfortran.so.5: error adding symbols: DSO missing from command line
collect2: error: ld returned 1 exit status
make[2]: *** [CMakeFiles/helios-r.dir/build.make:603: ../helios-r] Error 1
make[1]: *** [CMakeFiles/Makefile2:81: CMakeFiles/helios-r.dir/all] Error 2
make: *** [Makefile:84: all] Error 2
hr flag
It sounds like `cmake` failed to find the libgfortran library - what is the output of `cmake -LA . | grep GFORTRAN` (or `cmake -LA .. | grep GFORTRAN` if you run cmake from an out-of-tree `build/` subdirectory)
mangohost

Post an answer

Most people don’t grasp that asking a lot of questions unlocks learning and improves interpersonal bonding. In Alison’s studies, for example, though people could accurately recall how many questions had been asked in their conversations, they didn’t intuit the link between questions and liking. Across four studies, in which participants were engaged in conversations themselves or read transcripts of others’ conversations, people tended not to realize that question asking would influence—or had influenced—the level of amity between the conversationalists.