mpi build problem #235
Replies: 5 comments 3 replies
-
|
You may need to copy the Failing that, you may be able to edit the site.settings file to explicitly point to the compiler you want to use. (There's commented-out lines in the site.settings.release file which gives examples of the syntax.) |
Beta Was this translation helpful? Give feedback.
-
|
now i have this error this is what i have (rosetta310) [tlarnd2@edam source]$ gcc --version # For compiler Should be 2.7 if installed |
Beta Was this translation helpful? Give feedback.
-
|
mpiCC -o build/src/release/linux/4.18/64/x86/gcc/12.3/mpi/protocols/docking/DockingHighRes.os -c -std=c++0x -isystem external/boost_submod/ -isystem external/ -isystem external/include/ -isystem external/dbio/ -isystem external/libxml2/include -isystem external/rdkit -pipe -Wall -Wextra -pedantic -Werror -Wno-long-long -Wno-strict-aliasing -Wno-error=array-bounds -Wno-error=restrict -Wno-error=use-after-free -march=core2 -mtune=generic -O3 -ffast-math -fno-finite-math-only -funroll-loops -finline-functions -finline-limit=20000 -s -Wno-unused-variable -Wno-unused-parameter -fPIC -DBOOST_ERROR_CODE_HEADER_ONLY -DBOOST_SYSTEM_NO_DEPRECATED -DBOOST_MATH_NO_LONG_DOUBLE_MATH_FUNCTIONS -DBOOST_DISABLE_THREADS -DPTR_STD -DNDEBUG -DUSEMPI -DOMPI_SKIP_MPICXX -Isrc -Iexternal/include -Isrc/platform/linux/64/gcc/12.3 -Isrc/platform/linux/64/gcc -Isrc/platform/linux/64 -Isrc/platform/linux src/protocols/docking/DockingHighRes.cc I add this but still have a problem |
Beta Was this translation helpful? Give feedback.
-
|
I think the problem came from dependency, it is possible to share me a .yml file to I can make correct conda env to install rosetta, I don't have sudo and i try to install program locally but it doesn't work fro OpenMPI |
Beta Was this translation helpful? Give feedback.
-
|
You should not need sudo to compile Rosetta. You probably also don't need to use a Conda environment. As mentioned, the only dependency typically used by Rosetta is zlib. ... except if you want to compile with MPI, then you do need to have a functional MPI install on your computer. That's typically more complicated, and would likely require sudo access. It's also not something that's easy to use a Conda environment for, as to properly run MPI on the machine needs background services running, which normally takes system-level access. If you aren't the computer admin (i.e. you don't have sudo access), then what you really should do is ask the person administering the machine to install OpenMPI for you. When you build Rosetta with MPI, you need to use the version of MPI that's hooked into your system setup. (The one with the background services running.) The details of which tend to vary system-to-system, so it's hard to come up with a one-size-fits-all instruction for it. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I am trying to install GCC, but I still have a problem building Rosetta with MPI. I have Rosetta installed, and I can install it from Conda, but I am still encountering issues with MPI.
(base) [tlarnd2@edam source]$ export PATH=$HOME/Program/gcc-9.4.0-build/bin:$PATH
(base) [tlarnd2@edam source]$ ./scons.py -j40 mode=release extras=mpi
scons: Reading SConscript files ...
Running versioning script ... Done. (0.0 seconds)
Number of option files updated: 0
Total 4682 options.
Updating submodules needed for compilation.
Finished updating ResidueProperty code
-- no changes needed
Finished updating VariantType code
-- no changes needed
scons: done reading SConscript files.
scons: Building targets ...
mpiCC -o build/external/release/linux/4.18/64/x86/gcc/9.4/mpi/dummy_zlib.os -c -std=c++0x -isystem external/boost_submod/ -isystem external/ -isystem external/include/ -isystem external/dbio/ -isystem external/libxml2/include -isystem external/rdkit -pipe -Wno-long-long -Wno-strict-aliasing -march=core2 -mtune=generic -O3 -ffast-math -fno-finite-math-only -funroll-loops -finline-functions -finline-limit=20000 -s -Wno-unused-variable -Wno-unused-parameter -Wno-error -fPIC -DBOOST_ERROR_CODE_HEADER_ONLY -DBOOST_SYSTEM_NO_DEPRECATED -DBOOST_MATH_NO_LONG_DOUBLE_MATH_FUNCTIONS -DBOOST_DISABLE_THREADS -DPTR_STD -DNDEBUG -DUSEMPI -DOMPI_SKIP_MPICXX -Iexternal/include external/dummy.cc
sh: mpiCC: command not found
mpiCC -o build/external/release/linux/4.18/64/x86/gcc/9.4/mpi/dbio/cppdb/atomic_counter.os -c -std=c++0x -isystem external/boost_submod/ -isystem external/ -isystem external/include/ -isystem external/dbio/ -isystem external/libxml2/include -isystem external/rdkit -pipe -Wno-long-long -Wno-strict-aliasing -march=core2 -mtune=generic -O3 -ffast-math -fno-finite-math-only -funroll-loops -finline-functions -finline-limit=20000 -s -Wno-unused-variable -Wno-unused-parameter -Wno-error -fPIC -DBOOST_ERROR_CODE_HEADER_ONLY -DBOOST_SYSTEM_NO_DEPRECATED -DBOOST_MATH_NO_LONG_DOUBLE_MATH_FUNCTIONS -DBOOST_DISABLE_THREADS -DPTR_STD -DNDEBUG -DUSEMPI -DOMPI_SKIP_MPICXX -DCPPDB_EXPORTS -DCPPDB_LIBRARY_SUFFIX=".so" -DCPPDB_LIBRARY_PREFIX="lib" -DCPPDB_DISABLE_SHARED_OBJECT_LOADING -DCPPDB_DISABLE_THREAD_SAFETY -DCPPDB_SOVERSION="0" -DCPPDB_MAJOR=0 -DCPPDB_MINOR=3 -DCPPDB_PATCH=0 -DCPPDB_VERSION="0.3.0" -DCPPDB_WITH_SQLITE3 -Ibuild/external/release/linux/4.18/64/x86/gcc/9.4/mpi/dbio/sqlite3 -Iexternal/dbio/sqlite3 external/dbio/cppdb/atomic_counter.cpp
sh: mpiCC: command not found
mpiCC -o build/external/release/linux/4.18/64/x86/gcc/9.4/mpi/dbio/cppdb/conn_manager.os -c -std=c++0x -isystem external/boost_submod/ -isystem external/ -isystem external/include/ -isystem external/dbio/ -isystem external/libxml2/include -isystem external/rdkit -pipe -Wno-long-long -Wno-strict-aliasing -march=core2 -mtune=generic -O3 -ffast-math -fno-finite-math-only -funroll-loops -finline-functions -finline-limit=20000 -s -Wno-unused-variable -Wno-unused-parameter -Wno-error -fPIC -DBOOST_ERROR_CODE_HEADER_ONLY -DBOOST_SYSTEM_NO_DEPRECATED -DBOOST_MATH_NO_LONG_DOUBLE_MATH_FUNCTIONS -DBOOST_DISABLE_THREADS -DPTR_STD -DNDEBUG -DUSEMPI -DOMPI_SKIP_MPICXX -DCPPDB_EXPORTS -DCPPDB_LIBRARY_SUFFIX=".so" -DCPPDB_LIBRARY_PREFIX="lib" -DCPPDB_DISABLE_SHARED_OBJECT_LOADING -DCPPDB_DISABLE_THREAD_SAFETY -DCPPDB_SOVERSION="0" -DCPPDB_MAJOR=0 -DCPPDB_MINOR=3 -DCPPDB_PATCH=0 -DCPPDB_VERSION="0.3.0" -DCPPDB_WITH_SQLITE3 -Ibuild/external/release/linux/4.18/64/x86/gcc/9.4/mpi/dbio/sqlite3 -Iexternal/dbio/sqlite3 external/dbio/cppdb/conn_manager.cpp
sh: mpiCC: command not found
mpiCC -o build/external/release/linux/4.18/64/x86/gcc/9.4/mpi/dbio/cppdb/driver_manager.os -c -std=c++0x -isystem external/boost_submod/ -isystem external/ -isystem external/include/ -isystem external/dbio/ -isystem external/libxml2/include -isystem external/rdkit -pipe -Wno-long-long -Wno-strict-aliasing -march=core2 -mtune=generic -O3 -ffast-math -fno-finite-math-only -funroll-loops -finline-functions -finline-limit=20000 -s -Wno-unused-variable -Wno-unused-parameter -Wno-error -fPIC -DBOOST_ERROR_CODE_HEADER_ONLY -DBOOST_SYSTEM_NO_DEPRECATED -DBOOST_MATH_NO_LONG_DOUBLE_MATH_FUNCTIONS -DBOOST_DISABLE_THREADS -DPTR_STD -DNDEBUG -DUSEMPI -DOMPI_SKIP_MPICXX -DCPPDB_EXPORTS -DCPPDB_LIBRARY_SUFFIX=".so" -DCPPDB_LIBRARY_PREFIX="lib" -DCPPDB_DISABLE_SHARED_OBJECT_LOADING -DCPPDB_DISABLE_THREAD_SAFETY -DCPPDB_SOVERSION="0" -DCPPDB_MAJOR=0 -DCPPDB_MINOR=3 -DCPPDB_PATCH=0 -DCPPDB_VERSION="0.3.0" -DCPPDB_WITH_SQLITE3 -Ibuild/external/release/linux/4.18/64/x86/gcc/9.4/mpi/dbio/sqlite3 -Iexternal/dbio/sqlite3 external/dbio/cppdb/driver_manager.cpp
sh: mpiCC: command not found
mpiCC -o build/external/release/linux/4.18/64/x86/gcc/9.4/mpi/dbio/cppdb/frontend.os -c -std=c++0x -isystem external/boost_submod/ -isystem external/ -isystem external/include/ -isystem external/dbio/ -isystem external/libxml2/include -isystem external/rdkit -pipe -Wno-long-long -Wno-strict-aliasing -march=core2 -mtune=generic -O3 -ffast-math -fno-finite-math-only -funroll-loops -finline-functions -finline-limit=20000 -s -Wno-unused-variable -Wno-unused-parameter -Wno-error -fPIC -DBOOST_ERROR_CODE_HEADER_ONLY -DBOOST_SYSTEM_NO_DEPRECATED -DBOOST_MATH_NO_LONG_DOUBLE_MATH_FUNCTIONS -DBOOST_DISABLE_THREADS -DPTR_STD -DNDEBUG -DUSEMPI -DOMPI_SKIP_MPICXX -DCPPDB_EXPORTS -DCPPDB_LIBRARY_SUFFIX=".so" -DCPPDB_LIBRARY_PREFIX="lib" -DCPPDB_DISABLE_SHARED_OBJECT_LOADING -DCPPDB_DISABLE_THREAD_SAFETY -DCPPDB_SOVERSION="0" -DCPPDB_MAJOR=0 -DCPPDB_MINOR=3 -DCPPDB_PATCH=0 -DCPPDB_VERSION="0.3.0" -DCPPDB_WITH_SQLITE3 -Ibuild/external/release/linux/4.18/64/x86/gcc/9.4/mpi/dbio/sqlite3 -Iexternal/dbio/sqlite3 external/dbio/cppdb/frontend.cpp
sh: mpiCC: command not found
mpiCC -o build/external/release/linux/4.18/64/x86/gcc/9.4/mpi/dbio/cppdb/backend.os -c -std=c++0x -isystem external/boost_submod/ -isystem external/ -isystem external/include/ -isystem external/dbio/ -isystem external/libxml2/include -isystem external/rdkit -pipe -Wno-long-long -Wno-strict-aliasing -march=core2 -mtune=generic -O3 -ffast-math -fno-finite-math-only -funroll-loops -finline-functions -finline-limit=20000 -s -Wno-unused-variable -Wno-unused-parameter -Wno-error -fPIC -DBOOST_ERROR_CODE_HEADER_ONLY -DBOOST_SYSTEM_NO_DEPRECATED -DBOOST_MATH_NO_LONG_DOUBLE_MATH_FUNCTIONS -DBOOST_DISABLE_THREADS -DPTR_STD -DNDEBUG -DUSEMPI -DOMPI_SKIP_MPICXX -DCPPDB_EXPORTS -DCPPDB_LIBRARY_SUFFIX=".so" -DCPPDB_LIBRARY_PREFIX="lib" -DCPPDB_DISABLE_SHARED_OBJECT_LOADING -DCPPDB_DISABLE_THREAD_SAFETY -DCPPDB_SOVERSION="0" -DCPPDB_MAJOR=0 -DCPPDB_MINOR=3 -DCPPDB_PATCH=0 -DCPPDB_VERSION="0.3.0" -DCPPDB_WITH_SQLITE3 -Ibuild/external/release/linux/4.18/64/x86/gcc/9.4/mpi/dbio/sqlite3 -Iexternal/dbio/sqlite3 external/dbio/cppdb/backend.cpp
mpiCC -o build/external/release/linux/4.18/64/x86/gcc/9.4/mpi/dbio/cppdb/mutex.os -c -std=c++0x -isystem external/boost_submod/ -isystem external/ -isystem external/include/ -isystem external/dbio/ -isystem external/libxml2/include -isystem external/rdkit -pipe -Wno-long-long -Wno-strict-aliasing -march=core2 -mtune=generic -O3 -ffast-math -fno-finite-math-only -funroll-loops -finline-functions -finline-limit=20000 -s -Wno-unused-variable -Wno-unused-parameter -Wno-error -fPIC -DBOOST_ERROR_CODE_HEADER_ONLY -DBOOST_SYSTEM_NO_DEPRECATED -DBOOST_MATH_NO_LONG_DOUBLE_MATH_FUNCTIONS -DBOOST_DISABLE_THREADS -DPTR_STD -DNDEBUG -DUSEMPI -DOMPI_SKIP_MPICXX -DCPPDB_EXPORTS -DCPPDB_LIBRARY_SUFFIX=".so" -DCPPDB_LIBRARY_PREFIX="lib" -DCPPDB_DISABLE_SHARED_OBJECT_LOADING -DCPPDB_DISABLE_THREAD_SAFETY -DCPPDB_SOVERSION="0" -DCPPDB_MAJOR=0 -DCPPDB_MINOR=3 -DCPPDB_PATCH=0 -DCPPDB_VERSION="0.3.0" -DCPPDB_WITH_SQLITE3 -Ibuild/external/release/linux/4.18/64/x86/gcc/9.4/mpi/dbio/sqlite3 -Iexternal/dbio/sqlite3 external/dbio/cppdb/mutex.cpp
sh: mpiCC: command not found
sh: mpiCC: command not found
mpiCC -o build/external/release/linux/4.18/64/x86/gcc/9.4/mpi/dbio/cppdb/pool.os -c -std=c++0x -isystem external/boost_submod/ -isystem external/ -isystem external/include/ -isystem external/dbio/ -isystem external/libxml2/include -isystem external/rdkit -pipe -Wno-long-long -Wno-strict-aliasing -march=core2 -mtune=generic -O3 -ffast-math -fno-finite-math-only -funroll-loops -finline-functions -finline-limit=20000 -s -Wno-unused-variable -Wno-unused-parameter -Wno-error -fPIC -DBOOST_ERROR_CODE_HEADER_ONLY -DBOOST_SYSTEM_NO_DEPRECATED -DBOOST_MATH_NO_LONG_DOUBLE_MATH_FUNCTIONS -DBOOST_DISABLE_THREADS -DPTR_STD -DNDEBUG -DUSEMPI -DOMPI_SKIP_MPICXX -DCPPDB_EXPORTS -DCPPDB_LIBRARY_SUFFIX=".so" -DCPPDB_LIBRARY_PREFIX="lib" -DCPPDB_DISABLE_SHARED_OBJECT_LOADING -DCPPDB_DISABLE_THREAD_SAFETY -DCPPDB_SOVERSION="0" -DCPPDB_MAJOR=0 -DCPPDB_MINOR=3 -DCPPDB_PATCH=0 -DCPPDB_VERSION="0.3.0" -DCPPDB_WITH_SQLITE3 -Ibuild/external/release/linux/4.18/64/x86/gcc/9.4/mpi/dbio/sqlite3 -Iexternal/dbio/sqlite3 external/dbio/cppdb/pool.cpp
sh: mpiCC: command not found
mpiCC -o build/external/release/linux/4.18/64/x86/gcc/9.4/mpi/dbio/cppdb/shared_object.os -c -std=c++0x -isystem external/boost_submod/ -isystem external/ -isystem external/include/ -isystem external/dbio/ -isystem external/libxml2/include -isystem external/rdkit -pipe -Wno-long-long -Wno-strict-aliasing -march=core2 -mtune=generic -O3 -ffast-math -fno-finite-math-only -funroll-loops -finline-functions -finline-limit=20000 -s -Wno-unused-variable -Wno-unused-parameter -Wno-error -fPIC -DBOOST_ERROR_CODE_HEADER_ONLY -DBOOST_SYSTEM_NO_DEPRECATED -DBOOST_MATH_NO_LONG_DOUBLE_MATH_FUNCTIONS -DBOOST_DISABLE_THREADS -DPTR_STD -DNDEBUG -DUSEMPI -DOMPI_SKIP_MPICXX -DCPPDB_EXPORTS -DCPPDB_LIBRARY_SUFFIX=".so" -DCPPDB_LIBRARY_PREFIX="lib" -DCPPDB_DISABLE_SHARED_OBJECT_LOADING -DCPPDB_DISABLE_THREAD_SAFETY -DCPPDB_SOVERSION="0" -DCPPDB_MAJOR=0 -DCPPDB_MINOR=3 -DCPPDB_PATCH=0 -DCPPDB_VERSION="0.3.0" -DCPPDB_WITH_SQLITE3 -Ibuild/external/release/linux/4.18/64/x86/gcc/9.4/mpi/dbio/sqlite3 -Iexternal/dbio/sqlite3 external/dbio/cppdb/shared_object.cpp
sh: mpiCC: command not found
mpiCC -o build/external/release/linux/4.18/64/x86/gcc/9.4/mpi/dbio/cppdb/sqlite3_backend.os -c -std=c++0x -isystem external/boost_submod/ -isystem external/ -isystem external/include/ -isystem external/dbio/ -isystem external/libxml2/include -isystem external/rdkit -pipe -Wno-long-long -Wno-strict-aliasing -march=core2 -mtune=generic -O3 -ffast-math -fno-finite-math-only -funroll-loops -finline-functions -finline-limit=20000 -s -Wno-unused-variable -Wno-unused-parameter -Wno-error -fPIC -DBOOST_ERROR_CODE_HEADER_ONLY -DBOOST_SYSTEM_NO_DEPRECATED -DBOOST_MATH_NO_LONG_DOUBLE_MATH_FUNCTIONS -DBOOST_DISABLE_THREADS -DPTR_STD -DNDEBUG -DUSEMPI -DOMPI_SKIP_MPICXX -DCPPDB_EXPORTS -DCPPDB_LIBRARY_SUFFIX=".so" -DCPPDB_LIBRARY_PREFIX="lib" -DCPPDB_DISABLE_SHARED_OBJECT_LOADING -DCPPDB_DISABLE_THREAD_SAFETY -DCPPDB_SOVERSION="0" -DCPPDB_MAJOR=0 -DCPPDB_MINOR=3 -DCPPDB_PATCH=0 -DCPPDB_VERSION="0.3.0" -DCPPDB_WITH_SQLITE3 -Ibuild/external/release/linux/4.18/64/x86/gcc/9.4/mpi/dbio/sqlite3 -Iexternal/dbio/sqlite3 external/dbio/cppdb/sqlite3_backend.cpp
sh: mpiCC: command not found
mpiCC -o build/external/release/linux/4.18/64/x86/gcc/9.4/mpi/dbio/cppdb/utils.os -c -std=c++0x -isystem external/boost_submod/ -isystem external/ -isystem external/include/ -isystem external/dbio/ -isystem external/libxml2/include -isystem external/rdkit -pipe -Wno-long-long -Wno-strict-aliasing -march=core2 -mtune=generic -O3 -ffast-math -fno-finite-math-only -funroll-loops -finline-functions -finline-limit=20000 -s -Wno-unused-variable -Wno-unused-parameter -Wno-error -fPIC -DBOOST_ERROR_CODE_HEADER_ONLY -DBOOST_SYSTEM_NO_DEPRECATED -DBOOST_MATH_NO_LONG_DOUBLE_MATH_FUNCTIONS -DBOOST_DISABLE_THREADS -DPTR_STD -DNDEBUG -DUSEMPI -DOMPI_SKIP_MPICXX -DCPPDB_EXPORTS -DCPPDB_LIBRARY_SUFFIX=".so" -DCPPDB_LIBRARY_PREFIX="lib" -DCPPDB_DISABLE_SHARED_OBJECT_LOADING -DCPPDB_DISABLE_THREAD_SAFETY -DCPPDB_SOVERSION="0" -DCPPDB_MAJOR=0 -DCPPDB_MINOR=3 -DCPPDB_PATCH=0 -DCPPDB_VERSION="0.3.0" -DCPPDB_WITH_SQLITE3 -Ibuild/external/release/linux/4.18/64/x86/gcc/9.4/mpi/dbio/sqlite3 -Iexternal/dbio/sqlite3 external/dbio/cppdb/utils.cpp
sh: mpiCC: command not found
mpicc -o build/external/release/linux/4.18/64/x86/gcc/9.4/mpi/dbio/sqlite3/sqlite3.os -c -isystem external/boost_submod/ -isystem external/ -isystem external/include/ -isystem external/dbio/ -isystem external/libxml2/include -isystem external/rdkit -pipe -Wno-long-long -Wno-strict-aliasing -march=core2 -mtune=generic -O3 -ffast-math -fno-finite-math-only -funroll-loops -finline-functions -finline-limit=20000 -s -Wno-unused-variable -Wno-unused-parameter -Wno-error -fno-fast-math -fPIC -DBOOST_ERROR_CODE_HEADER_ONLY -DBOOST_SYSTEM_NO_DEPRECATED -DBOOST_MATH_NO_LONG_DOUBLE_MATH_FUNCTIONS -DBOOST_DISABLE_THREADS -DPTR_STD -DNDEBUG -DUSEMPI -DOMPI_SKIP_MPICXX -DSQLITE_THREADSAFE=0 -DSQLITE_OMIT_LOAD_EXTENSION -DSQLITE_DISABLE_LFS external/dbio/sqlite3/sqlite3.c
sh: mpicc: command not found
mpiCC -o build/external/release/linux/4.18/64/x86/gcc/9.4/mpi/cifparse/BlockIO.os -c -std=c++0x -isystem external/boost_submod/ -isystem external/ -isystem external/include/ -isystem external/dbio/ -isystem external/libxml2/include -isystem external/rdkit -pipe -Wno-long-long -Wno-strict-aliasing -march=core2 -mtune=generic -O3 -ffast-math -fno-finite-math-only -funroll-loops -finline-functions -finline-limit=20000 -s -Wno-unused-variable -Wno-unused-parameter -Wno-error -DPOSIX_MISTAKE -fPIC -DBOOST_ERROR_CODE_HEADER_ONLY -DBOOST_SYSTEM_NO_DEPRECATED -DBOOST_MATH_NO_LONG_DOUBLE_MATH_FUNCTIONS -DBOOST_DISABLE_THREADS -DPTR_STD -DNDEBUG -DUSEMPI -DOMPI_SKIP_MPICXX -Iexternal/include external/cifparse/BlockIO.C
sh: mpiCC: command not found
mpiCC -o build/external/release/linux/4.18/64/x86/gcc/9.4/mpi/cifparse/CifDataInfo.os -c -std=c++0x -isystem external/boost_submod/ -isystem external/ -isystem external/include/ -isystem external/dbio/ -isystem external/libxml2/include -isystem external/rdkit -pipe -Wno-long-long -Wno-strict-aliasing -march=core2 -mtune=generic -O3 -ffast-math -fno-finite-math-only -funroll-loops -finline-functions -finline-limit=20000 -s -Wno-unused-variable -Wno-unused-parameter -Wno-error -DPOSIX_MISTAKE -fPIC -DBOOST_ERROR_CODE_HEADER_ONLY -DBOOST_SYSTEM_NO_DEPRECATED -DBOOST_MATH_NO_LONG_DOUBLE_MATH_FUNCTIONS -DBOOST_DISABLE_THREADS -DPTR_STD -DNDEBUG -DUSEMPI -DOMPI_SKIP_MPICXX -Iexternal/include external/cifparse/CifDataInfo.C
sh: mpiCC: command not found
mpiCC -o build/external/release/linux/4.18/64/x86/gcc/9.4/mpi/cifparse/CifExcept.os -c -std=c++0x -isystem external/boost_submod/ -isystem external/ -isystem external/include/ -isystem external/dbio/ -isystem external/libxml2/include -isystem external/rdkit -pipe -Wno-long-long -Wno-strict-aliasing -march=core2 -mtune=generic -O3 -ffast-math -fno-finite-math-only -funroll-loops -finline-functions -finline-limit=20000 -s -Wno-unused-variable -Wno-unused-parameter -Wno-error -DPOSIX_MISTAKE -fPIC -DBOOST_ERROR_CODE_HEADER_ONLY -DBOOST_SYSTEM_NO_DEPRECATED -DBOOST_MATH_NO_LONG_DOUBLE_MATH_FUNCTIONS -DBOOST_DISABLE_THREADS -DPTR_STD -DNDEBUG -DUSEMPI -DOMPI_SKIP_MPICXX -Iexternal/include external/cifparse/CifExcept.C
sh: mpiCC: command not found
mpiCC -o build/external/release/linux/4.18/64/x86/gcc/9.4/mpi/cifparse/CifFile.os -c -std=c++0x -isystem external/boost_submod/ -isystem external/ -isystem external/include/ -isystem external/dbio/ -isystem external/libxml2/include -isystem external/rdkit -pipe -Wno-long-long -Wno-strict-aliasing -march=core2 -mtune=generic -O3 -ffast-math -fno-finite-math-only -funroll-loops -finline-functions -finline-limit=20000 -s -Wno-unused-variable -Wno-unused-parameter -Wno-error -DPOSIX_MISTAKE -fPIC -DBOOST_ERROR_CODE_HEADER_ONLY -DBOOST_SYSTEM_NO_DEPRECATED -DBOOST_MATH_NO_LONG_DOUBLE_MATH_FUNCTIONS -DBOOST_DISABLE_THREADS -DPTR_STD -DNDEBUG -DUSEMPI -DOMPI_SKIP_MPICXX -Iexternal/include external/cifparse/CifFile.C
sh: mpiCC: command not found
mpiCC -o build/external/release/linux/4.18/64/x86/gcc/9.4/mpi/cifparse/CifFileReadDef.os -c -std=c++0x -isystem external/boost_submod/ -isystem external/ -isystem external/include/ -isystem external/dbio/ -isystem external/libxml2/include -isystem external/rdkit -pipe -Wno-long-long -Wno-strict-aliasing -march=core2 -mtune=generic -O3 -ffast-math -fno-finite-math-only -funroll-loops -finline-functions -finline-limit=20000 -s -Wno-unused-variable -Wno-unused-parameter -Wno-error -DPOSIX_MISTAKE -fPIC -DBOOST_ERROR_CODE_HEADER_ONLY -DBOOST_SYSTEM_NO_DEPRECATED -DBOOST_MATH_NO_LONG_DOUBLE_MATH_FUNCTIONS -DBOOST_DISABLE_THREADS -DPTR_STD -DNDEBUG -DUSEMPI -DOMPI_SKIP_MPICXX -Iexternal/include external/cifparse/CifFileReadDef.C
sh: mpiCC: command not found
mpiCC -o build/external/release/linux/4.18/64/x86/gcc/9.4/mpi/cifparse/CifParentChild.os -c -std=c++0x -isystem external/boost_submod/ -isystem external/ -isystem external/include/ -isystem external/dbio/ -isystem external/libxml2/include -isystem external/rdkit -pipe -Wno-long-long -Wno-strict-aliasing -march=core2 -mtune=generic -O3 -ffast-math -fno-finite-math-only -funroll-loops -finline-functions -finline-limit=20000 -s -Wno-unused-variable -Wno-unused-parameter -Wno-error -DPOSIX_MISTAKE -fPIC -DBOOST_ERROR_CODE_HEADER_ONLY -DBOOST_SYSTEM_NO_DEPRECATED -DBOOST_MATH_NO_LONG_DOUBLE_MATH_FUNCTIONS -DBOOST_DISABLE_THREADS -DPTR_STD -DNDEBUG -DUSEMPI -DOMPI_SKIP_MPICXX -Iexternal/include external/cifparse/CifParentChild.C
sh: mpiCC: command not found
mpiCC -o build/external/release/linux/4.18/64/x86/gcc/9.4/mpi/cifparse/CifParserBase.os -c -std=c++0x -isystem external/boost_submod/ -isystem external/ -isystem external/include/ -isystem external/dbio/ -isystem external/libxml2/include -isystem external/rdkit -pipe -Wno-long-long -Wno-strict-aliasing -march=core2 -mtune=generic -O3 -ffast-math -fno-finite-math-only -funroll-loops -finline-functions -finline-limit=20000 -s -Wno-unused-variable -Wno-unused-parameter -Wno-error -DPOSIX_MISTAKE -fPIC -DBOOST_ERROR_CODE_HEADER_ONLY -DBOOST_SYSTEM_NO_DEPRECATED -DBOOST_MATH_NO_LONG_DOUBLE_MATH_FUNCTIONS -DBOOST_DISABLE_THREADS -DPTR_STD -DNDEBUG -DUSEMPI -DOMPI_SKIP_MPICXX -Iexternal/include external/cifparse/CifParserBase.C
sh: mpiCC: command not found
mpiCC -o build/external/release/linux/4.18/64/x86/gcc/9.4/mpi/cifparse/CifScannerBase.os -c -std=c++0x -isystem external/boost_submod/ -isystem external/ -isystem external/include/ -isystem external/dbio/ -isystem external/libxml2/include -isystem external/rdkit -pipe -Wno-long-long -Wno-strict-aliasing -march=core2 -mtune=generic -O3 -ffast-math -fno-finite-math-only -funroll-loops -finline-functions -finline-limit=20000 -s -Wno-unused-variable -Wno-unused-parameter -Wno-error -DPOSIX_MISTAKE -fPIC -DBOOST_ERROR_CODE_HEADER_ONLY -DBOOST_SYSTEM_NO_DEPRECATED -DBOOST_MATH_NO_LONG_DOUBLE_MATH_FUNCTIONS -DBOOST_DISABLE_THREADS -DPTR_STD -DNDEBUG -DUSEMPI -DOMPI_SKIP_MPICXX -Iexternal/include external/cifparse/CifScannerBase.C
mpiCC -o build/external/release/linux/4.18/64/x86/gcc/9.4/mpi/cifparse/CifString.os -c -std=c++0x -isystem external/boost_submod/ -isystem external/ -isystem external/include/ -isystem external/dbio/ -isystem external/libxml2/include -isystem external/rdkit -pipe -Wno-long-long -Wno-strict-aliasing -march=core2 -mtune=generic -O3 -ffast-math -fno-finite-math-only -funroll-loops -finline-functions -finline-limit=20000 -s -Wno-unused-variable -Wno-unused-parameter -Wno-error -DPOSIX_MISTAKE -fPIC -DBOOST_ERROR_CODE_HEADER_ONLY -DBOOST_SYSTEM_NO_DEPRECATED -DBOOST_MATH_NO_LONG_DOUBLE_MATH_FUNCTIONS -DBOOST_DISABLE_THREADS -DPTR_STD -DNDEBUG -DUSEMPI -DOMPI_SKIP_MPICXX -Iexternal/include external/cifparse/CifString.C
sh: mpiCC: command not found
sh: mpiCC: command not found
mpiCC -o build/external/release/linux/4.18/64/x86/gcc/9.4/mpi/cifparse/DataInfo.os -c -std=c++0x -isystem external/boost_submod/ -isystem external/ -isystem external/include/ -isystem external/dbio/ -isystem external/libxml2/include -isystem external/rdkit -pipe -Wno-long-long -Wno-strict-aliasing -march=core2 -mtune=generic -O3 -ffast-math -fno-finite-math-only -funroll-loops -finline-functions -finline-limit=20000 -s -Wno-unused-variable -Wno-unused-parameter -Wno-error -DPOSIX_MISTAKE -fPIC -DBOOST_ERROR_CODE_HEADER_ONLY -DBOOST_SYSTEM_NO_DEPRECATED -DBOOST_MATH_NO_LONG_DOUBLE_MATH_FUNCTIONS -DBOOST_DISABLE_THREADS -DPTR_STD -DNDEBUG -DUSEMPI -DOMPI_SKIP_MPICXX -Iexternal/include external/cifparse/DataInfo.C
sh: mpiCC: command not found
mpiCC -o build/external/release/linux/4.18/64/x86/gcc/9.4/mpi/cifparse/DicFile.os -c -std=c++0x -isystem external/boost_submod/ -isystem external/ -isystem external/include/ -isystem external/dbio/ -isystem external/libxml2/include -isystem external/rdkit -pipe -Wno-long-long -Wno-strict-aliasing -march=core2 -mtune=generic -O3 -ffast-math -fno-finite-math-only -funroll-loops -finline-functions -finline-limit=20000 -s -Wno-unused-variable -Wno-unused-parameter -Wno-error -DPOSIX_MISTAKE -fPIC -DBOOST_ERROR_CODE_HEADER_ONLY -DBOOST_SYSTEM_NO_DEPRECATED -DBOOST_MATH_NO_LONG_DOUBLE_MATH_FUNCTIONS -DBOOST_DISABLE_THREADS -DPTR_STD -DNDEBUG -DUSEMPI -DOMPI_SKIP_MPICXX -Iexternal/include external/cifparse/DicFile.C
sh: mpiCC: command not found
mpiCC -o build/external/release/linux/4.18/64/x86/gcc/9.4/mpi/cifparse/DICParserBase.os -c -std=c++0x -isystem external/boost_submod/ -isystem external/ -isystem external/include/ -isystem external/dbio/ -isystem external/libxml2/include -isystem external/rdkit -pipe -Wno-long-long -Wno-strict-aliasing -march=core2 -mtune=generic -O3 -ffast-math -fno-finite-math-only -funroll-loops -finline-functions -finline-limit=20000 -s -Wno-unused-variable -Wno-unused-parameter -Wno-error -DPOSIX_MISTAKE -fPIC -DBOOST_ERROR_CODE_HEADER_ONLY -DBOOST_SYSTEM_NO_DEPRECATED -DBOOST_MATH_NO_LONG_DOUBLE_MATH_FUNCTIONS -DBOOST_DISABLE_THREADS -DPTR_STD -DNDEBUG -DUSEMPI -DOMPI_SKIP_MPICXX -Iexternal/include external/cifparse/DICParserBase.C
sh: mpiCC: command not found
mpiCC -o build/external/release/linux/4.18/64/x86/gcc/9.4/mpi/cifparse/DICScannerBase.os -c -std=c++0x -isystem external/boost_submod/ -isystem external/ -isystem external/include/ -isystem external/dbio/ -isystem external/libxml2/include -isystem external/rdkit -pipe -Wno-long-long -Wno-strict-aliasing -march=core2 -mtune=generic -O3 -ffast-math -fno-finite-math-only -funroll-loops -finline-functions -finline-limit=20000 -s -Wno-unused-variable -Wno-unused-parameter -Wno-error -DPOSIX_MISTAKE -fPIC -DBOOST_ERROR_CODE_HEADER_ONLY -DBOOST_SYSTEM_NO_DEPRECATED -DBOOST_MATH_NO_LONG_DOUBLE_MATH_FUNCTIONS -DBOOST_DISABLE_THREADS -DPTR_STD -DNDEBUG -DUSEMPI -DOMPI_SKIP_MPICXX -Iexternal/include external/cifparse/DICScannerBase.C
sh: mpiCC: command not found
mpiCC -o build/external/release/linux/4.18/64/x86/gcc/9.4/mpi/cifparse/Exceptions.os -c -std=c++0x -isystem external/boost_submod/ -isystem external/ -isystem external/include/ -isystem external/dbio/ -isystem external/libxml2/include -isystem external/rdkit -pipe -Wno-long-long -Wno-strict-aliasing -march=core2 -mtune=generic -O3 -ffast-math -fno-finite-math-only -funroll-loops -finline-functions -finline-limit=20000 -s -Wno-unused-variable -Wno-unused-parameter -Wno-error -DPOSIX_MISTAKE -fPIC -DBOOST_ERROR_CODE_HEADER_ONLY -DBOOST_SYSTEM_NO_DEPRECATED -DBOOST_MATH_NO_LONG_DOUBLE_MATH_FUNCTIONS -DBOOST_DISABLE_THREADS -DPTR_STD -DNDEBUG -DUSEMPI -DOMPI_SKIP_MPICXX -Iexternal/include external/cifparse/Exceptions.C
sh: mpiCC: command not found
mpiCC -o build/external/release/linux/4.18/64/x86/gcc/9.4/mpi/cifparse/GenCont.os -c -std=c++0x -isystem external/boost_submod/ -isystem external/ -isystem external/include/ -isystem external/dbio/ -isystem external/libxml2/include -isystem external/rdkit -pipe -Wno-long-long -Wno-strict-aliasing -march=core2 -mtune=generic -O3 -ffast-math -fno-finite-math-only -funroll-loops -finline-functions -finline-limit=20000 -s -Wno-unused-variable -Wno-unused-parameter -Wno-error -DPOSIX_MISTAKE -fPIC -DBOOST_ERROR_CODE_HEADER_ONLY -DBOOST_SYSTEM_NO_DEPRECATED -DBOOST_MATH_NO_LONG_DOUBLE_MATH_FUNCTIONS -DBOOST_DISABLE_THREADS -DPTR_STD -DNDEBUG -DUSEMPI -DOMPI_SKIP_MPICXX -Iexternal/include external/cifparse/GenCont.C
sh: mpiCC: command not found
mpiCC -o build/external/release/linux/4.18/64/x86/gcc/9.4/mpi/cifparse/GenString.os -c -std=c++0x -isystem external/boost_submod/ -isystem external/ -isystem external/include/ -isystem external/dbio/ -isystem external/libxml2/include -isystem external/rdkit -pipe -Wno-long-long -Wno-strict-aliasing -march=core2 -mtune=generic -O3 -ffast-math -fno-finite-math-only -funroll-loops -finline-functions -finline-limit=20000 -s -Wno-unused-variable -Wno-unused-parameter -Wno-error -DPOSIX_MISTAKE -fPIC -DBOOST_ERROR_CODE_HEADER_ONLY -DBOOST_SYSTEM_NO_DEPRECATED -DBOOST_MATH_NO_LONG_DOUBLE_MATH_FUNCTIONS -DBOOST_DISABLE_THREADS -DPTR_STD -DNDEBUG -DUSEMPI -DOMPI_SKIP_MPICXX -Iexternal/include external/cifparse/GenString.C
sh: mpiCC: command not found
mpiCC -o build/external/release/linux/4.18/64/x86/gcc/9.4/mpi/cifparse/ISTable.os -c -std=c++0x -isystem external/boost_submod/ -isystem external/ -isystem external/include/ -isystem external/dbio/ -isystem external/libxml2/include -isystem external/rdkit -pipe -Wno-long-long -Wno-strict-aliasing -march=core2 -mtune=generic -O3 -ffast-math -fno-finite-math-only -funroll-loops -finline-functions -finline-limit=20000 -s -Wno-unused-variable -Wno-unused-parameter -Wno-error -DPOSIX_MISTAKE -fPIC -DBOOST_ERROR_CODE_HEADER_ONLY -DBOOST_SYSTEM_NO_DEPRECATED -DBOOST_MATH_NO_LONG_DOUBLE_MATH_FUNCTIONS -DBOOST_DISABLE_THREADS -DPTR_STD -DNDEBUG -DUSEMPI -DOMPI_SKIP_MPICXX -Iexternal/include external/cifparse/ISTable.C
sh: mpiCC: command not found
mpiCC -o build/external/release/linux/4.18/64/x86/gcc/9.4/mpi/cifparse/ITTable.os -c -std=c++0x -isystem external/boost_submod/ -isystem external/ -isystem external/include/ -isystem external/dbio/ -isystem external/libxml2/include -isystem external/rdkit -pipe -Wno-long-long -Wno-strict-aliasing -march=core2 -mtune=generic -O3 -ffast-math -fno-finite-math-only -funroll-loops -finline-functions -finline-limit=20000 -s -Wno-unused-variable -Wno-unused-parameter -Wno-error -DPOSIX_MISTAKE -fPIC -DBOOST_ERROR_CODE_HEADER_ONLY -DBOOST_SYSTEM_NO_DEPRECATED -DBOOST_MATH_NO_LONG_DOUBLE_MATH_FUNCTIONS -DBOOST_DISABLE_THREADS -DPTR_STD -DNDEBUG -DUSEMPI -DOMPI_SKIP_MPICXX -Iexternal/include external/cifparse/ITTable.C
sh: mpiCC: command not found
mpiCC -o build/external/release/linux/4.18/64/x86/gcc/9.4/mpi/cifparse/mapped_ptr_vector.os -c -std=c++0x -isystem external/boost_submod/ -isystem external/ -isystem external/include/ -isystem external/dbio/ -isystem external/libxml2/include -isystem external/rdkit -pipe -Wno-long-long -Wno-strict-aliasing -march=core2 -mtune=generic -O3 -ffast-math -fno-finite-math-only -funroll-loops -finline-functions -finline-limit=20000 -s -Wno-unused-variable -Wno-unused-parameter -Wno-error -DPOSIX_MISTAKE -fPIC -DBOOST_ERROR_CODE_HEADER_ONLY -DBOOST_SYSTEM_NO_DEPRECATED -DBOOST_MATH_NO_LONG_DOUBLE_MATH_FUNCTIONS -DBOOST_DISABLE_THREADS -DPTR_STD -DNDEBUG -DUSEMPI -DOMPI_SKIP_MPICXX -Iexternal/include external/cifparse/mapped_ptr_vector.C
mpiCC -o build/external/release/linux/4.18/64/x86/gcc/9.4/mpi/cifparse/mapped_vector.os -c -std=c++0x -isystem external/boost_submod/ -isystem external/ -isystem external/include/ -isystem external/dbio/ -isystem external/libxml2/include -isystem external/rdkit -pipe -Wno-long-long -Wno-strict-aliasing -march=core2 -mtune=generic -O3 -ffast-math -fno-finite-math-only -funroll-loops -finline-functions -finline-limit=20000 -s -Wno-unused-variable -Wno-unused-parameter -Wno-error -DPOSIX_MISTAKE -fPIC -DBOOST_ERROR_CODE_HEADER_ONLY -DBOOST_SYSTEM_NO_DEPRECATED -DBOOST_MATH_NO_LONG_DOUBLE_MATH_FUNCTIONS -DBOOST_DISABLE_THREADS -DPTR_STD -DNDEBUG -DUSEMPI -DOMPI_SKIP_MPICXX -Iexternal/include external/cifparse/mapped_vector.C
sh: mpiCC: command not found
sh: mpiCC: command not found
mpiCC -o build/external/release/linux/4.18/64/x86/gcc/9.4/mpi/cifparse/ParentChild.os -c -std=c++0x -isystem external/boost_submod/ -isystem external/ -isystem external/include/ -isystem external/dbio/ -isystem external/libxml2/include -isystem external/rdkit -pipe -Wno-long-long -Wno-strict-aliasing -march=core2 -mtune=generic -O3 -ffast-math -fno-finite-math-only -funroll-loops -finline-functions -finline-limit=20000 -s -Wno-unused-variable -Wno-unused-parameter -Wno-error -DPOSIX_MISTAKE -fPIC -DBOOST_ERROR_CODE_HEADER_ONLY -DBOOST_SYSTEM_NO_DEPRECATED -DBOOST_MATH_NO_LONG_DOUBLE_MATH_FUNCTIONS -DBOOST_DISABLE_THREADS -DPTR_STD -DNDEBUG -DUSEMPI -DOMPI_SKIP_MPICXX -Iexternal/include external/cifparse/ParentChild.C
sh: mpiCC: command not found
mpiCC -o build/external/release/linux/4.18/64/x86/gcc/9.4/mpi/cifparse/RcsbFile.os -c -std=c++0x -isystem external/boost_submod/ -isystem external/ -isystem external/include/ -isystem external/dbio/ -isystem external/libxml2/include -isystem external/rdkit -pipe -Wno-long-long -Wno-strict-aliasing -march=core2 -mtune=generic -O3 -ffast-math -fno-finite-math-only -funroll-loops -finline-functions -finline-limit=20000 -s -Wno-unused-variable -Wno-unused-parameter -Wno-error -DPOSIX_MISTAKE -fPIC -DBOOST_ERROR_CODE_HEADER_ONLY -DBOOST_SYSTEM_NO_DEPRECATED -DBOOST_MATH_NO_LONG_DOUBLE_MATH_FUNCTIONS -DBOOST_DISABLE_THREADS -DPTR_STD -DNDEBUG -DUSEMPI -DOMPI_SKIP_MPICXX -Iexternal/include external/cifparse/RcsbFile.C
sh: mpiCC: command not found
mpiCC -o build/external/release/linux/4.18/64/x86/gcc/9.4/mpi/cifparse/RcsbPlatform.os -c -std=c++0x -isystem external/boost_submod/ -isystem external/ -isystem external/include/ -isystem external/dbio/ -isystem external/libxml2/include -isystem external/rdkit -pipe -Wno-long-long -Wno-strict-aliasing -march=core2 -mtune=generic -O3 -ffast-math -fno-finite-math-only -funroll-loops -finline-functions -finline-limit=20000 -s -Wno-unused-variable -Wno-unused-parameter -Wno-error -DPOSIX_MISTAKE -fPIC -DBOOST_ERROR_CODE_HEADER_ONLY -DBOOST_SYSTEM_NO_DEPRECATED -DBOOST_MATH_NO_LONG_DOUBLE_MATH_FUNCTIONS -DBOOST_DISABLE_THREADS -DPTR_STD -DNDEBUG -DUSEMPI -DOMPI_SKIP_MPICXX -Iexternal/include external/cifparse/RcsbPlatform.C
sh: mpiCC: command not found
mpiCC -o build/external/release/linux/4.18/64/x86/gcc/9.4/mpi/cifparse/Serializer.os -c -std=c++0x -isystem external/boost_submod/ -isystem external/ -isystem external/include/ -isystem external/dbio/ -isystem external/libxml2/include -isystem external/rdkit -pipe -Wno-long-long -Wno-strict-aliasing -march=core2 -mtune=generic -O3 -ffast-math -fno-finite-math-only -funroll-loops -finline-functions -finline-limit=20000 -s -Wno-unused-variable -Wno-unused-parameter -Wno-error -DPOSIX_MISTAKE -fPIC -DBOOST_ERROR_CODE_HEADER_ONLY -DBOOST_SYSTEM_NO_DEPRECATED -DBOOST_MATH_NO_LONG_DOUBLE_MATH_FUNCTIONS -DBOOST_DISABLE_THREADS -DPTR_STD -DNDEBUG -DUSEMPI -DOMPI_SKIP_MPICXX -Iexternal/include external/cifparse/Serializer.C
sh: mpiCC: command not found
mpiCC -o build/external/release/linux/4.18/64/x86/gcc/9.4/mpi/cifparse/TableFile.os -c -std=c++0x -isystem external/boost_submod/ -isystem external/ -isystem external/include/ -isystem external/dbio/ -isystem external/libxml2/include -isystem external/rdkit -pipe -Wno-long-long -Wno-strict-aliasing -march=core2 -mtune=generic -O3 -ffast-math -fno-finite-math-only -funroll-loops -finline-functions -finline-limit=20000 -s -Wno-unused-variable -Wno-unused-parameter -Wno-error -DPOSIX_MISTAKE -fPIC -DBOOST_ERROR_CODE_HEADER_ONLY -DBOOST_SYSTEM_NO_DEPRECATED -DBOOST_MATH_NO_LONG_DOUBLE_MATH_FUNCTIONS -DBOOST_DISABLE_THREADS -DPTR_STD -DNDEBUG -DUSEMPI -DOMPI_SKIP_MPICXX -Iexternal/include external/cifparse/TableFile.C
sh: mpiCC: command not found
mpiCC -o build/external/release/linux/4.18/64/x86/gcc/9.4/mpi/cifparse/TTable.os -c -std=c++0x -isystem external/boost_submod/ -isystem external/ -isystem external/include/ -isystem external/dbio/ -isystem external/libxml2/include -isystem external/rdkit -pipe -Wno-long-long -Wno-strict-aliasing -march=core2 -mtune=generic -O3 -ffast-math -fno-finite-math-only -funroll-loops -finline-functions -finline-limit=20000 -s -Wno-unused-variable -Wno-unused-parameter -Wno-error -DPOSIX_MISTAKE -fPIC -DBOOST_ERROR_CODE_HEADER_ONLY -DBOOST_SYSTEM_NO_DEPRECATED -DBOOST_MATH_NO_LONG_DOUBLE_MATH_FUNCTIONS -DBOOST_DISABLE_THREADS -DPTR_STD -DNDEBUG -DUSEMPI -DOMPI_SKIP_MPICXX -Iexternal/include external/cifparse/TTable.C
sh: mpiCC: command not found
mpicc -o build/external/release/linux/4.18/64/x86/gcc/9.4/mpi/cifparse/CifParser.os -c -std=c99 -isystem external/boost_submod/ -isystem external/ -isystem external/include/ -isystem external/dbio/ -isystem external/libxml2/include -isystem external/rdkit -pipe -Wno-long-long -Wno-strict-aliasing -march=core2 -mtune=generic -O3 -ffast-math -fno-finite-math-only -funroll-loops -finline-functions -finline-limit=20000 -s -Wno-unused-variable -Wno-unused-parameter -Wno-error -DPOSIX_MISTAKE -fPIC -DBOOST_ERROR_CODE_HEADER_ONLY -DBOOST_SYSTEM_NO_DEPRECATED -DBOOST_MATH_NO_LONG_DOUBLE_MATH_FUNCTIONS -DBOOST_DISABLE_THREADS -DPTR_STD -DNDEBUG -DUSEMPI -DOMPI_SKIP_MPICXX -Iexternal/include external/cifparse/CifParser.c
sh: mpicc: command not found
scons: *** [build/external/release/linux/4.18/64/x86/gcc/9.4/mpi/dummy_zlib.os] Error 127
mpicc -o build/external/release/linux/4.18/64/x86/gcc/9.4/mpi/cifparse/CifScanner.os -c -std=c99 -isystem external/boost_submod/ -isystem external/ -isystem external/include/ -isystem external/dbio/ -isystem external/libxml2/include -isystem external/rdkit -pipe -Wno-long-long -Wno-strict-aliasing -march=core2 -mtune=generic -O3 -ffast-math -fno-finite-math-only -funroll-loops -finline-functions -finline-limit=20000 -s -Wno-unused-variable -Wno-unused-parameter -Wno-error -DPOSIX_MISTAKE -fPIC -DBOOST_ERROR_CODE_HEADER_ONLY -DBOOST_SYSTEM_NO_DEPRECATED -DBOOST_MATH_NO_LONG_DOUBLE_MATH_FUNCTIONS -DBOOST_DISABLE_THREADS -DPTR_STD -DNDEBUG -DUSEMPI -DOMPI_SKIP_MPICXX -Iexternal/include external/cifparse/CifScanner.c
scons: *** [build/external/release/linux/4.18/64/x86/gcc/9.4/mpi/dbio/cppdb/atomic_counter.os] Error 127
scons: *** [build/external/release/linux/4.18/64/x86/gcc/9.4/mpi/dbio/cppdb/conn_manager.os] Error 127
scons: *** [build/external/release/linux/4.18/64/x86/gcc/9.4/mpi/dbio/cppdb/driver_manager.os] Error 127
scons: *** [build/external/release/linux/4.18/64/x86/gcc/9.4/mpi/dbio/cppdb/frontend.os] Error 127
scons: *** [build/external/release/linux/4.18/64/x86/gcc/9.4/mpi/dbio/cppdb/backend.os] Error 127
scons: *** [build/external/release/linux/4.18/64/x86/gcc/9.4/mpi/dbio/cppdb/mutex.os] Error 127
scons: *** [build/external/release/linux/4.18/64/x86/gcc/9.4/mpi/dbio/cppdb/pool.os] Error 127
scons: *** [build/external/release/linux/4.18/64/x86/gcc/9.4/mpi/dbio/cppdb/shared_object.os] Error 127
scons: *** [build/external/release/linux/4.18/64/x86/gcc/9.4/mpi/dbio/cppdb/sqlite3_backend.os] Error 127
scons: *** [build/external/release/linux/4.18/64/x86/gcc/9.4/mpi/dbio/cppdb/utils.os] Error 127
scons: *** [build/external/release/linux/4.18/64/x86/gcc/9.4/mpi/dbio/sqlite3/sqlite3.os] Error 127
scons: *** [build/external/release/linux/4.18/64/x86/gcc/9.4/mpi/cifparse/BlockIO.os] Error 127
scons: *** [build/external/release/linux/4.18/64/x86/gcc/9.4/mpi/cifparse/CifDataInfo.os] Error 127
scons: *** [build/external/release/linux/4.18/64/x86/gcc/9.4/mpi/cifparse/CifExcept.os] Error 127
scons: *** [build/external/release/linux/4.18/64/x86/gcc/9.4/mpi/cifparse/CifFile.os] Error 127
scons: *** [build/external/release/linux/4.18/64/x86/gcc/9.4/mpi/cifparse/CifFileReadDef.os] Error 127
scons: *** [build/external/release/linux/4.18/64/x86/gcc/9.4/mpi/cifparse/CifParentChild.os] Error 127
scons: *** [build/external/release/linux/4.18/64/x86/gcc/9.4/mpi/cifparse/CifParserBase.os] Error 127
scons: *** [build/external/release/linux/4.18/64/x86/gcc/9.4/mpi/cifparse/CifScannerBase.os] Error 127
scons: *** [build/external/release/linux/4.18/64/x86/gcc/9.4/mpi/cifparse/CifString.os] Error 127
scons: *** [build/external/release/linux/4.18/64/x86/gcc/9.4/mpi/cifparse/DataInfo.os] Error 127
scons: *** [build/external/release/linux/4.18/64/x86/gcc/9.4/mpi/cifparse/DicFile.os] Error 127
scons: *** [build/external/release/linux/4.18/64/x86/gcc/9.4/mpi/cifparse/DICParserBase.os] Error 127
scons: *** [build/external/release/linux/4.18/64/x86/gcc/9.4/mpi/cifparse/DICScannerBase.os] Error 127
scons: *** [build/external/release/linux/4.18/64/x86/gcc/9.4/mpi/cifparse/Exceptions.os] Error 127
scons: *** [build/external/release/linux/4.18/64/x86/gcc/9.4/mpi/cifparse/GenCont.os] Error 127
scons: *** [build/external/release/linux/4.18/64/x86/gcc/9.4/mpi/cifparse/GenString.os] Error 127
scons: *** [build/external/release/linux/4.18/64/x86/gcc/9.4/mpi/cifparse/ISTable.os] Error 127
scons: *** [build/external/release/linux/4.18/64/x86/gcc/9.4/mpi/cifparse/ITTable.os] Error 127
scons: *** [build/external/release/linux/4.18/64/x86/gcc/9.4/mpi/cifparse/mapped_ptr_vector.os] Error 127
scons: *** [build/external/release/linux/4.18/64/x86/gcc/9.4/mpi/cifparse/mapped_vector.os] Error 127
scons: *** [build/external/release/linux/4.18/64/x86/gcc/9.4/mpi/cifparse/ParentChild.os] Error 127
scons: *** [build/external/release/linux/4.18/64/x86/gcc/9.4/mpi/cifparse/RcsbFile.os] Error 127
scons: *** [build/external/release/linux/4.18/64/x86/gcc/9.4/mpi/cifparse/RcsbPlatform.os] Error 127
scons: *** [build/external/release/linux/4.18/64/x86/gcc/9.4/mpi/cifparse/Serializer.os] Error 127
scons: *** [build/external/release/linux/4.18/64/x86/gcc/9.4/mpi/cifparse/TableFile.os] Error 127
scons: *** [build/external/release/linux/4.18/64/x86/gcc/9.4/mpi/cifparse/TTable.os] Error 127
scons: *** [build/external/release/linux/4.18/64/x86/gcc/9.4/mpi/cifparse/CifParser.os] Error 127
sh: mpicc: command not found
scons: *** [build/external/release/linux/4.18/64/x86/gcc/9.4/mpi/cifparse/CifScanner.os] Error 127
scons: building terminated because of errors.
(base) [tlarnd2@edam source]$ whereis mpicc
mpicc: /usr/local/mpich-4.0.3/bin/mpicc /home/tlarnd2/bin/mpicc
(base) [tlarnd2@edam source]$
Beta Was this translation helpful? Give feedback.
All reactions