MPICH 1.XX version needed for cluster computing - ubuntu-14.04

Where can i find ?
MPICH 1.xx
version software for Ubuntu on Internet.i can only find MPICH2 and MPICH3.

http://www.mpich.org/static/downloads/
I found this on the main MPICH downloads page, right where is says, "Older releases are available here." The archive goes back to version 0.9.1.

Related

Has official 32bit support for cmake on Linux been dropped?

I don't mean the version(s) provided by the various distributions but the binary from the official website.
I have an old VM running 32bit OpenSUSE 12.1 that is configured for a project I'm working on at work. I need to install WebKitGTK. The problem is that the cmake in the repositories is ancient 2.x, while WebKitGTK at least 3.6 (or similar). So I went to the official website and (my fault) without looking too much into it downloaded the 3.10 installation for Linux.
Upon executing the binary that was installed I got the error that the file could not be run. I checked the execution rights and it was fine. Then it struck me...I ran file cmake and got 64 instead of the required 32bit.
I went back to the website and all I could find were 32bit versions for Windows but none for Linux.
I can build it from source but just out of curiousity would like to know if support has been dropped. I was unable to find any information so far.
32-bit support for CMake hasn't been dropped. They just don't provide binaries for it on their website as of CMake 3.7.0

What happened to GNUHAWK?

I'm new to REDHAWK and I noticed that with REDHAWK 1.10 that GNUHAWK seems to be all but gone. Does anyone know any information about what happened to the it. It looks like it could be a really useful tool. And if it's only available on older versions I could you point me to a guide I haven't been able to find an installation guide for 1.9 either...
You can clone GNUHAWK from here and add it to your system: https://github.com/RedhawkSDR/integration-gnuhawk
The REDHAWK 1.9 distribution includes RPMs for GnuHawk. You can install them as you would any other RPM file. To find the RPM you need, go to http://sourceforge.net/projects/redhawksdr/files/redhawk/ and drill down for REDAWK 1.9.0 and your desired platform.
You may also want to check out the build instructions here: https://github.com/RedhawkSDR/integration-gnuhawk/tree/develop-1.9

Installing cairo for python 3.3 on redhat 6

I am trying to install pycairo 1.10 for Python 3.3 on redhat 6. There are no packages in the official repo, and when I try building it myself it says glibc is out of date. I have the latest glibc from the official the repo, and am somewhat hesitant to go on updating it through other means. Are there any other packages that can help, or is there some way to get this working with an older version (we have tried back to cairo 1.8).
redhat 6 is clearly out of date. Of course it can be done bringing rh6 up to date with downloading and compiling your own 3.x kernel with all what's needed to meet the requirments for pycairo 1.10....
BUT it would be easier and nicer to install a more modern Linux Distribution which goes nicely with an old computer. Linux Mint 16 (Petra) provides a distro with replaxed requirments and window managers in i386 mode.
I don't see any meaning in trying to get up to date code on such an old os version running. Every replacement hardware you can get hold on ebay will do better than that.
cheers,
Christian

z3 previous version library

I am using z3-osx-4.1-x64 running on the max os, currently I need it to run under the linux system. I tried to download the linux version http://research.microsoft.com/en-us/um/redmond/projects/z3/ , but it seems that there is no linux version.
Could you please tell me where I can download it?
Thank you very much.
You should get the source from their current site and follow the instructions in their README file.
You can simply append z3-4.1.tar.gz to http://research.microsoft.com/en-us/um/redmond/projects/z3/ to download Z3 4.1 binaries for Linux.
A more complete list of old versions could be found in Previous version of Z3 for linux.
For newest versions, it is recommended to download the master branch, compile and install on your Linux system.

How to upgrade Qt installed in linux from one version to higher

While porting Qt project from windows to linux(ubuntu) i faced with the following issue:
on windows Qt version 4.8.1 is installed
on linux 4.6.3 in which some functionalities availiable in higer version 4.8.1 don`t yet implemented (ex. QUdpSocket::joinMultiCastGroup).
I see only one solution to this problem: upgrade Qt version on linux to 4.8.1.
How can I do this?
On linux I got installed libqt4-dev, qmake.
Solved: I changed repository from squeeze (stable) to wheezy(testing), in wheezy latest Qt version is 4.8.1, which is perfectly suits my needs.
Using package manager I found package libqt4-dev and selected it for update.
That is all, the whole process took 5 minutes.
Disadvantages:
- As I run Debian on Virtual Box after changing repository I had to reinstall guest additions
- wheezy is less stable than squeeze (I haven`t faced yet with stablilty problem)
I guess you can use Upgrade option in the Qt Creator.
Or you can download latest version from Download Qt, the cross-platform application framework
Or you could try to update using something like apt-get install(upgrade) libqt4-dev if you using Debian based system.
This depends on the distro you are using. If there are binary packages for your distro you can update through your package manager. Otherwise you have to download the source of your prefered Qt version and build it yourself.
I'm not sure if this will help in your situation, but you can download the Qt Online Installer at the following link:
https://www.qt.io/download-qt-installer

Resources