Changeset 4653
- Timestamp:
- 07/19/10 11:54:03 (15 years ago)
- Location:
- issm/trunk/externalpackages/scotch
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk/externalpackages/scotch/install.sh
r4631 r4653 1 1 #!/bin/bash 2 3 #get number of CPUS 4 NUMCPUS=$1; 2 5 3 6 # Some cleanup … … 18 21 # Apply patches (all at once, since many) 19 22 # (written by diff -rc src ~/Libs/scotch_5.1 > scotch.patch) 20 patch -p0 < scotch.patch 23 patch -R -p0 < scotch.patch 24 #patch -p0 < scotch.patch 25 26 21 27 22 28 # Build scotch … … 26 32 cd src/src 27 33 # For stand-alone scotch modules: 28 make scotch34 make -j $NUMCPUS scotch 29 35 #make clean 30 36 # For mex scotch modules: … … 40 46 cp -pr src/man install 41 47 mkdir install/include 42 cp -p src/src/libscotch/module.h install/include 43 cp -p src/src/libscotch/common.h install/include 44 cp -p src/include/scotch.h install/include 45 cp -p src/src/scotch/gmap.h install/include 48 cp -p src/src/libscotch/module.h install/include/scotch_module.h 49 cp -p src/src/libscotch/common.h install/include/scotch_common.h 50 cp -p src/include/scotch.h install/include/ 51 cp -p src/src/scotch/gmap.h install/include/scotch_gmap.h 46 52 mkdir install/lib 47 53 mv src/lib/* install/lib … … 50 56 #cp -p gmap.m install/bin 51 57 #cp -p gpart.m install/bin 52 -
issm/trunk/externalpackages/scotch/scotch.patch
r4650 r4653 3 3 Only in src: lib 4 4 diff -rc src/src/libscotch/arch.c old/src/libscotch/arch.c 5 *** src/src/libscotch/arch.c 2010-07-19 1 0:53:22.888731718-07005 *** src/src/libscotch/arch.c 2010-07-19 11:51:37.187617636 -0700 6 6 --- old/src/libscotch/arch.c 2008-09-27 07:48:01.000000000 -0700 7 7 *************** … … 69 69 --- 190,196 ---- 70 70 diff -rc src/src/libscotch/arch_cmplt.c old/src/libscotch/arch_cmplt.c 71 *** src/src/libscotch/arch_cmplt.c 2010-07-19 1 0:53:22.891731738-070071 *** src/src/libscotch/arch_cmplt.c 2010-07-19 11:51:37.190617657 -0700 72 72 --- old/src/libscotch/arch_cmplt.c 2008-05-22 06:44:41.000000000 -0700 73 73 *************** … … 121 121 --- 102,109 ---- 122 122 diff -rc src/src/libscotch/arch_cmplt.h old/src/libscotch/arch_cmplt.h 123 *** src/src/libscotch/arch_cmplt.h 2010-07-19 1 0:53:22.893731751-0700123 *** src/src/libscotch/arch_cmplt.h 2010-07-19 11:51:37.193617678 -0700 124 124 --- old/src/libscotch/arch_cmplt.h 2008-05-22 06:44:41.000000000 -0700 125 125 *************** … … 138 138 --- 87,93 ---- 139 139 diff -rc src/src/libscotch/arch_cmpltw.c old/src/libscotch/arch_cmpltw.c 140 *** src/src/libscotch/arch_cmpltw.c 2010-07-19 1 0:53:22.896731770-0700140 *** src/src/libscotch/arch_cmpltw.c 2010-07-19 11:51:37.195617692 -0700 141 141 --- old/src/libscotch/arch_cmpltw.c 2008-08-27 14:22:22.000000000 -0700 142 142 *************** … … 210 210 --- 230,237 ---- 211 211 diff -rc src/src/libscotch/arch_cmpltw.h old/src/libscotch/arch_cmpltw.h 212 *** src/src/libscotch/arch_cmpltw.h 2010-07-19 1 0:53:22.899731789-0700212 *** src/src/libscotch/arch_cmpltw.h 2010-07-19 11:51:37.198617713 -0700 213 213 --- old/src/libscotch/arch_cmpltw.h 2008-05-22 06:44:41.000000000 -0700 214 214 *************** … … 227 227 --- 86,92 ---- 228 228 diff -rc src/src/libscotch/arch_deco.c old/src/libscotch/arch_deco.c 229 *** src/src/libscotch/arch_deco.c 2010-07-19 1 0:53:22.902731808-0700229 *** src/src/libscotch/arch_deco.c 2010-07-19 11:51:37.201617734 -0700 230 230 --- old/src/libscotch/arch_deco.c 2008-09-28 06:35:27.000000000 -0700 231 231 *************** … … 268 268 --- 220,225 ---- 269 269 diff -rc src/src/libscotch/arch_deco.h old/src/libscotch/arch_deco.h 270 *** src/src/libscotch/arch_deco.h 2010-07-19 1 0:53:22.904731821-0700270 *** src/src/libscotch/arch_deco.h 2010-07-19 11:51:37.204617756 -0700 271 271 --- old/src/libscotch/arch_deco.h 2008-09-27 07:49:46.000000000 -0700 272 272 *************** … … 285 285 --- 113,119 ---- 286 286 diff -rc src/src/libscotch/arch.h old/src/libscotch/arch.h 287 *** src/src/libscotch/arch.h 2010-07-19 1 0:53:22.907731841-0700287 *** src/src/libscotch/arch.h 2010-07-19 11:51:37.206617770 -0700 288 288 --- old/src/libscotch/arch.h 2009-04-28 08:11:27.000000000 -0700 289 289 *************** … … 302 302 --- 175,181 ---- 303 303 diff -rc src/src/libscotch/arch_hcub.c old/src/libscotch/arch_hcub.c 304 *** src/src/libscotch/arch_hcub.c 2010-07-19 1 0:53:22.910731860-0700304 *** src/src/libscotch/arch_hcub.c 2010-07-19 11:51:37.209617791 -0700 305 305 --- old/src/libscotch/arch_hcub.c 2008-05-22 06:44:41.000000000 -0700 306 306 *************** … … 350 350 --- 98,105 ---- 351 351 diff -rc src/src/libscotch/arch_hcub.h old/src/libscotch/arch_hcub.h 352 *** src/src/libscotch/arch_hcub.h 2010-07-19 1 0:53:22.912731873-0700352 *** src/src/libscotch/arch_hcub.h 2010-07-19 11:51:37.212617812 -0700 353 353 --- old/src/libscotch/arch_hcub.h 2008-05-22 06:44:41.000000000 -0700 354 354 *************** … … 367 367 --- 85,91 ---- 368 368 diff -rc src/src/libscotch/arch_mesh.c old/src/libscotch/arch_mesh.c 369 *** src/src/libscotch/arch_mesh.c 2010-07-19 1 0:53:22.915731892-0700369 *** src/src/libscotch/arch_mesh.c 2010-07-19 11:51:37.215617833 -0700 370 370 --- old/src/libscotch/arch_mesh.c 2008-05-22 06:44:41.000000000 -0700 371 371 *************** … … 466 466 --- 431,440 ---- 467 467 diff -rc src/src/libscotch/arch_mesh.h old/src/libscotch/arch_mesh.h 468 *** src/src/libscotch/arch_mesh.h 2010-07-19 1 0:53:22.918731911-0700468 *** src/src/libscotch/arch_mesh.h 2010-07-19 11:51:37.217617847 -0700 469 469 --- old/src/libscotch/arch_mesh.h 2008-05-22 06:44:41.000000000 -0700 470 470 *************** … … 497 497 --- 114,120 ---- 498 498 diff -rc src/src/libscotch/arch_tleaf.c old/src/libscotch/arch_tleaf.c 499 *** src/src/libscotch/arch_tleaf.c 2010-07-19 1 0:53:22.920731924-0700499 *** src/src/libscotch/arch_tleaf.c 2010-07-19 11:51:37.220617868 -0700 500 500 --- old/src/libscotch/arch_tleaf.c 2008-05-22 06:44:41.000000000 -0700 501 501 *************** … … 555 555 --- 109,114 ---- 556 556 diff -rc src/src/libscotch/arch_tleaf.h old/src/libscotch/arch_tleaf.h 557 *** src/src/libscotch/arch_tleaf.h 2010-07-19 1 0:53:22.923731944-0700557 *** src/src/libscotch/arch_tleaf.h 2010-07-19 11:51:37.223617890 -0700 558 558 --- old/src/libscotch/arch_tleaf.h 2008-05-22 06:44:41.000000000 -0700 559 559 *************** … … 572 572 --- 89,95 ---- 573 573 diff -rc src/src/libscotch/arch_torus.c old/src/libscotch/arch_torus.c 574 *** src/src/libscotch/arch_torus.c 2010-07-19 1 0:53:22.926731963-0700574 *** src/src/libscotch/arch_torus.c 2010-07-19 11:51:37.226617911 -0700 575 575 --- old/src/libscotch/arch_torus.c 2008-05-22 06:44:41.000000000 -0700 576 576 *************** … … 671 671 --- 373,382 ---- 672 672 diff -rc src/src/libscotch/arch_torus.h old/src/libscotch/arch_torus.h 673 *** src/src/libscotch/arch_torus.h 2010-07-19 1 0:53:22.928731976-0700673 *** src/src/libscotch/arch_torus.h 2010-07-19 11:51:37.228617925 -0700 674 674 --- old/src/libscotch/arch_torus.h 2008-05-22 06:44:41.000000000 -0700 675 675 *************** … … 702 702 --- 114,120 ---- 703 703 diff -rc src/src/libscotch/common.c old/src/libscotch/common.c 704 *** src/src/libscotch/common.c 2010-07-19 1 0:53:22.931731995-0700704 *** src/src/libscotch/common.c 2010-07-19 11:51:37.231617946 -0700 705 705 --- old/src/libscotch/common.c 2008-05-22 06:44:41.000000000 -0700 706 706 *************** … … 721 721 --- 100,106 ---- 722 722 diff -rc src/src/libscotch/common.h old/src/libscotch/common.h 723 *** src/src/libscotch/common.h 2010-07-19 1 0:53:22.933732008-0700723 *** src/src/libscotch/common.h 2010-07-19 11:51:37.233617960 -0700 724 724 --- old/src/libscotch/common.h 2009-02-06 14:20:55.000000000 -0800 725 725 *************** 726 *** 66,72 **** 727 #include <stdio.h> 728 #include <stdarg.h> 729 #include <stdlib.h> 730 - #include <stdint.h> /* added for intptr_t */ 731 #ifdef HAVE_MALLOC_H 732 #include <malloc.h> /* Deprecated, but required on some old systems */ 733 #endif /* HAVE_MALLOC_H */ 734 --- 66,71 ---- 735 *************** 736 *** 89,108 **** 737 #include <pthread.h> 738 #endif /* ((defined COMMON_PTHREAD) || (defined SCOTCH_PTHREAD)) */ 739 740 - #ifdef MATLAB 741 - #include "mat.h" 742 - #include "mex.h" 743 - #include "matrix.h" 744 - 745 - #define printf mexPrintf 746 - #define fprintf(file,...) (file == stdout || file == stderr ? mexPrintf(__VA_ARGS__) : fprintf(file,__VA_ARGS__)) 747 - #define malloc mxMalloc 748 - #define calloc mxCalloc 749 - #define realloc mxRealloc 750 - #define free mxFree 751 - #define exit(status) mexErrMsgTxt("exit=" #status) 752 - #endif 753 - 754 /* 755 ** Working definitions. 756 */ 757 --- 88,93 ---- 758 *************** 759 *** 224,230 **** 760 int intSave (FILE * const, const INT); 761 void intAscn (INT * const, const INT, const INT); 762 void intPerm (INT * const, const INT); 763 - void intRandResetStatic (void); 764 void intRandReset (void); 765 void intRandInit (void); 766 INT intRandVal (INT); 767 --- 209,214 ---- 726 *** 1,5 **** 727 - #ifndef _SCOTCH_COMMON_H_ 728 - #define _SCOTCH_COMMON_H_ 729 /* Copyright 2004,2007-2009 ENSEIRB, INRIA & CNRS 730 ** 731 ** This file is part of the Scotch software package for static mapping, 732 --- 1,3 ---- 733 *************** 734 *** 251,255 **** 735 void nl##__ pl \ 736 { nu pc; } \ 737 void nu pl 738 - 739 - #endif //#ifndef _SCOTCH_COMMON_H_ 740 --- 249,251 ---- 768 741 diff -rc src/src/libscotch/common_integer.c old/src/libscotch/common_integer.c 769 *** src/src/libscotch/common_integer.c 2010-07-19 1 0:53:22.936732027-0700742 *** src/src/libscotch/common_integer.c 2010-07-19 11:51:37.236617981 -0700 770 743 --- old/src/libscotch/common_integer.c 2009-01-21 01:32:32.000000000 -0800 771 744 *************** … … 828 801 --- 237,242 ---- 829 802 diff -rc src/src/libscotch/common_memory.c old/src/libscotch/common_memory.c 830 *** src/src/libscotch/common_memory.c 2010-07-19 1 0:53:22.939732046-0700803 *** src/src/libscotch/common_memory.c 2010-07-19 11:51:37.239618002 -0700 831 804 --- old/src/libscotch/common_memory.c 2009-01-03 02:16:11.000000000 -0800 832 805 *************** … … 936 909 --- 185,192 ---- 937 910 diff -rc src/src/libscotch/dummysizes.c old/src/libscotch/dummysizes.c 938 *** src/src/libscotch/dummysizes.c 2010-07-19 1 0:53:22.941732059-0700911 *** src/src/libscotch/dummysizes.c 2010-07-19 11:51:37.241618017 -0700 939 912 --- old/src/libscotch/dummysizes.c 2009-05-09 16:08:02.000000000 -0700 940 913 *************** … … 949 922 --- 267,271 ---- 950 923 diff -rc src/src/libscotch/graph.c old/src/libscotch/graph.c 951 *** src/src/libscotch/graph.c 2010-07-19 1 0:53:22.943732072-0700924 *** src/src/libscotch/graph.c 2010-07-19 11:51:37.244618038 -0700 952 925 --- old/src/libscotch/graph.c 2008-05-22 06:44:42.000000000 -0700 953 926 *************** … … 972 945 ((grafptr->flagval & GRAPHEDGEGROUP) == 0)) 973 946 diff -rc src/src/libscotch/graph.h old/src/libscotch/graph.h 974 *** src/src/libscotch/graph.h 2010-07-19 1 0:53:22.946732092-0700947 *** src/src/libscotch/graph.h 2010-07-19 11:51:37.247618059 -0700 975 948 --- old/src/libscotch/graph.h 2008-06-01 02:49:11.000000000 -0700 976 949 *************** … … 989 962 --- 159,165 ---- 990 963 diff -rc src/src/libscotch/graph_io.c old/src/libscotch/graph_io.c 991 *** src/src/libscotch/graph_io.c 2010-07-19 1 0:53:22.949732111-0700964 *** src/src/libscotch/graph_io.c 2010-07-19 11:51:37.250618080 -0700 992 965 --- old/src/libscotch/graph_io.c 2008-05-22 06:44:42.000000000 -0700 993 966 *************** … … 1227 1200 --- 307,313 ---- 1228 1201 diff -rc src/src/libscotch/graph_io_scot.c old/src/libscotch/graph_io_scot.c 1229 *** src/src/libscotch/graph_io_scot.c 2010-07-19 1 0:53:22.952732130-07001202 *** src/src/libscotch/graph_io_scot.c 2010-07-19 11:51:37.253618101 -0700 1230 1203 --- old/src/libscotch/graph_io_scot.c 2008-05-22 06:44:42.000000000 -0700 1231 1204 *************** … … 1244 1217 --- 89,95 ---- 1245 1218 diff -rc src/src/libscotch/library_arch.c old/src/libscotch/library_arch.c 1246 *** src/src/libscotch/library_arch.c 2010-07-19 1 0:53:22.954732143-07001219 *** src/src/libscotch/library_arch.c 2010-07-19 11:51:37.255618115 -0700 1247 1220 --- old/src/libscotch/library_arch.c 2008-05-22 06:44:42.000000000 -0700 1248 1221 *************** … … 1279 1252 /*+ This routine saves the given opaque 1280 1253 diff -rc src/src/libscotch/library_arch_f.c old/src/libscotch/library_arch_f.c 1281 *** src/src/libscotch/library_arch_f.c 2010-07-19 1 0:53:22.956732156-07001254 *** src/src/libscotch/library_arch_f.c 2010-07-19 11:51:37.257618129 -0700 1282 1255 --- old/src/libscotch/library_arch_f.c 2008-05-22 06:44:42.000000000 -0700 1283 1256 *************** … … 1296 1269 --- 121,127 ---- 1297 1270 diff -rc src/src/libscotch/library_error_exit.c old/src/libscotch/library_error_exit.c 1298 *** src/src/libscotch/library_error_exit.c 2010-07-19 1 0:53:22.959732175-07001271 *** src/src/libscotch/library_error_exit.c 2010-07-19 11:51:37.260618150 -0700 1299 1272 --- old/src/libscotch/library_error_exit.c 2009-01-20 00:36:33.000000000 -0800 1300 1273 *************** … … 1371 1344 --- 171,174 ---- 1372 1345 diff -rc src/src/libscotch/library_graph.c old/src/libscotch/library_graph.c 1373 *** src/src/libscotch/library_graph.c 2010-07-19 1 0:53:22.962732194-07001346 *** src/src/libscotch/library_graph.c 2010-07-19 11:51:37.263618172 -0700 1374 1347 --- old/src/libscotch/library_graph.c 2008-05-22 07:28:12.000000000 -0700 1375 1348 *************** … … 1416 1389 --- 153,159 ---- 1417 1390 diff -rc src/src/libscotch/library_graph_f.c old/src/libscotch/library_graph_f.c 1418 *** src/src/libscotch/library_graph_f.c 2010-07-19 1 0:53:22.964732207-07001391 *** src/src/libscotch/library_graph_f.c 2010-07-19 11:51:37.265618186 -0700 1419 1392 --- old/src/libscotch/library_graph_f.c 2008-05-22 06:44:43.000000000 -0700 1420 1393 *************** … … 1433 1406 --- 136,142 ---- 1434 1407 diff -rc src/src/libscotch/library_graph_map.c old/src/libscotch/library_graph_map.c 1435 *** src/src/libscotch/library_graph_map.c 2010-07-19 1 0:53:22.967732227-07001408 *** src/src/libscotch/library_graph_map.c 2010-07-19 11:51:37.267618200 -0700 1436 1409 --- old/src/libscotch/library_graph_map.c 2008-09-28 04:04:05.000000000 -0700 1437 1410 *************** … … 1458 1431 --- 182,192 ---- 1459 1432 diff -rc src/src/libscotch/library_graph_map_f.c old/src/libscotch/library_graph_map_f.c 1460 *** src/src/libscotch/library_graph_map_f.c 2010-07-19 1 0:53:22.969732239-07001433 *** src/src/libscotch/library_graph_map_f.c 2010-07-19 11:51:37.269618214 -0700 1461 1434 --- old/src/libscotch/library_graph_map_f.c 2008-06-28 03:44:26.000000000 -0700 1462 1435 *************** … … 1475 1448 --- 183,189 ---- 1476 1449 diff -rc src/src/libscotch/library.h old/src/libscotch/library.h 1477 *** src/src/libscotch/library.h 2010-07-19 1 0:53:22.972732259-07001450 *** src/src/libscotch/library.h 2010-07-19 11:51:37.272618235 -0700 1478 1451 --- old/src/libscotch/library.h 2009-05-09 16:08:03.000000000 -0700 1479 1452 *************** 1480 *** 134,144 **** 1481 1482 int SCOTCH_archInit (SCOTCH_Arch * const); 1483 void SCOTCH_archExit (SCOTCH_Arch * const); 1484 - #ifndef MATLAB 1485 int SCOTCH_archLoad (SCOTCH_Arch * const, FILE * const); 1486 - #else /* MATLAB */ 1487 - int SCOTCH_archLoad (SCOTCH_Arch * const, FILE * const, const char *, const SCOTCH_Num, const SCOTCH_Num *); 1488 - #endif /* MATLAB */ 1489 int SCOTCH_archSave (const SCOTCH_Arch * const, FILE * const); 1490 int SCOTCH_archBuild (SCOTCH_Arch * const, const SCOTCH_Graph * const, const SCOTCH_Num, const SCOTCH_Num * const, const SCOTCH_Strat * const); 1491 int SCOTCH_archCmplt (SCOTCH_Arch * const, const SCOTCH_Num); 1492 --- 134,140 ---- 1493 *************** 1494 *** 195,205 **** 1495 int SCOTCH_graphInit (SCOTCH_Graph * const); 1496 void SCOTCH_graphExit (SCOTCH_Graph * const); 1497 void SCOTCH_graphFree (SCOTCH_Graph * const); 1498 - #ifndef MATLAB 1499 int SCOTCH_graphLoad (SCOTCH_Graph * const, FILE * const, const SCOTCH_Num, const SCOTCH_Num); 1500 - #else /* MATLAB */ 1501 - int SCOTCH_graphLoad (SCOTCH_Graph * const, FILE * const, const SCOTCH_Num, const SCOTCH_Num, const SCOTCH_Num, const SCOTCH_Num, const SCOTCH_Num *, const SCOTCH_Num *, const SCOTCH_Num *, const SCOTCH_Num *, const SCOTCH_Num *); 1502 - #endif /* MATLAB */ 1503 int SCOTCH_graphSave (const SCOTCH_Graph * const, FILE * const); 1504 int SCOTCH_graphBuild (SCOTCH_Graph * const, const SCOTCH_Num, const SCOTCH_Num, const SCOTCH_Num * const, const SCOTCH_Num * const, const SCOTCH_Num * const, const SCOTCH_Num * const, const SCOTCH_Num, const SCOTCH_Num * const, const SCOTCH_Num * const); 1505 SCOTCH_Num SCOTCH_graphBase (SCOTCH_Graph * const, const SCOTCH_Num baseval); 1506 --- 191,197 ---- 1507 *************** 1508 *** 218,228 **** 1509 int SCOTCH_graphMapInit (const SCOTCH_Graph * const, SCOTCH_Mapping * const, const SCOTCH_Arch * const, SCOTCH_Num * const); 1510 void SCOTCH_graphMapExit (const SCOTCH_Graph * const, SCOTCH_Mapping * const); 1511 int SCOTCH_graphMapLoad (const SCOTCH_Graph * const, const SCOTCH_Mapping * const, FILE * const); 1512 - #ifndef MATLAB 1513 int SCOTCH_graphMapSave (const SCOTCH_Graph * const, const SCOTCH_Mapping * const, FILE * const); 1514 - #else /* MATLAB */ 1515 - int SCOTCH_graphMapSave (SCOTCH_Num *, SCOTCH_Num (**)[2], const SCOTCH_Graph * const, const SCOTCH_Mapping * const, FILE * const); 1516 - #endif /* MATLAB */ 1517 int SCOTCH_graphMapView (const SCOTCH_Graph * const, const SCOTCH_Mapping * const, FILE * const); 1518 int SCOTCH_graphMapCompute (const SCOTCH_Graph * const, SCOTCH_Mapping * const, const SCOTCH_Strat * const); 1519 int SCOTCH_graphMap (const SCOTCH_Graph * const, const SCOTCH_Arch * const, const SCOTCH_Strat * const, SCOTCH_Num * const); 1520 --- 210,216 ---- 1453 *** 1,5 **** 1454 - #ifndef _SCOTCH_H_ 1455 - #define _SCOTCH_H_ 1456 /* Copyright 2004,2007-2009 ENSEIRB, INRIA & CNRS 1457 ** 1458 ** This file is part of the Scotch software package for static mapping, 1459 --- 1,3 ---- 1460 *************** 1461 *** 280,284 **** 1462 #ifdef __cplusplus 1463 } 1464 #endif /* __cplusplus */ 1465 - 1466 - #endif //#ifndef _SCOTCH_H_ 1467 --- 278,280 ---- 1521 1468 diff -rc src/src/libscotch/Makefile old/src/libscotch/Makefile 1522 *** src/src/libscotch/Makefile 2010-07-19 1 0:53:22.977732291-07001469 *** src/src/libscotch/Makefile 2010-07-19 11:51:37.277618270 -0700 1523 1470 --- old/src/libscotch/Makefile 2009-05-09 16:08:04.000000000 -0700 1524 1471 *************** … … 1755 1702 --- 2467,2469 ---- 1756 1703 diff -rc src/src/libscotch/mapping.h old/src/libscotch/mapping.h 1757 *** src/src/libscotch/mapping.h 2010-07-19 1 0:53:22.980732310-07001704 *** src/src/libscotch/mapping.h 2010-07-19 11:51:37.279618284 -0700 1758 1705 --- old/src/libscotch/mapping.h 2008-10-27 08:27:47.000000000 -0700 1759 1706 *************** … … 1772 1719 --- 106,112 ---- 1773 1720 diff -rc src/src/libscotch/mapping_io.c old/src/libscotch/mapping_io.c 1774 *** src/src/libscotch/mapping_io.c 2010-07-19 1 0:53:22.983732330-07001721 *** src/src/libscotch/mapping_io.c 2010-07-19 11:51:37.282618306 -0700 1775 1722 --- old/src/libscotch/mapping_io.c 2008-05-22 06:44:43.000000000 -0700 1776 1723 *************** … … 1861 1808 } 1862 1809 diff -rc src/src/libscotch/mesh_io_scot.c old/src/libscotch/mesh_io_scot.c 1863 *** src/src/libscotch/mesh_io_scot.c 2010-07-19 1 0:53:22.986732349-07001810 *** src/src/libscotch/mesh_io_scot.c 2010-07-19 11:51:37.285618327 -0700 1864 1811 --- old/src/libscotch/mesh_io_scot.c 2008-05-22 06:44:43.000000000 -0700 1865 1812 *************** … … 1878 1825 --- 85,91 ---- 1879 1826 diff -rc src/src/libscotch/module.h old/src/libscotch/module.h 1880 *** src/src/libscotch/module.h 2010-07-19 1 0:53:22.990732375-07001827 *** src/src/libscotch/module.h 2010-07-19 11:51:37.288618348 -0700 1881 1828 --- old/src/libscotch/module.h 2009-04-26 23:07:14.000000000 -0700 1882 1829 *************** 1883 *** 156,162 **** 1884 #define intSave _SCOTCHintSave 1885 #define intAscn _SCOTCHintAscn 1886 #define intPerm _SCOTCHintPerm 1887 - #define intRandResetStatic _SCOTCHintRandResetStatic 1888 #define intRandReset _SCOTCHintRandReset 1889 #define intRandInit _SCOTCHintRandInit 1890 /* #define intRandVal _SCOTCHintRandVal Already a macro */ 1891 --- 156,161 ---- 1830 *** 1,5 **** 1831 - #ifndef _SCOTCH_MODULE_H_ 1832 - #define _SCOTCH_MODULE_H_ 1833 /* Copyright 2004,2007-2009 ENSEIRB, INRIA & CNRS 1834 ** 1835 ** This file is part of the Scotch software package for static mapping, 1836 --- 1,3 ---- 1837 *************** 1838 *** 57,65 **** 1839 1840 #define MODULE_H 1841 1842 - /*Don't forget stdint.h:*/ 1843 - #include "stdint.h" 1844 - 1845 /* 1846 ** Collective communication handling. 1847 */ 1848 --- 55,60 ---- 1849 *************** 1850 *** 686,690 **** 1851 #define vmeshStoreSave _SCOTCHvmeshStoreSave 1852 #define vmeshStoreUpdt _SCOTCHvmeshStoreUpdt 1853 #endif /* SCOTCH_RENAME */ 1854 - 1855 - #endif //#ifndef _SCOTCH_MODULE_H_ 1856 --- 681,683 ---- 1892 1857 diff -rc src/src/libscotch/parser_ll.l old/src/libscotch/parser_ll.l 1893 *** src/src/libscotch/parser_ll.l 2010-07-19 1 0:53:22.993732394-07001858 *** src/src/libscotch/parser_ll.l 2010-07-19 11:51:37.290618362 -0700 1894 1859 --- old/src/libscotch/parser_ll.l 2008-05-22 06:44:43.000000000 -0700 1895 1860 *************** … … 1920 1885 --- 192,197 ---- 1921 1886 diff -rc src/src/libscotch/parser_yy.y old/src/libscotch/parser_yy.y 1922 *** src/src/libscotch/parser_yy.y 2010-07-19 1 0:53:22.997732420-07001887 *** src/src/libscotch/parser_yy.y 2010-07-19 11:51:37.293618383 -0700 1923 1888 --- old/src/libscotch/parser_yy.y 2008-10-22 15:12:48.000000000 -0700 1924 1889 *************** … … 1933 1898 --- 774,779 ---- 1934 1899 diff -rc src/src/libscotch/vgraph_separate_vw.c old/src/libscotch/vgraph_separate_vw.c 1935 *** src/src/libscotch/vgraph_separate_vw.c 2010-07-19 1 0:53:22.999732432-07001900 *** src/src/libscotch/vgraph_separate_vw.c 2010-07-19 11:51:37.296618404 -0700 1936 1901 --- old/src/libscotch/vgraph_separate_vw.c 2008-05-22 06:44:43.000000000 -0700 1937 1902 *************** … … 1955 1920 --- 102,106 ---- 1956 1921 diff -rc src/src/Makefile old/src/Makefile 1957 *** src/src/Makefile 2010-07-19 1 0:53:23.001732445-07001922 *** src/src/Makefile 2010-07-19 11:51:37.298618418 -0700 1958 1923 --- old/src/Makefile 2008-09-15 05:50:51.000000000 -0700 1959 1924 *************** … … 1971 1936 --- 97,102 ---- 1972 1937 Only in src/src: Makefile.inc 1938 diff -rc src/src/scotch/gmap.h old/src/scotch/gmap.h 1939 *** src/src/scotch/gmap.h 2010-07-19 11:52:16.821897100 -0700 1940 --- old/src/scotch/gmap.h 2008-06-18 11:05:17.000000000 -0700 1941 *************** 1942 *** 1,5 **** 1943 - #ifndef _SCOTCH_GMAP_H_ 1944 - #define _SCOTCH_GMAP_H_ 1945 /* Copyright 2004,2007,2008 ENSEIRB, INRIA & CNRS 1946 ** 1947 ** This file is part of the Scotch software package for static mapping, 1948 --- 1,3 ---- 1949 *************** 1950 *** 89,93 **** 1951 #define C_FLAGVERBSTR 0x0002 /* Verbose flags */ 1952 #define C_FLAGVERBTIM 0x0004 1953 #define C_FLAGVERBMAP 0x0008 1954 - 1955 - #endif //#ifndef _SCOTCH_GMAP_H_ 1956 --- 87,89 ---- 1973 1957 Only in src/src/scotch: gmap_mex.c 1974 1958 Only in src/src/scotch: gmapx.c 1975 1959 diff -rc src/src/scotch/Makefile old/src/scotch/Makefile 1976 *** src/src/scotch/Makefile 2010-07-19 1 0:53:23.004732465-07001960 *** src/src/scotch/Makefile 2010-07-19 11:51:37.303618454 -0700 1977 1961 --- old/src/scotch/Makefile 2009-04-27 02:19:43.000000000 -0700 1978 1962 ***************
Note:
See TracChangeset
for help on using the changeset viewer.