現在、フランスの会社が開発した数値計算用のソースコードをVirtualBoxのUbunts18.04で使用できるようにしようと思っています。
あまりビルドやコンパイルなどの作業に精通していないので、いろいろと参考になるものを探して、その通りの手順に従ってやっています。
しかし、どうしても調べてもわからないことがあるので教えてください。
ソースコードはdownloadページのリンクからダウンロードしました。
今回私が使いたいものは「Code_Saturne6.0」です。
開発元に尋ねてもなかなか返信がないのでこちらに質問しています。
インストール時に下記のようなエラーが出ますが、解決策を教えていただけないでしょうか。
make[2]: Entering directory '/home/tsubasa/saturne/code_saturne-6.0.5.build/scotch_6.0.9.build/src/libscotch' /usr/bin/cc -O3 -fPIC -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -Drestrict=__restrict -DIDXSIZE64 -DINTSIZE64 -DSCOTCH_PTSCOTCH -DSCOTCH_VERSION_NUM=6 -DSCOTCH_RELEASE_NUM=0 -DSCOTCH_PATCHLEVEL_NUM=9 dummysizes.c -o ptdummysizes -lz -lm -lrt -pthread -Xlinker --no-as-needed In file included from dummysizes.c:92:0: common.h:123:21: fatal error: mpi.h: No such file or directory #include <mpi.h> ^~~~~~~ compilation terminated. Makefile:3077: recipe for target 'ptdummysizes' failed make[2]: *** [ptdummysizes] Error 1 make[2]: Leaving directory '/home/tsubasa/saturne/code_saturne-6.0.5.build/scotch_6.0.9.build/src/libscotch' Makefile:72: recipe for target 'ptscotch' failed make[1]: *** [ptscotch] Error 2 make[1]: Leaving directory '/home/tsubasa/saturne/code_saturne-6.0.5.build/scotch_6.0.9.build/src/libscotch' Makefile:103: recipe for target 'libptscotch' failed make: *** [libptscotch] Error 2
下記の
fatal error: mpi.h: No such file or directory
に関して色々調べて、別のパッケージなどをインストールしたりしましたがうまくいきませんでした。
どうかご教授をお願いします。
回答2件
あなたの回答
tips
プレビュー