/[ascend]/trunk/mmio/SConscript
ViewVC logotype

Annotation of /trunk/mmio/SConscript

Parent Directory Parent Directory | Revision Log Revision Log


Revision 993 - (hide annotations) (download)
Fri Dec 22 11:03:51 2006 UTC (16 years, 3 months ago) by johnpye
File size: 131 byte(s)
Added Matrix Market export routines (from math.nist.gov).
Added necessary build commands for above.
Work on Jacobi preconditioner for IDA (ongoing)
Set integrator_analye to make a call to slv_block_partition. Not sure if that's a good idea or not.
Tidied up comments in linsol.h
Moved unnecessary #defines from model_reorder.h into model_reorder.c.
Cleaned up codedocs in mtx*.h
Added WITH_MMIO config.h flag.

1 johnpye 993 Import('env')
2    
3     srcs = Split("""
4     mmio.c
5     """)
6    
7     mmio = []
8     for src in srcs:
9     mmio.append(env.SharedObject(src))
10    
11     Return('mmio')

john.pye@anu.edu.au
ViewVC Help
Powered by ViewVC 1.1.22