Re: [OMPI users] MPI executable fails on ArchLinux on Termux

2021-02-25 Thread John Hearns via users
Let's back up a step. What is the hardware involved here. then go forward a step - what application do you want to run? Or is this perhaps self learning for MPI? On Thu, 25 Feb 2021 at 15:57, LINUS FERNANDES via users < users@lists.open-mpi.org> wrote: > Do you think executing mpirun as a

Re: [OMPI users] MPI executable fails on ArchLinux on Termux

2021-02-25 Thread LINUS FERNANDES via users
I'm not so much of a networking person either. But I'm able to get Apache working on a different port 8080. Is that useful? On Thu, 25 Feb 2021, 20:17 Jeff Squyres (jsquyres), wrote: > I don't know how many people on this list will be familiar with Termux or > Arch Linux. From a quick Google,

Re: [OMPI users] MPI executable fails on ArchLinux on Termux

2021-02-25 Thread Jeff Squyres (jsquyres) via users
I don't know how many people on this list will be familiar with Termux or Arch Linux. From a quick Google, it looks like Termux is an Android emulator (that runs on Android? That doesn't make sense to me, but I'm wholly unfamiliar with that ecosystem, so I don't have the background / grok the

Re: [OMPI users] MPI executable fails on ArchLinux on Termux

2021-02-25 Thread LINUS FERNANDES via users
Do you think executing mpirun as a normal user will work? On Thu, 25 Feb 2021, 21:02 LINUS FERNANDES, wrote: > I'm not so much of a networking person either. > But I'm able to get Apache working on a different port 8080. Is that > useful? > > On Thu, 25 Feb 2021, 20:17 Jeff Squyres (jsquyres),

Re: [OMPI users] MPI executable fails on ArchLinux on Termux

2021-02-25 Thread LINUS FERNANDES via users
Yes, it's self-learning. I have no applications to run. https://github.com/Fernal73/MPI On Thu, 25 Feb 2021, 22:33 John Hearns, wrote: > Let's back up a step. What is the hardware involved here. then go forward > a step - what application do you want to run? > Or is this perhaps self learning

Re: [OMPI users] MPI executable fails on ArchLinux on Termux

2021-02-25 Thread LINUS FERNANDES via users
I'd imagine the builders of Arch Linux on Termux would want to know why OpenMPI is not functioning as expected. On Thu, 25 Feb 2021, 20:17 Jeff Squyres (jsquyres), wrote: > I don't know how many people on this list will be familiar with Termux or > Arch Linux. From a quick Google, it looks

Re: [OMPI users] MPI executable fails on ArchLinux on Termux

2021-02-25 Thread Jeff Squyres (jsquyres) via users
You asked several questions: > But I'm able to get Apache working on a different port 8080. Is that useful? That's fine, but Apache has different requirements than Open MPI. > Do you think executing mpirun as a normal user will work? If it didn't work as root, it most likely won't work as a

Re: [OMPI users] MPI executable fails on ArchLinux on Termux

2021-02-25 Thread LINUS FERNANDES via users
As far as I can see, this is either a configuration issue, an issue with OpenMPI's implementation or an issue with Arch Linux on Termux. Only the first is resolvable by myself given the right inputs. On Thu, 25 Feb 2021, 23:49 Jeff Squyres (jsquyres), wrote: > You asked several questions: > > >

Re: [OMPI users] MPI executable fails on ArchLinux on Termux

2021-02-25 Thread Gilles Gouaillardet via users
yes, you need to (re)build Open MPI from source in order to try this trick. On 2/26/2021 3:55 PM, LINUS FERNANDES via users wrote: No change. What do you mean by running configure? Are you expecting me to build OpenMPI from source? On Fri, 26 Feb 2021, 11:16 Gilles Gouaillardet via users,

Re: [OMPI users] MPI executable fails on ArchLinux on Termux

2021-02-25 Thread Gilles Gouaillardet via users
Before running configure, try to export ac_cv_type_struct_ifreq=no and see how it goes On Fri, Feb 26, 2021 at 8:18 AM LINUS FERNANDES via users wrote: > > https://github.com/SDRausty/termux-archlinux/issues/78 > On Fri, 26 Feb 2021, 04:28 LINUS FERNANDES, wrote: >> >> ifconfig on Termux >> >>

Re: [OMPI users] MPI executable fails on ArchLinux on Termux

2021-02-25 Thread LINUS FERNANDES via users
@localhost:/data/data/com.termux/files/home/MPI/mpiheat[root@localhost mpiheat]# mpirun --allow-run-as-root [localhost:25395] opal_ifinit: ioctl(SIOCGIFHWADDR) failed with errno=13 [localhost:25395] pmix_ifinit: ioctl(SIOCGIFHWADDR) failed with errno=13 [localhost:25395] ptl_tcp: problems getting

Re: [OMPI users] MPI executable fails on ArchLinux on Termux

2021-02-25 Thread LINUS FERNANDES via users
ifconfig on Termux dummy0: flags=195 mtu 1500 inet6 fe80::488e:42ff:fe43:b843 prefixlen 64 scopeid 0x20 unspec 00-00-00-00-00-00-00-00-00-00-00-00-00-00-00-00 txqueuelen 0 (UNSPEC) RX packets 0 bytes 0 (0.0 B) RX errors 0 dropped 0 overruns 0 frame 0

Re: [OMPI users] MPI executable fails on ArchLinux on Termux

