You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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.
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
The text was updated successfully, but these errors were encountered: