[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Installing Petsc
- To: petsc-users@xxxxxxxxxxx
- Subject: Installing Petsc
- From: "antonio albiñana crespo" <a.albiniana.crespo@xxxxxxxxx>
- Date: Fri, 15 Feb 2008 21:23:36 +0100
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to:subject:mime-version:content-type; bh=13dg9Ai71yK3UzyVF+f8hzw2ZPvnlb6DRZRcDoXPh6o=; b=Zd+3ppCAssNQ1bnM0Tw6B8mYxtH17P0Dwd0PbBc8vZIgvt/f3PXL1gtSzjpFu6rdyd0jps7HvgpbdU0IOeAK6iIpx1SMbrCv4NzBmKMm281iCTiOHANLc+gjC4RUzv8XdJplwrLIevOwn8DwF4/D5Sqwx8XTMEN3YAYieogQ3LE=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:mime-version:content-type; b=bHgwJsd8KAq9F/qyLWbVcTXPAwbReNkhCW/cbODWKdEsiEiqrrciz+Uxw85httjbUVcS3E+ditO7Xlmt6NX9Ihnfnwj8Wumato0B6uBEhmM8kJljTOj6b6FDULxJZlkOdelpUaD5X6Z7XfBOISqrq04D2id5rB/xwxMPWrpP34M=
- Reply-to: petsc-users@xxxxxxxxxxx
- Sender: owner-petsc-users@xxxxxxxxxxx
Hi!
I'm new in this world, and I'm trying to install Petsc in order to develop my final studies project. I have received a few error messages and I have tried to study the configure.log file:
Popping language C
*********************************************************************************
UNABLE to CONFIGURE with GIVEN OPTIONS (see configure.log for details):
---------------------------------------------------------------------------------------
Downloaded mpi could not be used. Please check install in /new/proyecto/PETSc/petsc-2.3.3-p8/externalpackages/mpich2-1.0.5p4/linux-gnu-c-debug
*********************************************************************************
File "./config/configure.py", line 190, in petsc_configure
framework.configure(out = sys.stdout)
File "/home/ubuntu/Escritorio/PETSc/petsc-2.3.3-p8/python/BuildSystem/config/framework.py", line 878, in configure
child.configure()
File "/home/ubuntu/Escritorio/PETSc/petsc-2.3.3-p8/python/BuildSystem/config/package.py", line 380, in configure
self.executeTest(self.configureLibrary)
File "/home/ubuntu/Escritorio/PETSc/petsc-2.3.3-p8/python/BuildSystem/config/base.py", line 93, in executeTest
return apply(test, args,kargs)
File "/home/ubuntu/Escritorio/PETSc/petsc-2.3.3-p8/python/BuildSystem/config/packages/MPI.py", line 548, in configureLibrary
config.package.Package.configureLibrary(self)
File "/home/ubuntu/Escritorio/PETSc/petsc-2.3.3-p8/python/BuildSystem/config/package.py", line 331, in configureLibrary
for location, directory, lib, incl in self.generateGuesses():
File "/home/ubuntu/Escritorio/PETSc/petsc-2.3.3-p8/python/BuildSystem/config/package.py", line 160, in generateGuesses
raise RuntimeError('Downloaded '+self.package+' could not be used. Please check install in '+d+'\n')
I have seen many messages with:
Possible ERROR while running linker: gcc: opción '-PIC' no reconocida
gcc: opción '-PIC' no reconocida
What am I doing wrongly?
I thank you beforehand for your attention.