[petsc-dev] git revert and configure crash

Satish Karra satkarra at gmail.com
Thu Mar 13 11:02:21 CDT 2014


Hi,


I am getting errors when I try to revert PETSC using git. See below.


Ricardos-MacBook-Pro:petsc gonzaric$ git revert
06283fd4323cef45a7147b2226c8e0c084e2a1d2

error: could not revert 06283fd... go back to the use of MPICH that I
changed wrongly in 7904a33

hint: after resolving the conflicts, mark the corrected paths

hint: with 'git add <paths>' or 'git rm <paths>'

hint: and commit the result with 'git commit'

Also, when I try to configure, the configuration is crashing - see below:

Ricardos-MacBook-Pro:petsc gonzaric$ ./config/configure.py
--download-hdf5=1 --downlod-parmetis=1 --with-debugging=0
--download-openmpi=1

===============================================================================Ricardos-MacBook-Pro:petsc
gonzaric$ ./config/configure.py --download-hdf5=1 --downlod-parmetis=1
--with-debugging=0 --download-openmpi=1

===============================================================================

             Configuring PETSc to compile on your
system

===============================================================================

*******************************************************************************

        CONFIGURATION CRASH  (Please send configure.log to
petsc-maint at mcs.anl.gov)

*******************************************************************************



invalid syntax (MPI.py, line 14)

  File "./config/configure.py", line 269, in petsc_configure

    framework =
config.framework.Framework(['--configModules=PETSc.Configure','--optionsModule=PETSc.compilerOptions']+sys.argv[1:],
loadArgDB = 0)

  File
"/Users/gonzaric/Downloads/petsc/config/BuildSystem/config/framework.py",
line 110, in __init__

    self.createChildren()

  File
"/Users/gonzaric/Downloads/petsc/config/BuildSystem/config/framework.py",
line 319, in createChildren

    self.getChild(moduleName)

  File
"/Users/gonzaric/Downloads/petsc/config/BuildSystem/config/framework.py",
line 304, in getChild

    config.setupDependencies(self)

  File "/Users/gonzaric/Downloads/petsc/config/PETSc/Configure.py", line
58, in setupDependencies

    self.make          = framework.require('config.packages.make',
self)

  File
"/Users/gonzaric/Downloads/petsc/config/BuildSystem/config/framework.py",
line 324, in require

    config = self.getChild(moduleName, keywordArgs)

  File
"/Users/gonzaric/Downloads/petsc/config/BuildSystem/config/framework.py",
line 304, in getChild

    config.setupDependencies(self)

  File
"/Users/gonzaric/Downloads/petsc/config/BuildSystem/config/package.py",
line 81, in setupDependencies

    self.mpi           = framework.require('config.packages.MPI',self)

  File
"/Users/gonzaric/Downloads/petsc/config/BuildSystem/config/framework.py",
line 324, in require

    config = self.getChild(moduleName, keywordArgs)

  File
"/Users/gonzaric/Downloads/petsc/config/BuildSystem/config/framework.py",
line 277, in getChild

    type   = __import__(moduleName, globals(), locals(),
['Configure']).Configure             Configuring PETSc to compile on your
system

===============================================================================

*******************************************************************************

        CONFIGURATION CRASH  (Please send configure.log to
petsc-maint at mcs.anl.gov)

*******************************************************************************



invalid syntax (MPI.py, line 14)

  File "./config/configure.py", line 269, in petsc_configure

    framework =
config.framework.Framework(['--configModules=PETSc.Configure','--optionsModule=PETSc.compilerOptions']+sys.argv[1:],
loadArgDB = 0)

  File
"/Users/gonzaric/Downloads/petsc/config/BuildSystem/config/framework.py",
line 110, in __init__

    self.createChildren()

  File
"/Users/gonzaric/Downloads/petsc/config/BuildSystem/config/framework.py",
line 319, in createChildren

    self.getChild(moduleName)

  File
"/Users/gonzaric/Downloads/petsc/config/BuildSystem/config/framework.py",
line 304, in getChild

    config.setupDependencies(self)

  File "/Users/gonzaric/Downloads/petsc/config/PETSc/Configure.py", line
58, in setupDependencies

    self.make          = framework.require('config.packages.make',
self)

  File
"/Users/gonzaric/Downloads/petsc/config/BuildSystem/config/framework.py",
line 324, in require

    config = self.getChild(moduleName, keywordArgs)

  File
"/Users/gonzaric/Downloads/petsc/config/BuildSystem/config/framework.py",
line 304, in getChild

    config.setupDependencies(self)

  File
"/Users/gonzaric/Downloads/petsc/config/BuildSystem/config/package.py",
line 81, in setupDependencies

    self.mpi           = framework.require('config.packages.MPI',self)

  File
"/Users/gonzaric/Downloads/petsc/config/BuildSystem/config/framework.py",
line 324, in require

    config = self.getChild(moduleName, keywordArgs)

  File
"/Users/gonzaric/Downloads/petsc/config/BuildSystem/config/framework.py",
line 277, in getChild

    type   = __import__(moduleName, globals(), locals(),
['Configure']).Configure

--Satish

======================================
Dr. Satish Karra
Staff Scientist
EES-16: Computational Earth Science Group
Los Alamos National Laboratory
Los Alamos, NM 87545
E-mail: satkarra at lanl.gov
Phone: 505-606-1894
======================================
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.mcs.anl.gov/pipermail/petsc-dev/attachments/20140313/38d28f0e/attachment.html>


More information about the petsc-dev mailing list