Page 1 of 1

problem with version 31 rhel6, openmpi

Posted: 12 Oct 2016, 12:39
by ding
HI Bob,

I installed elegant version 31.0, at our cluster with rhel6 openmpi x86_64 system. I downloaded the rpm file and installation went well. Then when I run Pelegant, always have Segmentation fault. I attached the log file in case you need it. Elegant works but the parallel version Pelegant does not work.
I am getting used to just run the prebuilt rpm file and all other earlier versions were fine. I guess if I start from source and compile step by step at our cluster, it probably will be solved. But still wondering if you have any suggestions on using the rpm file?
what I did is following:
rpm2cpio elegant-31.0.0-1.rhel.6.openmpi.x86_64.rpm |cpio -idmv

thanks,
Yuantao

Re: problem with version 31 rhel6, openmpi

Posted: 13 Oct 2016, 10:20
by soliday
Most likely you are using a different version of openmpi. You can check your version by running:
mpiexec -V
mpiexec (OpenRTE) 1.10.2

You can build your own RPM for whatever version you like by using:
http://www.aps.anl.gov/asd/oag/downloads/Build-AOP-RPMs

Re: problem with version 31 rhel6, openmpi

Posted: 18 Oct 2016, 12:56
by ding
HI Bob,
yes, my openmpi version is mpiexec (OpenRTE) 1.8.1. I think that's the problem.

while I am trying to build rpms with Build-AOP-RPMs, I didn't succeed. I attached the error file in case you have a quick solution. Otherwise, I am wondering probably it is a faster way if you can build an elegant 31.0 rpm version for us based on openmpi 1.8 version. We used RHEL 6.4 version, x86_64. thanks.
-Yuantao

Re: problem with version 31 rhel6, openmpi

Posted: 19 Oct 2016, 09:49
by soliday

Re: problem with version 31 rhel6, openmpi

Posted: 19 Oct 2016, 17:54
by ding
thank you Bob. This version works well. I appreciate all your help.
-Yuantao