|
[Sponsors] |
OpenFOAM 2.2.0 installation on ICC (Intel C++ Compiler) |
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
April 17, 2013, 07:19 |
OpenFOAM 2.2.0 installation on ICC (Intel C++ Compiler)
|
#1 |
New Member
Vishal
Join Date: Feb 2013
Posts: 28
Rep Power: 13 |
Hi
I have installed OF220 with ICC Compiler. I have compiled openFoam, Thirdparty and openmpi successfully. It works perfectly for all tutorials. The problem is that, I can not run the job in parrallel. When i submit the job in parallel, it creates a JOB ID but exits immediately. Can anyone tell me the solution? Plzzzzz suggest somethin as i am very much in need. Thanking you, |
|
April 17, 2013, 18:13 |
|
#2 |
Retired Super Moderator
Bruno Santos
Join Date: Mar 2009
Location: Lisbon, Portugal
Posts: 10,982
Blog Entries: 45
Rep Power: 128 |
Greetings Vishal,
Sorry, but you're not providing enough information for us to help you. Therefore, a few questions:
Bruno
__________________
|
|
April 25, 2013, 03:31 |
|
#3 |
New Member
Vishal
Join Date: Feb 2013
Posts: 28
Rep Power: 13 |
I am not able to run the binaries in parallel even with directly login.
I checked the binaries using strings command but unable to find any MPI calls in that. InFact none of the binaries are linked to MPI libraries. I didn't tried with GCC because system GCC is very old (4.2, 4.4). And requirement is version 4.6. OpenMPI and JOb system are compatible and ICC compiler is also present on all nodes. Regards, Vishal |
|
April 26, 2013, 21:00 |
|
#4 |
Retired Super Moderator
Bruno Santos
Join Date: Mar 2009
Location: Lisbon, Portugal
Posts: 10,982
Blog Entries: 45
Rep Power: 128 |
Hi Vishal,
OK, try the following command on the machine that works and the machine that doesn't: Code:
ldd $(which simpleFoam) Code:
$ ldd $(which simpleFoam) linux-vdso.so.1 => (0x00007fffc29ff000) libincompressibleTurbulenceModel.so => /home/user/OpenFOAM/OpenFOAM-2.1.x/platforms/linux64GccDPOpt/lib/libincompressibleTurbulenceModel.so (0x00007f5bb4c9e000) libincompressibleRASModels.so => /home/user/OpenFOAM/OpenFOAM-2.1.x/platforms/linux64GccDPOpt/lib/libincompressibleRASModels.so (0x00007f5bb47aa000) libincompressibleTransportModels.so => /home/user/OpenFOAM/OpenFOAM-2.1.x/platforms/linux64GccDPOpt/lib/libincompressibleTransportModels.so (0x00007f5bb453c000) libfiniteVolume.so => /home/user/OpenFOAM/OpenFOAM-2.1.x/platforms/linux64GccDPOpt/lib/libfiniteVolume.so (0x00007f5bb333e000) libmeshTools.so => /home/user/OpenFOAM/OpenFOAM-2.1.x/platforms/linux64GccDPOpt/lib/libmeshTools.so (0x00007f5bb2ea3000) libOpenFOAM.so => /home/user/OpenFOAM/OpenFOAM-2.1.x/platforms/linux64GccDPOpt/lib/libOpenFOAM.so (0x00007f5bb2747000) libdl.so.2 => /lib/x86_64-linux-gnu/libdl.so.2 (0x00007f5bb251c000) libstdc++.so.6 => /usr/lib/x86_64-linux-gnu/libstdc++.so.6 (0x00007f5bb221b000) libm.so.6 => /lib/x86_64-linux-gnu/libm.so.6 (0x00007f5bb1f1f000) libgcc_s.so.1 => /lib/x86_64-linux-gnu/libgcc_s.so.1 (0x00007f5bb1d09000) libc.so.6 => /lib/x86_64-linux-gnu/libc.so.6 (0x00007f5bb1949000) libPstream.so => /home/user/OpenFOAM/OpenFOAM-2.1.x/platforms/linux64GccDPOpt/lib/openmpi-1.5.3/libPstream.so (0x00007f5bb173f000) libtriSurface.so => /home/user/OpenFOAM/OpenFOAM-2.1.x/platforms/linux64GccDPOpt/lib/libtriSurface.so (0x00007f5bb14cc000) libz.so.1 => /lib/x86_64-linux-gnu/libz.so.1 (0x00007f5bb12b5000) /lib64/ld-linux-x86-64.so.2 (0x00007f5bb4ef2000) libmpi.so.1 => /home/user/OpenFOAM/ThirdParty-2.1.x/platforms/linux64Gcc/openmpi-1.5.3/lib/libmpi.so.1 (0x00007f5bb0f4a000) libfileFormats.so => /home/user/OpenFOAM/OpenFOAM-2.1.x/platforms/linux64GccDPOpt/lib/libfileFormats.so (0x00007f5bb0d40000) libutil.so.1 => /lib/x86_64-linux-gnu/libutil.so.1 (0x00007f5bb0b3c000) libpthread.so.0 => /lib/x86_64-linux-gnu/libpthread.so.0 (0x00007f5bb091f000) If they are, check what the following commands give you on each machine: Code:
echo $PATH echo $LD_LIBRARY_PATH
Best regards, Bruno
__________________
|
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
OpenFoam 2.0.0 installation + ICC + Rocks Cluster | chinper | OpenFOAM Installation | 5 | July 13, 2011 17:00 |
CFX11 + Fortran compiler ? | Mohan | CFX | 20 | March 30, 2011 19:56 |
Installation of OpenFOAM 1.7.1 to OprnSUSE 11.2 | superfxfund | OpenFOAM Installation | 3 | November 11, 2010 03:15 |
OF1.7.0 installation problem with Intel compiler | i1ya | OpenFOAM Installation | 3 | August 14, 2010 04:14 |
OF 1.6 | Ubuntu 9.10 (64bit) | GLIBCXX_3.4.11 not found | piprus | OpenFOAM Installation | 22 | February 25, 2010 14:43 |