CFD Online Logo CFD Online URL
www.cfd-online.com
[Sponsors]
Home > Forums > Software User Forums > OpenFOAM > OpenFOAM Installation

[OpenFOAM.org] Cannot open configuration file mpicc-wrapper-data.txt mpicc: Not found

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   November 25, 2019, 09:01
Default Cannot open configuration file mpicc-wrapper-data.txt mpicc: Not found
  #1
New Member
 
Wenjun Tuan
Join Date: Feb 2018
Posts: 5
Rep Power: 8
wenjuny is on a distinguished road
Dear all,

i am installing openfoam6 on RHEL 6.10 without root. i have followed the instructions on https://openfoamwiki.net/.

However, at step 15, Given that a custom Open-MPI version is being built with these instructions, it's necessary to first build it before ParaView so that Open-MPI can be used by ParaView:
cd $WM_THIRD_PARTY_DIR
./Allwmake > log.make 2>&1
wmRefresh

I encountered a problem. it always reported "Cannot open configuration file .....mpicc-wrapper-data.txt" "mpicc: Not found".


I have attached the log.make file as follows, could anyone help me to solve this problem?


as follows
Cannot open configuration file /home/users/................/OpenFOAM/ThirdParty-6/platforms/linux64Gcc48/openmpi-2.1.1/share/openmpi/mpicc-wrapper-data.txt
Error parsing data file mpicc: Not found
make[2]: *** [bdgraph_bipart_ml.o] Error 243
make[2]: *** Waiting for unfinished jobs....
Cannot open configuration file /home/users/............./OpenFOAM/ThirdParty-6/platforms/linux64Gcc48/openmpi-2.1.1/share/openmpi/mpicc-wrapper-data.txt
Error parsing data file mpicc: Not found
make[2]: *** [bdgraph_bipart_bd.o] Error 243
Cannot open configuration file /home/users/............../OpenFOAM/ThirdParty-6/platforms/linux64Gcc48/openmpi-2.1.1/share/openmpi/mpicc-wrapper-data.txt
Cannot open configuration file /home/users/............/OpenFOAM/ThirdParty-6/platforms/linux64Gcc48/openmpi-2.1.1/share/openmpi/mpicc-wrapper-data.txt
Error parsing data file mpicc: Not found
Cannot open configuration file /home/users/.............../OpenFOAM/ThirdParty-6/platforms/linux64Gcc48/openmpi-2.1.1/share/openmpi/mpicc-wrapper-data.txt
Error parsing data file mpicc: Not found
Error parsing data file mpicc: Not found
Cannot open configuration file /home/users/................/OpenFOAM/ThirdParty-6/platforms/linux64Gcc48/openmpi-2.1.1/share/openmpi/mpicc-wrapper-data.txt
Error parsing data file mpicc: Not found
make[2]: *** [ptdummysizes] Error 243
make[2]: *** [bdgraph.o] Error 243
make[2]: *** [bdgraph_bipart_df.o] Error 243
make[2]: *** [bdgraph_bipart_ex.o] Error 243
Cannot open configuration file /home/users/............../OpenFOAM/ThirdParty-6/platforms/linux64Gcc48/openmpi-2.1.1/share/openmpi/mpicc-wrapper-data.txt
Error parsing data file mpicc: Not found
Cannot open configuration file /home/users/............./OpenFOAM/ThirdParty-6/platforms/linux64Gcc48/openmpi-2.1.1/share/openmpi/mpicc-wrapper-data.txt
Error parsing data file mpicc: Not found
make[2]: *** [bdgraph_bipart_sq.o] Error 243
make[2]: *** [bdgraph_bipart_st.o] Error 243
make[2]: Leaving directory `/home/users/............../OpenFOAM/ThirdParty-6/scotch_6.0.6/src/libscotch'
make[1]: *** [ptscotch] Error 2
make[1]: Leaving directory `/home/users/.............../OpenFOAM/ThirdParty-6/scotch_6.0.6/src/libscotch'
make: *** [libptscotch] Error 2
+ make realclean
(cd libscotch ; make realclean)
make[1]: Entering directory `/home/users/............/OpenFOAM/ThirdParty-6/scotch_6.0.6/src/libscotch'
rm -f *~ *.o lib*.so parser_yy.c parser_ly.h parser_ll.c *scotch.h *scotchf.h y.output *dummysizes
make[1]: Leaving directory `/home/users/................./OpenFOAM/ThirdParty-6/scotch_6.0.6/src/libscotch'
(cd scotch ; make realclean)
make[1]: Entering directory `/home/users/............./OpenFOAM/ThirdParty-6/scotch_6.0.6/src/scotch'
rm -f *~ *.o acpl amk_ccc amk_fft2 amk_grf amk_hy amk_m2 amk_p2 atst gbase gcv *ggath *gmap gmk_hy gmk_m2 gmk_m3 gmk_msh gmk_ub2 gmtst *gord gotst gout *gpart *gscat *gtst mcv mmk_m2 mmk_m3 mord mtst
make[1]: Leaving directory `/home/users/............../OpenFOAM/ThirdParty-6/scotch_6.0.6/src/scotch'
(cd libscotchmetis ; make realclean)
make[1]: Entering directory `/home/users/............./OpenFOAM/ThirdParty-6/scotch_6.0.6/src/libscotchmetis'
rm -f *~ *.o lib*.so metis.h parmetis.h
make[1]: Leaving directory `/home/users/............../OpenFOAM/ThirdParty-6/scotch_6.0.6/src/libscotchmetis'
(cd check ; make realclean)
make[1]: Entering directory `/home/users/............../OpenFOAM/ThirdParty-6/scotch_6.0.6/src/check'
rm -f *~ *.o
rm -f \
test_common_file_compress \
test_common_random \
test_common_thread \
test_fibo \
test_scotch_arch \
test_scotch_arch_deco \
test_scotch_graph_coarsen \
test_scotch_graph_color \
test_scotch_graph_diam \
test_scotch_graph_map \
test_scotch_graph_map_copy \
test_scotch_graph_order \
test_scotch_graph_part_ovl \
test_scotch_dgraph_band \
test_scotch_dgraph_check \
test_scotch_dgraph_coarsen \
test_scotch_dgraph_grow \
test_scotch_dgraph_redist \
test_scotch_mesh_graph \
test_strat_par \
test_strat_seq
make[1]: Leaving directory `/home/users/............/OpenFOAM/ThirdParty-6/scotch_6.0.6/src/check'
(cd esmumps ; make realclean)
make[1]: Entering directory `/home/users/......./OpenFOAM/ThirdParty-6/scotch_6.0.6/src/esmumps'
rm -f *~ common.h *.o lib*.so main_esmumps
make[1]: Leaving directory `/home/users/......./OpenFOAM/ThirdParty-6/scotch_6.0.6/src/esmumps'
rm -f ../bin/* ../include/* ../lib/*

WARNING: required include file 'ptscotch.h' not found!

========================================
Build Metis decomposition
optional component Metis was not found
========================================
Build CGAL
CGAL headers in /home/users......./OpenFOAM/ThirdParty-6/platforms/linux64Gcc48/CGAL-4.10/include
CGAL libs in /home/users......./OpenFOAM/ThirdParty-6/platforms/linux64Gcc48/CGAL-4.10/lib64

========================================
Done ThirdParty Allwmake
wenjuny is offline   Reply With Quote

Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
[swak4Foam] funkyDoCalc with OF2.3 massflow NiFl OpenFOAM Community Contributions 14 November 25, 2020 03:30
[OpenFOAM.org] Compile OF 2.3 on Mac OS X .... the patch gschaider OpenFOAM Installation 225 August 25, 2015 19:43
OpenFOAM without MPI kokizzu OpenFOAM Installation 4 May 26, 2014 09:17
centOS 5.6 : paraFoam not working yossi OpenFOAM Installation 2 October 9, 2013 01:41
[swak4Foam] build problem swak4Foam OF 2.2.0 mcathela OpenFOAM Community Contributions 14 April 23, 2013 13:59


All times are GMT -4. The time now is 21:55.