2021-02-25 Thread LINUS FERNANDES via users
No change. What do you mean by running configure? Are you expecting me to build OpenMPI from source? On Fri, 26 Feb 2021, 11:16 Gilles Gouaillardet via users, < users@lists.open-mpi.org> wrote: > Before running configure, try to > export ac_cv_type_struct_ifreq=no > and see how it goes > > On

Re: [OMPI users] MPI executable fails on ArchLinux on Termux

2021-02-25 Thread LINUS FERNANDES via users
https://github.com/SDRausty/termux-archlinux/issues/78 On Fri, 26 Feb 2021, 04:28 LINUS FERNANDES, wrote: > ifconfig on Termux > > dummy0: flags=195 mtu 1500 > inet6 fe80::488e:42ff:fe43:b843 prefixlen 64 scopeid 0x20 > unspec 00-00-00-00-00-00-00-00-00-00-00-00-00-00-00-00

Re: [OMPI users] MPI executable fails on ArchLinux on Termux

2021-02-25 Thread LINUS FERNANDES via users
https://github.com/termux/libandroid-shmem On Thu, 25 Feb 2021, 15:36 LINUS FERNANDES, wrote: > I have no idea, John. > As far as I know, Termux does things a bit differently from the usual > Linux suspects. > And their OpenMPI version works for nodes on the same device. > > On Thu, 25 Feb

Re: [OMPI users] MPI executable fails on ArchLinux on Termux

2021-02-25 Thread Gilles Gouaillardet via users
Is SELinux running on ArchLinux under Termux? On 2/25/2021 4:36 PM, LINUS FERNANDES via users wrote: Yes, I did not receive this in my inbox since I set to receive digest. ifconfig output: dummy0: flags=195 mtu 1500         inet6 fe80::38a0:1bff:fe81:d4f5 prefixlen 64 scopeid 0x20    

Re: [OMPI users] MPI executable fails on ArchLinux on Termux

2021-02-25 Thread John Hearns via users
Perhaps an idiot question from me.. In both environments run ldd Are there any libraries missing? On Thu, 25 Feb 2021 at 05:36, Gilles Gouaillardet via users < users@lists.open-mpi.org> wrote: > Can you run > > > ifconfig > > or > > ip addr > > > in both Termux and ArchLinux for Termux? > >

Re: [OMPI users] MPI executable fails on ArchLinux on Termux

2021-02-25 Thread LINUS FERNANDES via users
Yeah, the ldd output for Arch Linux is as follows: linux-vdso.so.1 (0x007fab461000) libopen-rte.so.40 => /usr/lib/openmpi/libopen-rte.so.40 (0x007fab374000) libopen-pal.so.40 => /usr/lib/openmpi/libopen-pal.so.40 (0x007fab296000) libc.so.6 =>

Re: [OMPI users] MPI executable fails on ArchLinux on Termux

2021-02-25 Thread LINUS FERNANDES via users
How do I know that? I'm not a Linux expert. I simply want to get OpenMPI running on Arch Linux so that I can test out their Java wrappers which I obviously can't on Termux since it doesn't support OpenJDK. On Thu, 25 Feb 2021, 13:37 Gilles Gouaillardet via users, < users@lists.open-mpi.org>

Re: [OMPI users] MPI executable fails on ArchLinux on Termux

2021-02-25 Thread Gilles Gouaillardet via users
https://www.letmegooglethat.com/?q=how+to+check+if+selinux+is+enabled=1 On Thu, Feb 25, 2021 at 6:15 PM LINUS FERNANDES via users wrote: > > How do I know that? I'm not a Linux expert. I simply want to get OpenMPI > running on Arch Linux so that I can test out their Java wrappers which I >

Re: [OMPI users] MPI executable fails on ArchLinux on Termux

2021-02-25 Thread LINUS FERNANDES via users
Nope. None of the commands exist. So no, I'd say. On Thu, 25 Feb 2021, 15:11 Gilles Gouaillardet via users, < users@lists.open-mpi.org> wrote: > https://www.letmegooglethat.com/?q=how+to+check+if+selinux+is+enabled=1 > > On Thu, Feb 25, 2021 at 6:15 PM LINUS FERNANDES via users > wrote: > > > >

Re: [OMPI users] MPI executable fails on ArchLinux on Termux

2021-02-25 Thread John Hearns via users
libandroid-shmem ??? I am not familiar with Termux - it runs on Android. Surely it should simply make an ssh connection into the remote system. Why then libandroid-shmem? On Thu, 25 Feb 2021 at 09:04, LINUS FERNANDES wrote: > Yeah, the ldd output for Arch Linux is as follows: > > >

Re: [OMPI users] MPI executable fails on ArchLinux on Termux

2021-02-25 Thread LINUS FERNANDES via users
I have no idea, John. As far as I know, Termux does things a bit differently from the usual Linux suspects. And their OpenMPI version works for nodes on the same device. On Thu, 25 Feb 2021, 15:27 John Hearns, wrote: > libandroid-shmem ??? > I am not familiar with Termux - it runs on

Re: [OMPI users] MPI executable fails on ArchLinux on Termux

2021-02-25 Thread LINUS FERNANDES via users
So the OpenMPI version on Arch Linux can't be made operational? On Thu, 25 Feb 2021, 15:43 LINUS FERNANDES, wrote: > Nope. None of the commands exist. So no, I'd say. > > On Thu, 25 Feb 2021, 15:11 Gilles Gouaillardet via users, < > users@lists.open-mpi.org> wrote: > >>