File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 4040 export PETSC_ARCH=linux-gnu-complex-32
4141 export PYTHONPATH=/usr/local/dolfinx-complex/lib/python3.10/dist-packages:$PYTHONPATH
4242 export LD_LIBRARY_PATH=/usr/local/dolfinx-complex/lib:$LD_LIBRARY_PATH
43- pip3 uninstall pyvista
43+ pip3 uninstall pyvista -y
4444 pip3 install pyvista --upgrade
4545 cd chapter1
4646 mpirun -n 2 python3 complex_mode.py
Original file line number Diff line number Diff line change 3737 run : |
3838 pip3 install --upgrade pip setuptools
3939 CC=mpicc HDF_MPI="ON" HDF5_DIR="/usr/local/" pip3 install --no-cache-dir -r docker/requirements.txt
40- pip3 uninstall pyvista
40+ pip3 uninstall pyvista -y
4141 pip3 install pyvista --upgrade
4242 apt-get -qq update
4343 apt-get install -y libgl1-mesa-dev xvfb nodejs
You can’t perform that action at this time.
0 commit comments