<html>#2837: Building the Einstein Toolkit
<table style='border-spacing: 1ex 0pt; '>
<tr><td style='text-align:right'> Reporter:</td><td>Suo-Ning Wang</td></tr>
<tr><td style='text-align:right'> Status:</td><td>open</td></tr>
<tr><td style='text-align:right'>Milestone:</td><td></td></tr>
<tr><td style='text-align:right'> Version:</td><td></td></tr>
<tr><td style='text-align:right'> Type:</td><td>bug</td></tr>
<tr><td style='text-align:right'> Priority:</td><td>major</td></tr>
<tr><td style='text-align:right'>Component:</td><td></td></tr>
</table>
<p>Comment (by Roland Haas):</p>
<p>Hello Suo-Ning Wang,</p>
<p>Bitbucket unfortunately hides the file attach button behind the “More” button.</p>
<p><img alt="" src="https://bitbucket.org/repo/8zBLME5/images/3758663982-2024-12-17T093310.jpg">
Looking at your log file (you can use triple backticks ` to create a “code” block and avoid pasted text be formatted) there is the line:</p>
<div class="codehilite"><pre><span></span><code><span>cmake -DADIOS2_USE_MPI=ON -DADIOS2_USE_HDF5=OFF -DCMAKE_INSTALL_PREFIX=/labshare/users_team/suoning/新建文件夹/Cactus/configs/sim/scratch/external/ADIOS2 -DCMAKE_INSTALL_LIBDIR=lib -DBUILD_TESTING=OFF -DADIOS2_BUILD_EXAMPLES=OFF -DADIOS2_USE_Campaign=OFF -DADIOS2_USE_Fortran=no -DADIOS2_USE_Python=OFF -DADIOS2_USE_ZeroMQ=OFF -DADIOS2_USE_PNG=OFF -DADIOS2_USE_BZip2=OFF -DADIOS2_USE_SST=yes -DADIOS2_USE_BP5=yes -DADIOS2_USE_CUDA= -DBUILD_SHARED_LIBS=OFF -DCMAKE_BUILD_TYPE=Release ..</span>
<span> /labshare/users_team/suoning/新建文件夹/Cactus/arrangements/ExternalLibraries/ADIOS2/src/build.sh: 行 72: cmake: 未找到命令</span>
</code></pre></div>
<p>and Google translate translates the last bit (in Chinese) as: </p>
<div class="codehilite"><pre><span></span><code><span class="n">cmake</span><span class="o">:</span> <span class="n">command</span> <span class="n">not</span> <span class="n">found</span>
</code></pre></div>
<p>so you are missing the <code>cmake</code> command. </p>
<p>The simplest way to provide it under Ubuntu is </p>
<div class="codehilite"><pre><span></span><code><span>sudo apt install cmake</span>
</code></pre></div>
<p></p>
<p>This is currently missing from the “Prerequisites” section of <a data-is-external-link="true" href="https://github.com/einsteintoolkit/jupyter-et/blob/master/tutorial-server/notebooks/CactusTutorial.ipynb" rel="nofollow">https://github.com/einsteintoolkit/jupyter-et/blob/master/tutorial-server/notebooks/CactusTutorial.ipynb</a> , sorry.</p>
<p>--<br/>
Ticket URL: <a href='https://bitbucket.org/einsteintoolkit/tickets/issues/2837/building-the-einstein-toolkit'>https://bitbucket.org/einsteintoolkit/tickets/issues/2837/building-the-einstein-toolkit</a></p>
</html>