hallo Thomas,
I’m still trying to install your OF2012 container. When I try to
build, I have the below warning messages. Are these warning messages
critical ?
After the build, ignoring the warnings, I try to run the Docker OF,
but it looks like the OF environment variables are not known. so
running ./Allrun (your laplacien case) crashes due to unknown commands
or repository.
docker images command give:
REPOSITORY TAG IMAGE ID
CREATED SIZE
tefe/openfoam.com latest 69280c890cd5 14
minutes ago 3GB
fedora 33 cdbb8f8ea474
2 weeks ago 172MB
quay.io/fenicsproject/stable current f99661bca197 2 years ago 1.96GB
Executing an OpenFOAM case from the current directory:
docker run -it --rm -v $PWD:/data tefe/openfoam.com:latest ./Allrun
gives an error
root@palabos-HP:/home/palabos/OpenFOAM/2022-OF_JetImpingement/Water-Cooker/laplacianFoam#
docker run -it --rm -v $PWD:/data tefe/openfoam.com:latest ./Allrun
docker: Error response from daemon: OCI runtime create failed:
container_linux.go:349: starting container process caused “exec:
“./Allrun”: stat ./Allrun: no such file or directory”: unknown.
Get a bash with all containg OpenFOAM commands:
docker run -it --rm -v $PWD:/data tefe/openfoam.com:latest bash
root@palabos-HP:/home/palabos/OpenFOAM/2022-OF_JetImpingement/Water-Cooker/laplacianFoam#
pwd
/home/palabos/OpenFOAM/2022-OF_JetImpingement/Water-Cooker/laplacianFoam
root@palabos-HP:/home/palabos/OpenFOAM/2022-OF_JetImpingement/Water-Cooker/laplacianFoam#
docker run -it --rm -v $PWD:/data tefe/openfoam.com:latest bash
[root@bcd40c45a46c /]# ls
bin boot data dev etc home lib lib64 lost+found media mnt
opt proc root run sbin srv sys tmp usr var
How to start the image and keep access to the full local repository ?
sorry for all the questions but I’m just starting and learning.
thanks
++ get_latest_release precice/precice
++ curl --silent https://api.github.com/repos/precice/precice/releases/latest
++ grep ‘“tag_name”:’
++ sed -E ‘s/."([^"]+)"./\1/’
- export preCICE_VERSION_ENTIRE=v2.2.1
- preCICE_VERSION_ENTIRE=v2.2.1
++ echo v2.2.1
++ sed ‘s|^[^0-9]*||’ - export preCICE_VERSION=2.2.1
- preCICE_VERSION=2.2.1
- export preCICE_BUILD_DIR=/opt/preCICE
- preCICE_BUILD_DIR=/opt/preCICE
- export preCICE_GIT_URL=https://github.com/precice/precice/archive/v2.2.1.tar.gz
- preCICE_GIT_URL=https://github.com/precice/precice/archive/v2.2.1.tar.gz
- export preCICE_ROOT=/opt/preCICE/precice-2.2.1
- preCICE_ROOT=/opt/preCICE/precice-2.2.1
- echo ‘export preCICE_VERSION_ENTIRE=v2.2.1’
- echo ‘export preCICE_VERSION=2.2.1’
- echo ‘export preCICE_BUILD_DIR=/opt/preCICE’
- echo ‘export preCICE_GIT_URL=https://github.com/precice/precice/archive/v2.2.1.tar.gz’
- echo ‘export preCICE_ROOT=/opt/preCICE/precice-2.2.1’
- mkdir -p /opt/preCICE
- cd /opt/preCICE
- wget -q https://github.com/precice/precice/archive/v2.2.1.tar.gz
- tar -xzvf v2.2.1.tar.gz
- rm -f v2.2.1.tar.gz
- mkdir -p /opt/preCICE/precice-2.2.1/build
- cd /opt/preCICE/precice-2.2.1/build
- cmake -DBUILD_SHARED_LIBS=ON -DCMAKE_BUILD_TYPE=Release
-DPRECICE_MPICommunication=ON
-DMPI_CXX_COMPILER=/usr/lib64/openmpi/bin/mpicxx
-DMPI_C_COMPILER=/usr/lib64/openmpi/bin/mpicc
-DMPI_Fortran_COMPILER=/usr/lib64/openmpi/bin/mpifort
-DPRECICE_PETScMapping=off …
Debian package generator disabled: Install prefix is not “/usr”
CMake Warning:
Manually-specified variables were not used by the project:
MPI_Fortran_COMPILER
++ nproc
- make -j8
In file included from /usr/include/boost/bind.hpp:30,
from
/opt/preCICE/precice-2.2.1/src/com/SocketCommunication.cpp:4:
/usr/include/boost/bind.hpp:36:1: note: ‘#pragma message: The practice
of declaring the Bind placeholders (_1, _2, …) in the global
namespace is deprecated. Please use <boost/bind/bind.hpp> + using
namespace boost::placeholders, or define
BOOST_BIND_GLOBAL_PLACEHOLDERS to retain the current behavior.’
36 | BOOST_PRAGMA_MESSAGE(
> ^~~~~~~~~~~~~~~~~~~~
/opt/preCICE/precice-2.2.1/src/cplscheme/config/CouplingSchemeConfiguration.cpp:
In member function ‘precice::cplscheme::constants::TimesteppingMethod
precice::cplscheme::CouplingSchemeConfiguration::getTimesteppingMethod(const
string&) const’:
/opt/preCICE/precice-2.2.1/src/cplscheme/config/CouplingSchemeConfiguration.cpp:981:1:
warning: control reaches end of non-void function [-Wreturn-type]
981 | }
> ^
/opt/preCICE/precice-2.2.1/src/mesh/config/DataConfiguration.cpp: In
member function ‘int
precice::mesh::DataConfiguration::getDataDimensions(const string&)
const’:
/opt/preCICE/precice-2.2.1/src/mesh/config/DataConfiguration.cpp:96:1:
warning: control reaches end of non-void function [-Wreturn-type]
96 | }
> ^
/opt/preCICE/precice-2.2.1/src/mapping/config/MappingConfiguration.cpp:
In member function ‘precice::mapping::MappingConfiguration::Timing
precice::mapping::MappingConfiguration::getTiming(const string&)
const’:
/opt/preCICE/precice-2.2.1/src/mapping/config/MappingConfiguration.cpp:432:1:
warning: control reaches end of non-void function [-Wreturn-type]
432 | }
> ^
… end of the prompt message
‘[’ 4 -le 4 ‘]’
- export CGAL_ARCHIVE_FILE_NAME=CGAL-4.12.2.tar.gz
- CGAL_ARCHIVE_FILE_NAME=CGAL-4.12.2.tar.gz
- export CGAL_DOWNLOAD_URL=https://github.com/CGAL/cgal/archive/releases/CGAL-4.12.2.tar.gz
- CGAL_DOWNLOAD_URL=https://github.com/CGAL/cgal/archive/releases/CGAL-4.12.2.tar.gz
- echo ‘export BOOST_VERSION_ENTIRE=1.66.0’
- echo ‘export CGAL_VERSION_ENTIRE=4.12.2’
- echo ‘export CGAL_VERSION_MAJOR=4’
- echo ‘export BOOST_ARCHIVE_FILE_NAME=boost_1_66_0.tar.gz’
- echo ‘export CGAL_ARCHIVE_FILE_NAME=CGAL-4.12.2.tar.gz’
- echo ‘export BOOST_DOWNLOAD_URL=https://dl.bintray.com/boostorg/release/1.66.0/source/boost_1_66_0.tar.gz’
- echo ‘export CGAL_DOWNLOAD_URL=https://github.com/CGAL/cgal/archive/releases/CGAL-4.12.2.tar.gz’
- cd /opt/OpenFOAM/ThirdParty-v2106
- wget -q https://dl.bintray.com/boostorg/release/1.66.0/source/boost_1_66_0.tar.gz
The command ‘/bin/bash -c /opt/scripts/install/openfoam >
/opt/log.openfoam’ returned a non-zero code: 8