sudo apt-get install openmpi-bin libopenmpi-dev
<Auto Generated Inline Image 1.png>--
You received this message because you are subscribed to the Google Groups "migrate-support" group.
To unsubscribe from this group and stop receiving emails from it, send an email to migrate-suppo...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/migrate-support/aad98a87-6939-40de-90e8-6f99206821fe%40googlegroups.com.
<config.log><Auto Generated Inline Image 1.png>
Hi Markus,the wrnings about missing showgit.sh and the message about zlib are not the culprit,your MPI installation is probably incomplete,check out this answer:I assume that your path for the libraries is not set, other users did not install all the openmpi partsto compile and run migrate-n-mpi you will needthe openmpi developer and runtime librariescheck out this document: http://lsi.ugr.es/jmantas/pdp/ayuda/datos/instalaciones/Install_OpenMPI_en.pdfI am sure you will need at least something like this and a working C/C++ compiler:
sudo apt-get install openmpi-bin libopenmpi-dev
Peter
On Feb 5, 2020, at 7:28 AM, 'Markus Ruhsam' via migrate-support <migrate...@googlegroups.com> wrote:
Hello,I am trying to install the parallel version of migrate-n on an Ubuntu 18.04.3 LTS server. After installing openmpi-4.0.1 without any obvious error messages I installed migrate-n 4.4.4, using ./configure and 'make clean' without any error. However, 'make mpis' throws up a zlib error that showgit.sh isn't found (see screenshot below).Any ideas what the problem is/Thanks for your helpMarkus<Auto Generated Inline Image 1.png>--
You received this message because you are subscribed to the Google Groups "migrate-support" group.
To unsubscribe from this group and stop receiving emails from it, send an email to migrate...@googlegroups.com.
On Feb 7, 2020, at 10:32 AM, 'Markus Ruhsam' via migrate-support <migrate...@googlegroups.com> wrote:
Hi Peter,I've run the command sudo apt-get install openmpi-bin openmpi-common openssh-client openssh-server libopenmpi1.3
libopenmpi-dbg libopenmpi-dev as outlined in the OpenMPI document and also sudo apt-get install openmpi-bin libopenmpi-dev as you suggested. Then running the 'make mpis' command still resulted in the same error as before (about missing showgit) and running 'mpirun -np 4 migrate-n-mpi parmfile.twoswisstowns' in the example folder started off promising but then gave this SEVERE ERROR message (see screenshot below). Does this give you a hint at what's missing?ThanksMarkus
To unsubscribe from this group and stop receiving emails from it, send an email to migrate-suppo...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/migrate-support/3c025593-6b4a-4e28-9748-629cddb6d6ae%40googlegroups.com.
On Feb 10, 2020, at 3:12 AM, 'Markus Ruhsam' via migrate-support <migrate...@googlegroups.com> wrote:
I extracted the two files from the testfolder and ran your command "mpirun -np 9 —oversubscribe migrate-n-mpi parmfile.twoswisstowns -nomenu" which resulted in 'can't find the executable file'
<Auto Generated Inline Image 1.png>
Running the simplified command "mpirun -np 9 migrate-n-mpi parmfile.twoswisstowns" started off with the migrate-n input page and after typing Y it ran for a bit but then came up with the severe error message again:
<Auto Generated Inline Image 2.png>Markus
--
You received this message because you are subscribed to the Google Groups "migrate-support" group.
To unsubscribe from this group and stop receiving emails from it, send an email to migrate-suppo...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/migrate-support/6b4f5f5a-8566-44da-bf57-2c3023e0888b%40googlegroups.com.
<Auto Generated Inline Image 1.png><Auto Generated Inline Image 2.png>