Hello,
I am a student intended to do project on LAM-MPI in my college LAB which consists of systems connected by LAN .Each individual will be given 200MB of space in the server.
I downloaded lam-7.1.2.tar.bz2 from the site.
Next, I logged into the machine(pc) through LINUX os.
Next,I unzipped the software using the command $bunzip2 c lam-7.1.2.tar.bz2 | tar xf
I was successful in unzipping.
And also, I was successful in configuring the lam-7.1.2 using the command
$ ./configure prefix=/home/pgyr05/rajesh/lam-7.1.2
Even, I was successful in performing the command $ make.
After $ make , I gave the command $ make install . this command is not successful.
2 errors came as follows
//some output is there followed by the following errors
make[2]: *** [ install- synconfData ] Error 1
make[2]: leaving directory /home/pgyr05/rajesh/lam-7.1.2/etc
make[1]: ***[ install- am] Error 2
make[1]: leaving directory /home/pgyr05/rajesh/lam-7.1.2/etc
make : [ install- recursive] Error 1
( But, I was successful in installing the make by using the command
$ make DESTDIR = /tmp/lam install
If I do like this, then lam-7.1.2 is installing in the directory(path) as
/tmp/lam//home/pgyr05/rajesh/lam-7.1.2
But my project guide is saying not do like that because,some times the system administrator may delete the directory /tmp then all of ur poject will be lost( that is true)
And another problem is that I have to work on a LAN which consists of around 30 systems. In all the systems , I have to go through my account only i.e in one system if I install the lam in the directory or path as /tmp/lam//home/pgyr05/rajesh/lam-7.1.2
Then in other systems, when I logged into my account I think I cant access lam 7.1.2 since the system in which I installed lam is in /tmp/lam/
But in other systems lam-7.1.2 is not there in /tmp/lam/
.. )
All the systems are connected to the server where my lam-7.1.2 will be stored.
Even in my home desktop(PC) also the same problem or errors occurs during the $ make install .
I think u all understood my problem.please kindly solve my problem( ie errors durin $ make install)
---------------------------------
Here's a new way to find what you're looking for - Yahoo! Answers
Send FREE SMS to your friend's mobile from Yahoo! Messenger Version 8. Get it NOW
|