easybuild-easyconfigs
easybuild-easyconfigs copied to clipboard
Segmentation fault when trying to test ResistanceGA
I have built ResistanceGA using this easyconfig and everything seems to work just fine, but when I tried to do a test of the installation as mentioned in the ResistanceGA manual, I get Segmentation fault when trying to run JuliaCall::julia_setup(JULIA_HOME)
. What seems weird is that I have managed to create a workaround by adding $EBROOTJULIA/lib/julia
to LD_LIBRARY_PATH
, but that isn't the best approach in dealing with this error.
Any ideas about how I should approach this?