Hello sir
I downloaded openmpi 1.7 and followed the installation instructions:
cd openmpi
./configure --prefix="/home/$USER/.openmpi"
make
make install
export PATH="$PATH:/home/$USER/.openmpi/bin"
export LD_LIBRARY_PATH="$LD_LIBRARY_PATH:/home/$USER/.openmpi/lib/"
echo export PATH="$PATH:/home/$U
Hi,
yesterday I compiled 32- and 64-bit versions of openmpi-1.7.4 for
my platforms (Solaris 10 sparc, Solaris 10 x86_64, and openSUSE
Linux 12.1 x86_64) with Sun C 5.12 and gcc-4.8.0. I could build
a 64-bit version for Linux with gcc without warnings. Everything
else showed warnings. I received ma
Hi,
Am 07.02.2014 um 17:42 schrieb Talla:
> I downloaded openmpi 1.7 and followed the installation instructions:
> cd openmpi
> ./configure --prefix="/home/$USER/.openmpi"
>
> make
> make install
> export PATH="$PATH:/home/$USER/.openmpi/bin"
> export LD_LIBRARY_PATH="$LD_LIBRARY_PATH:/home/$USE
Yes I have access to the command when I source it by hand? do you have any
ready (example) ./bashrc file? I installed openmpi in my home directory
(not root) if that help?
On Fri, Feb 7, 2014 at 8:05 PM, Reuti wrote:
> Hi,
>
> Am 07.02.2014 um 17:42 schrieb Talla:
>
> > I downloaded openmpi 1.7
Am 07.02.2014 um 18:10 schrieb Talla:
> Yes I have access to the command when I source it by hand? do you have any
> ready (example) ./bashrc file? I installed openmpi in my home directory (not
> root) if that help?
You can either source ~/.bashrc in any of your profiles for interactive logins
Hello,
Looks like your problem is related with environment parameters. .bashrc is
only for non-login shells as Reuti mentioned before. You should look for a
file name .bash_profile, .profile or .bash_login.
You may put your export lines in one of these files.
Please check this link out;
http://a
And please do us a favor, Talia, and don't cross post the same problem to
multiple mailing lists. I've been answering this on the devel posting, and all
we are doing is duplicating our answers (and wasting people's time).
Thanks
Ralph
On Feb 7, 2014, at 9:55 AM, Özgür Pekçağlıyan
wrote:
> He