[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Using library from another linux system
- To: petsc-users@xxxxxxxxxxx
- Subject: Using library from another linux system
- From: "Ben Tay" <zonexo@xxxxxxxxx>
- Date: Wed, 10 Jan 2007 10:55:26 +0800
- Domainkey-signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:mime-version:content-type; b=X274xg+kgy5yycOubWc8kWTgHLdzuto4ceZJgWVR4oYZdoVZoLEZ/bn5pV3ZIK4EcGVCBIQf+dEJHtOO1SNf8UHDsBSc1IRa8NLbhXS+knd5DJTIwm4+oNYf9aLAk8M+DrxxSvWkVJAhS8lLRrK26HEpAnk8qYr9oLhzOhvSBMI=
- Reply-to: petsc-users@xxxxxxxxxxx
- Sender: owner-petsc-users@xxxxxxxxxxx
Hi,
I've some problems compiling PETSC on one of my school's server. I've already compiled a working library on another linux system. Is it possible for me to just copy the library from one to another. They are both redhat linux system and I think they're running on xeon processors.
What are the things which I must looked out for? e.g. directory location etc...
Can the compiler be of different version? The server I compiled on uses ifort 9 or 7 while on the problem system ifort 8 is used.
Can the original library be shared or must it be static?
Thank you!