Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unable to build on RHEL 8.9 with Visit 3.3.3 #10

Open
jackbeagley opened this issue Jun 12, 2024 · 1 comment
Open

Unable to build on RHEL 8.9 with Visit 3.3.3 #10

jackbeagley opened this issue Jun 12, 2024 · 1 comment

Comments

@jackbeagley
Copy link

Hi,
I am trying to compile the visit plugin on an RHEL 8.9 machine. I have installed visit 3.3.3. Running cmake works fine and generates the make files, then when I run make I get an error when I get to 98% through, Building CXX object CMakeFiles/ESCHISMDatabase_par.dir/NetcdfSCHISMOutput10.cpp.o.
The error I get is *** No rule to make target '/net/wci-cl2.llnl.gov/vol/gapps/visit/thirdparty_shared/3.3.0/opengl/mpich/3.3.1/linux-x86_64_gcc-9.1/lib/libmpi.so', needed by '/home/jbeagley/.visit/3.3.3/linux-x86_64/plugins/databases/libESCHISMDatabase_par.so'

Any help would be hugely appreciated!
Cheers

@qiangshu
Copy link
Contributor

I think this is caused by incorrect parallel lib path generated by cmake building system. Your libmpi.so '/net/wci-cl2.llnl.gov/vol/gapps/visit/thirdparty_shared/3.3.0/opengl/mpich/3.3.1/linux-x86_64_gcc-9.1/lib/libmpi.so' is not valid. A quick fix is to open your build make file for parallel version
../unstructure_data/CMakeFiles/ESCHISMDatabase_par.dir/build.make, search for '/net/wci-cl2.llnl.gov/vol/gapps/visit/thirdparty_shared/3.3.0/opengl/mpich/3.3.1/linux-x86_64_gcc-9.1/lib/libmpi.so' and replace it with correct libmpi.so path.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants