devitocodes / Azure-devito

Setup for MPI strong scaling and general runs on Azure
MIT License
0 stars 1 forks source link

mbind: Operation not permitted #4

Open georgebisbas opened 4 years ago

georgebisbas commented 4 years ago

Encountered while allocating memory on the runs on azure. TODO: Will elaborate more.... Warning level but possible issues may arise.

Affects performance: https://github.com/docker-library/mysql/issues/303 Useful : http://programmersought.com/article/35041685113/;jsessionid=3B61EB3296FABBF034466D0C1614749E

ggorman commented 4 years ago

Is this the full error/warning message?

FabioLuporini commented 4 years ago

is this still an issue? can we actually ignore it now?

georgebisbas commented 4 years ago

From @George Iordanescu's on SLack: https://devitocodes.slack.com/archives/CUYR290MT/p1588879563095300

keithyzk commented 2 years ago

same issue here. security_opt is not working on docker swarm.The mysql log is full of information like this.

georgebisbas commented 2 years ago

Hi Keith, it has been a long time since we last time tried this. Are you trying to run Devito on Azure? --George

keithyzk commented 2 years ago

Hi Keith, it has been a long time since we last time tried this. Are you trying to run Devito on Azure? --George

Hi , George. we are not running on Azure. We have similar problems on both physical and virtual machines. Thanks Reply.

georgebisbas commented 2 years ago

Uh, I have to see this long time. Can you give as some more context? Like what machines, compilers, mpi version etc?

keithyzk commented 2 years ago

呃,我必须看到这么长时间。你能提供更多的背景吗?比如什么机器,编译器,mpi版本等?

the docker version:

Client: Docker Engine - Community
 Version:           20.10.5
 API version:       1.41
 Go version:        go1.13.15
 Git commit:        55c4c88
 Built:             Tue Mar  2 20:14:11 2021
 OS/Arch:           linux/amd64
 Context:           default
 Experimental:      true

Server: Docker Engine - Community
 Engine:
  Version:          20.10.5
  API version:      1.41 (minimum version 1.12)
  Go version:       go1.13.15
  Git commit:       363e9a8
  Built:            Tue Mar  2 20:18:31 2021
  OS/Arch:          linux/amd64
  Experimental:     false

OS

CentOS Linux release 7.6.1810 (Core)

The dockerfile is mysql official image, mysql:8.0.17 dockerfile is similar to this(It's just that the mysql version is different, I use v8.0.17) mysql official dockerfile

georgebisbas commented 2 years ago

Can you reproduce with this issue with no devito code? i.e. just an mpi ping-pong?