[ET Trac] #2837: Building the Einstein Toolkit

Roland Haas trac-noreply at einsteintoolkit.org
Tue Dec 17 08:44:18 CST 2024


#2837: Building the Einstein Toolkit

 Reporter: Suo-Ning Wang
   Status: open
Milestone: 
  Version: 
     Type: bug
 Priority: major
Component: 

Comment (by Roland Haas):

Hello Suo-Ning Wang,

Bitbucket unfortunately hides the file attach button behind the “More” button.

![](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:

```
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 ..
    /labshare/users_team/suoning/新建文件夹/Cactus/arrangements/ExternalLibraries/ADIOS2/src/build.sh: 行 72: cmake: 未找到命令
```

and Google translate translates the last bit \(in Chinese\) as:  

```
cmake: command not found
```

so you are missing the `cmake` command. 

The simplest way to provide it under Ubuntu is 

```
sudo apt install cmake
```

‌

This is currently missing from the “Prerequisites” section of [https://github.com/einsteintoolkit/jupyter-et/blob/master/tutorial-server/notebooks/CactusTutorial.ipynb](https://github.com/einsteintoolkit/jupyter-et/blob/master/tutorial-server/notebooks/CactusTutorial.ipynb) , sorry.

--
Ticket URL: https://bitbucket.org/einsteintoolkit/tickets/issues/2837/building-the-einstein-toolkit
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.einsteintoolkit.org/pipermail/trac/attachments/20241217/b6f0dd2b/attachment.htm>


More information about the Trac mailing list