|
[Sponsors] |
[OpenFOAM.com] Install OpenFOAM 3.0.1 on cluster without root access; mpi error |
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
July 2, 2020, 19:16 |
Install OpenFOAM 3.0.1 on cluster without root access; mpi error
|
#1 | |||||||
Member
James
Join Date: Jan 2014
Posts: 38
Rep Power: 12 |
Greetings. My apologies to start this new thread. There are several such threads but none of them worked for me.
I am trying to install OF3.0.1 on CentOS 7.8.2003 University Cluster without root access. I followed the instructions#3 for CentOS 7.1 mentioned on the link below. https://openfoamwiki.net/index.php/I...CentOS_SL_RHEL As with simillar other instructions to install OpenFOAM without the root access, I skipped step 1,2,3, and 4. The step 5,6, and 7 worked as intended. In the step#8, I first needed to load openmpi from the cluster. I then cheked the available openmpi on the cluster. The results were as below Quote:
Quote:
Quote:
Quote:
Quote:
Quote:
When I chedked the log file, the first error says: Quote:
I have also attached the log output of the compilation. Could anyone please help me out here. Best regards, |
||||||||
July 4, 2020, 15:16 |
|
#2 |
Member
Fatih Ertinaz
Join Date: Feb 2011
Location: Istanbul
Posts: 64
Rep Power: 15 |
I think your choice of MPI and GCC is wrong.
OF-3.0.1 was released in December 2015. However, OpenMPI-4.x is quite new. The thing is when a new major MPI version is released, it usually doesn't maintain the backward compatibility. So, I checked ThirdParty-3.0.1 and looks like it is shipped with OpenMPI-1.10. It is better if you use that version. Same goes for GCC as well. I'd use GCC-4.8 These versions are quite old and might not be installed in your cluster. In that case, you can contact your cluster admins. But they might complain for the very same reason Then, of course, it's always possible to compile every tool you need from scratch but that introduces some other issues such as you might have to configure your mpi to able to benefit from IB, disk space (gcc build takes up a lot of space) etc. But it's good practice. Also, a few steps caught my attention which I believe might not be required:
Hope this helps |
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
[OpenFOAM] Native ParaView Reader Bugs | tj22 | ParaView | 270 | January 4, 2016 12:39 |
Ansys Fluent 13.0 UDF compilation problem in Window XP (32 bit) | Yogini | Fluent UDF and Scheme Programming | 7 | October 3, 2012 08:24 |
How to install CGNS under windows xp? | lzgwhy | Main CFD Forum | 1 | January 11, 2011 19:44 |
[swak4Foam] groovyBC: problems compiling: "flex: not found" and "undefined reference to ..." | sega | OpenFOAM Community Contributions | 12 | February 17, 2010 10:30 |
Version 15 on Mac OS X | gschaider | OpenFOAM Installation | 113 | December 2, 2009 11:23 |