lanl / jali

A parallel unstructured mesh framework for multiphysics application
BSD 3-Clause "New" or "Revised" License
16 stars 12 forks source link

petsc BuildSystem reference doesn't seem to exist #17

Open jloveric opened 5 years ago

jloveric commented 5 years ago

I'm trying to run the config/configure.py command I get this

++ Could not locate BuildSystem in /***/jali/config. 
++ Downloading it from http://petsc.cs.iit.edu/petsc/BuildSystem.
++ Attempting: hg clone http://petsc.cs.iit.edu/petsc/BuildSystem 
++ Unable to clone BuildSystem.  Attempting download http://petsc.cs.iit.edu/petsc/BuildSystem/archive/tip.tar.gz

Could be the site is down or that the BuildSystem was moved.

I've found another one here, but haven't tried it https://github.com/erdc/petsc-BuildSystem

raovgarimella commented 5 years ago

Jali should not be configured using the configure.py script. That is an internal file. It should be built using CMake as shown in the README.md file

jloveric commented 5 years ago

Yes, so I need all the tpls. I'm trying to build on Ubuntu and then create a Dockerfile so the complete installation procedure can just be copied (installing all dependencies etc...).

raovgarimella commented 5 years ago

There are instructions on how to build the TPLs using the SuperBuild script.