Skip to content

Building MOOSE without Nvidia Library #15827

Discussion options

You must be logged in to vote

Since this has sat a while, I'll take a crack at answering some of your questions.

  • I am not sure what nVidia dependency you are referring to - MOOSE doesn't strictly require particular libraries and architectures. You may be seeing a check for OpenCL that MetaPhysicL performs....in which case (if you don't need openCL support), I would try adding --disable-opencl to the update_and_rebuild_libmesh.sh script when libMesh is configured (look at lines 151 - 162 in the current version of the script)

  • LDFLAGS and LIBS should be able to be set directly on the command line. (export LDFLAGS=[flags] and export LIBS=[flags]). LibMesh configure should pick them up. @roystgnr can comment more on th…

Replies: 3 comments 6 replies

Comment options

You must be logged in to vote
1 reply
@moravveji
Comment options

Comment options

You must be logged in to vote
0 replies
Answer selected by cticenhour
Comment options

You must be logged in to vote
5 replies
@cticenhour
Comment options

@roystgnr
Comment options

@moravveji
Comment options

@moravveji
Comment options

@cticenhour
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
3 participants
Converted from issue

This discussion was converted from issue #15827 on October 06, 2020 22:07.