Changeset 14993
- Timestamp:
- 05/09/13 11:53:32 (12 years ago)
- Location:
- issm/trunk-jpl/externalpackages/scotch
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/externalpackages/scotch/install.sh
r13948 r14993 18 18 tar -xvzf scotch_5.1.6.tar.gz 19 19 20 # Apply patches (all at once, since many) 21 # (written by diff -rc old_src new_src > scotch.patch) 22 patch -p0 < scotch.patch 23 20 24 # Move scotch to src directory 21 25 mv scotch_5.1/* src 22 26 rm -rf scotch_5.1 23 24 # Apply patches (all at once, since many)25 # (written by diff -rc old_src new_src > scotch.patch)26 patch -p0 < scotch.patch27 27 28 28 # Build scotch -
issm/trunk-jpl/externalpackages/scotch/scotch.patch
r4705 r14993 1 Only in new5: bin2 Only in new5: include3 Only in new5: lib4 diff - rc src/src/libscotch/arch.c new5/src/libscotch/arch.c5 *** s rc/src/libscotch/arch.c 2008-09-27 07:48:01.000000000 -07006 --- new5/src/libscotch/arch.c 2010-07-21 17:13:15.583257119-07001 Only in src: bin 2 Only in src: include 3 Only in src: lib 4 diff -crB scotch_5.1/src/libscotch/arch.c src/src/libscotch/arch.c 5 *** scotch_5.1/src/libscotch/arch.c 2008-09-27 07:48:01.000000000 -0700 6 --- src/src/libscotch/arch.c 2013-05-06 14:14:11.000000000 -0700 7 7 *************** 8 8 *** 173,187 **** … … 68 68 memset (archptr, 0, sizeof (Arch)); /* Initialize architecture body */ 69 69 return (1); 70 diff - rc src/src/libscotch/arch_cmplt.c new5/src/libscotch/arch_cmplt.c71 *** s rc/src/libscotch/arch_cmplt.c 2008-05-22 06:44:41.000000000 -070072 --- new5/src/libscotch/arch_cmplt.c 2010-07-21 17:13:15.585257133-070070 diff -crB scotch_5.1/src/libscotch/arch_cmplt.c src/src/libscotch/arch_cmplt.c 71 *** scotch_5.1/src/libscotch/arch_cmplt.c 2008-05-22 06:44:41.000000000 -0700 72 --- src/src/libscotch/arch_cmplt.c 2013-05-06 14:14:11.000000000 -0700 73 73 *************** 74 74 *** 90,99 **** … … 120 120 return (1); 121 121 } 122 diff - rc src/src/libscotch/arch_cmplt.h new5/src/libscotch/arch_cmplt.h123 *** s rc/src/libscotch/arch_cmplt.h 2008-05-22 06:44:41.000000000 -0700124 --- new5/src/libscotch/arch_cmplt.h 2010-07-21 17:13:15.588257154-0700122 diff -crB scotch_5.1/src/libscotch/arch_cmplt.h src/src/libscotch/arch_cmplt.h 123 *** scotch_5.1/src/libscotch/arch_cmplt.h 2008-05-22 06:44:41.000000000 -0700 124 --- src/src/libscotch/arch_cmplt.h 2013-05-06 14:14:11.000000000 -0700 125 125 *************** 126 126 *** 87,93 **** … … 137 137 #define archCmpltArchFree NULL 138 138 ArchDomNum archCmpltDomNum (const ArchCmplt * const, const ArchCmpltDom * const); 139 diff - rc src/src/libscotch/arch_cmpltw.c new5/src/libscotch/arch_cmpltw.c140 *** s rc/src/libscotch/arch_cmpltw.c 2008-08-27 14:22:22.000000000 -0700141 --- new5/src/libscotch/arch_cmpltw.c 2010-07-21 17:13:15.590257168-0700139 diff -crB scotch_5.1/src/libscotch/arch_cmpltw.c src/src/libscotch/arch_cmpltw.c 140 *** scotch_5.1/src/libscotch/arch_cmpltw.c 2008-08-27 14:22:22.000000000 -0700 141 --- src/src/libscotch/arch_cmpltw.c 2013-05-06 14:14:12.000000000 -0700 142 142 *************** 143 143 *** 200,211 **** … … 209 209 return (1); 210 210 } 211 diff - rc src/src/libscotch/arch_cmpltw.h new5/src/libscotch/arch_cmpltw.h212 *** s rc/src/libscotch/arch_cmpltw.h 2008-05-22 06:44:41.000000000 -0700213 --- new5/src/libscotch/arch_cmpltw.h 2010-07-21 17:13:15.592257181-0700211 diff -crB scotch_5.1/src/libscotch/arch_cmpltw.h src/src/libscotch/arch_cmpltw.h 212 *** scotch_5.1/src/libscotch/arch_cmpltw.h 2008-05-22 06:44:41.000000000 -0700 213 --- src/src/libscotch/arch_cmpltw.h 2013-05-06 14:14:12.000000000 -0700 214 214 *************** 215 215 *** 86,92 **** … … 226 226 int archCmpltwArchFree (ArchCmpltw * restrict const); 227 227 ArchDomNum archCmpltwDomNum (const ArchCmpltw * const, const ArchCmpltwDom * const); 228 diff - rc src/src/libscotch/arch_deco.c new5/src/libscotch/arch_deco.c229 *** s rc/src/libscotch/arch_deco.c 2008-09-28 06:35:27.000000000 -0700230 --- new5/src/libscotch/arch_deco.c 2010-07-21 17:13:15.595257202-0700228 diff -crB scotch_5.1/src/libscotch/arch_deco.c src/src/libscotch/arch_deco.c 229 *** scotch_5.1/src/libscotch/arch_deco.c 2008-09-28 06:35:27.000000000 -0700 230 --- src/src/libscotch/arch_deco.c 2013-05-06 14:14:12.000000000 -0700 231 231 *************** 232 232 *** 211,217 **** … … 267 267 if ((sizeof (ArchDeco) > sizeof (ArchDummy)) || 268 268 (sizeof (ArchDecoDom) > sizeof (ArchDomDummy))) { 269 diff - rc src/src/libscotch/arch_deco.h new5/src/libscotch/arch_deco.h270 *** s rc/src/libscotch/arch_deco.h 2008-09-27 07:49:46.000000000 -0700271 --- new5/src/libscotch/arch_deco.h 2010-07-21 17:13:15.597257216-0700269 diff -crB scotch_5.1/src/libscotch/arch_deco.h src/src/libscotch/arch_deco.h 270 *** scotch_5.1/src/libscotch/arch_deco.h 2008-09-27 07:49:46.000000000 -0700 271 --- src/src/libscotch/arch_deco.h 2013-05-06 14:14:13.000000000 -0700 272 272 *************** 273 273 *** 113,119 **** … … 284 284 int archDecoArchFree (ArchDeco * const); 285 285 Anum archDecoArchSize (ArchDeco * const, const Anum); 286 diff - rc src/src/libscotch/arch.h new5/src/libscotch/arch.h287 *** s rc/src/libscotch/arch.h 2009-04-28 08:11:27.000000000 -0700288 --- new5/src/libscotch/arch.h 2010-07-21 17:13:15.600257237-0700286 diff -crB scotch_5.1/src/libscotch/arch.h src/src/libscotch/arch.h 287 *** scotch_5.1/src/libscotch/arch.h 2009-04-28 08:11:27.000000000 -0700 288 --- src/src/libscotch/arch.h 2013-05-06 14:14:13.000000000 -0700 289 289 *************** 290 290 *** 175,181 **** … … 301 301 char * archName (const Arch * const); 302 302 const ArchClass * archClass (const char * const); 303 diff - rc src/src/libscotch/arch_hcub.c new5/src/libscotch/arch_hcub.c304 *** s rc/src/libscotch/arch_hcub.c 2008-05-22 06:44:41.000000000 -0700305 --- new5/src/libscotch/arch_hcub.c 2010-07-21 17:13:15.602257251-0700303 diff -crB scotch_5.1/src/libscotch/arch_hcub.c src/src/libscotch/arch_hcub.c 304 *** scotch_5.1/src/libscotch/arch_hcub.c 2008-05-22 06:44:41.000000000 -0700 305 --- src/src/libscotch/arch_hcub.c 2013-05-06 14:14:13.000000000 -0700 306 306 *************** 307 307 *** 88,95 **** … … 310 310 ArchHcub * restrict const archptr, 311 311 ! FILE * restrict const stream) 312 !{312 { 313 313 #ifdef SCOTCH_DEBUG_ARCH1 314 314 if ((sizeof (ArchHcub) > sizeof (ArchDummy)) || … … 325 325 ! #endif /* NOFILEIO */ 326 326 ! ) 327 !{328 !#ifdef NOFILEIO329 !// printf("archHcubArchLoad - napar=%d,archpar=%p\n",napar,archpar);330 !#endif /* NOFILEIO */331 !327 { 328 + #ifdef NOFILEIO 329 + // printf("archHcubArchLoad - napar=%d,archpar=%p\n",napar,archpar); 330 + #endif /* NOFILEIO */ 331 + 332 332 #ifdef SCOTCH_DEBUG_ARCH1 333 333 if ((sizeof (ArchHcub) > sizeof (ArchDummy)) || … … 349 349 errorPrint ("archHcubArchLoad: bad input"); 350 350 return (1); 351 diff - rc src/src/libscotch/arch_hcub.h new5/src/libscotch/arch_hcub.h352 *** s rc/src/libscotch/arch_hcub.h 2008-05-22 06:44:41.000000000 -0700353 --- new5/src/libscotch/arch_hcub.h 2010-07-21 17:13:15.604257265-0700351 diff -crB scotch_5.1/src/libscotch/arch_hcub.h src/src/libscotch/arch_hcub.h 352 *** scotch_5.1/src/libscotch/arch_hcub.h 2008-05-22 06:44:41.000000000 -0700 353 --- src/src/libscotch/arch_hcub.h 2013-05-06 14:14:14.000000000 -0700 354 354 *************** 355 355 *** 85,91 **** … … 366 366 #define archHcubArchFree NULL 367 367 ArchDomNum archHcubDomNum (const ArchHcub * const, const ArchHcubDom * const); 368 diff - rc src/src/libscotch/arch_mesh.c new5/src/libscotch/arch_mesh.c369 *** s rc/src/libscotch/arch_mesh.c 2008-05-22 06:44:41.000000000 -0700370 --- new5/src/libscotch/arch_mesh.c 2010-07-21 17:13:15.607257286-0700368 diff -crB scotch_5.1/src/libscotch/arch_mesh.c src/src/libscotch/arch_mesh.c 369 *** scotch_5.1/src/libscotch/arch_mesh.c 2008-05-22 06:44:41.000000000 -0700 370 --- src/src/libscotch/arch_mesh.c 2013-05-06 14:14:14.000000000 -0700 371 371 *************** 372 372 *** 96,103 **** … … 465 465 return (1); 466 466 } 467 diff - rc src/src/libscotch/arch_mesh.h new5/src/libscotch/arch_mesh.h468 *** s rc/src/libscotch/arch_mesh.h 2008-05-22 06:44:41.000000000 -0700469 --- new5/src/libscotch/arch_mesh.h 2010-07-21 17:13:15.610257307-0700467 diff -crB scotch_5.1/src/libscotch/arch_mesh.h src/src/libscotch/arch_mesh.h 468 *** scotch_5.1/src/libscotch/arch_mesh.h 2008-05-22 06:44:41.000000000 -0700 469 --- src/src/libscotch/arch_mesh.h 2013-05-06 14:14:14.000000000 -0700 470 470 *************** 471 471 *** 96,102 **** … … 496 496 #define archMesh3ArchFree NULL 497 497 ArchDomNum archMesh3DomNum (const ArchMesh3 * const, const ArchMesh3Dom * const); 498 diff - rc src/src/libscotch/arch_tleaf.c new5/src/libscotch/arch_tleaf.c499 *** s rc/src/libscotch/arch_tleaf.c 2008-05-22 06:44:41.000000000 -0700500 --- new5/src/libscotch/arch_tleaf.c 2010-07-21 17:13:15.612257320 -0700498 diff -crB scotch_5.1/src/libscotch/arch_tleaf.c src/src/libscotch/arch_tleaf.c 499 *** scotch_5.1/src/libscotch/arch_tleaf.c 2008-05-22 06:44:41.000000000 -0700 500 --- src/src/libscotch/arch_tleaf.c 2013-05-06 14:14:14.000000000 -0700 501 501 *************** 502 502 *** 92,99 **** … … 505 505 ArchTleaf * restrict const archptr, 506 506 ! FILE * restrict const stream) 507 !{507 { 508 508 #ifdef SCOTCH_DEBUG_ARCH1 509 509 if ((sizeof (ArchTleaf) > sizeof (ArchDummy)) || … … 520 520 ! #endif /* NOFILEIO */ 521 521 ! ) 522 !{523 !#ifdef NOFILEIO524 !// printf("archTleafArchLoad - napar=%d,archpar=%p\n",napar,archpar);525 !#endif /* NOFILEIO */526 !522 { 523 + #ifdef NOFILEIO 524 + // printf("archTleafArchLoad - napar=%d,archpar=%p\n",napar,archpar); 525 + #endif /* NOFILEIO */ 526 + 527 527 #ifdef SCOTCH_DEBUG_ARCH1 528 528 if ((sizeof (ArchTleaf) > sizeof (ArchDummy)) || … … 554 554 return (1); 555 555 } 556 diff - rc src/src/libscotch/arch_tleaf.h new5/src/libscotch/arch_tleaf.h557 *** s rc/src/libscotch/arch_tleaf.h 2008-05-22 06:44:41.000000000 -0700558 --- new5/src/libscotch/arch_tleaf.h 2010-07-21 17:13:15.615257341-0700556 diff -crB scotch_5.1/src/libscotch/arch_tleaf.h src/src/libscotch/arch_tleaf.h 557 *** scotch_5.1/src/libscotch/arch_tleaf.h 2008-05-22 06:44:41.000000000 -0700 558 --- src/src/libscotch/arch_tleaf.h 2013-05-06 14:14:15.000000000 -0700 559 559 *************** 560 560 *** 89,95 **** … … 571 571 #define archTleafArchFree NULL 572 572 ArchDomNum archTleafDomNum (const ArchTleaf * const, const ArchTleafDom * const); 573 diff - rc src/src/libscotch/arch_torus.c new5/src/libscotch/arch_torus.c574 *** s rc/src/libscotch/arch_torus.c 2008-05-22 06:44:41.000000000 -0700575 --- new5/src/libscotch/arch_torus.c 2010-07-21 17:13:15.618257362-0700573 diff -crB scotch_5.1/src/libscotch/arch_torus.c src/src/libscotch/arch_torus.c 574 *** scotch_5.1/src/libscotch/arch_torus.c 2008-05-22 06:44:41.000000000 -0700 575 --- src/src/libscotch/arch_torus.c 2013-05-06 14:14:15.000000000 -0700 576 576 *************** 577 577 *** 90,97 **** … … 670 670 return (1); 671 671 } 672 diff - rc src/src/libscotch/arch_torus.h new5/src/libscotch/arch_torus.h673 *** s rc/src/libscotch/arch_torus.h 2008-05-22 06:44:41.000000000 -0700674 --- new5/src/libscotch/arch_torus.h 2010-07-21 17:13:15.620257376-0700672 diff -crB scotch_5.1/src/libscotch/arch_torus.h src/src/libscotch/arch_torus.h 673 *** scotch_5.1/src/libscotch/arch_torus.h 2008-05-22 06:44:41.000000000 -0700 674 --- src/src/libscotch/arch_torus.h 2013-05-06 14:14:15.000000000 -0700 675 675 *************** 676 676 *** 96,102 **** … … 701 701 #define archTorus3ArchFree NULL 702 702 ArchDomNum archTorus3DomNum (const ArchTorus3 * const, const ArchTorus3Dom * const); 703 diff - rc src/src/libscotch/common.c new5/src/libscotch/common.c704 *** s rc/src/libscotch/common.c 2008-05-22 06:44:41.000000000 -0700705 --- new5/src/libscotch/common.c 2010-07-21 17:13:15.622257390 -0700703 diff -crB scotch_5.1/src/libscotch/common.c src/src/libscotch/common.c 704 *** scotch_5.1/src/libscotch/common.c 2008-05-22 06:44:41.000000000 -0700 705 --- src/src/libscotch/common.c 2013-05-06 14:14:15.000000000 -0700 706 706 *************** 707 707 *** 100,106 **** … … 720 720 + #endif /* MATLAB */ 721 721 } 722 diff - rc src/src/libscotch/common.h new5/src/libscotch/common.h723 *** s rc/src/libscotch/common.h 2009-02-06 14:20:55.000000000 -0800724 --- new5/src/libscotch/common.h 2010-07-21 17:15:06.061025001-0700722 diff -crB scotch_5.1/src/libscotch/common.h src/src/libscotch/common.h 723 *** scotch_5.1/src/libscotch/common.h 2009-02-06 14:20:55.000000000 -0800 724 --- src/src/libscotch/common.h 2013-05-09 11:49:35.317220518 -0700 725 725 *************** 726 726 *** 1,3 **** … … 752 752 753 753 --- 109,114 ---- 754 *************** 755 *** 171,179 **** 756 /** The file structure. **/ 757 758 typedef struct File_ { 759 ! char * name; /*+ File name +*/ 760 FILE * pntr; /*+ File pointer +*/ 761 ! char * mode; /*+ Opening mode +*/ 762 } File; 763 764 /* 765 --- 172,180 ---- 766 /** The file structure. **/ 767 768 typedef struct File_ { 769 ! const char * name; /*+ File name +*/ 770 FILE * pntr; /*+ File pointer +*/ 771 ! const char * mode; /*+ Opening mode +*/ 772 } File; 773 774 /* 754 775 *************** 755 776 *** 190,216 **** … … 837 858 + 838 859 + #endif //#ifndef _SCOTCH_COMMON_H_ 839 diff - rc src/src/libscotch/common_integer.c new5/src/libscotch/common_integer.c840 *** s rc/src/libscotch/common_integer.c 2009-01-21 01:32:32.000000000 -0800841 --- new5/src/libscotch/common_integer.c 2010-07-21 17:13:15.628257432-0700860 diff -crB scotch_5.1/src/libscotch/common_integer.c src/src/libscotch/common_integer.c 861 *** scotch_5.1/src/libscotch/common_integer.c 2009-01-21 01:32:32.000000000 -0800 862 --- src/src/libscotch/common_integer.c 2013-05-06 14:14:16.000000000 -0700 842 863 *************** 843 864 *** 191,196 **** … … 910 931 911 932 /*********************/ 912 diff - rc src/src/libscotch/common_memory.c new5/src/libscotch/common_memory.c913 *** s rc/src/libscotch/common_memory.c 2009-01-03 02:16:11.000000000 -0800914 --- new5/src/libscotch/common_memory.c 2010-07-21 17:13:15.630257445-0700933 diff -crB scotch_5.1/src/libscotch/common_memory.c src/src/libscotch/common_memory.c 934 *** scotch_5.1/src/libscotch/common_memory.c 2009-01-03 02:16:11.000000000 -0800 935 --- src/src/libscotch/common_memory.c 2013-05-06 14:14:16.000000000 -0700 915 936 *************** 916 937 *** 87,93 **** … … 1018 1039 } 1019 1040 #endif /* COMMON_MEMORY_TRACE */ 1020 diff - rc src/src/libscotch/dummysizes.c new5/src/libscotch/dummysizes.c1021 *** s rc/src/libscotch/dummysizes.c 2009-05-09 16:08:02.000000000 -07001022 --- new5/src/libscotch/dummysizes.c 2010-07-21 17:13:15.633257466-07001041 diff -crB scotch_5.1/src/libscotch/dummysizes.c src/src/libscotch/dummysizes.c 1042 *** scotch_5.1/src/libscotch/dummysizes.c 2009-05-09 16:08:02.000000000 -0700 1043 --- src/src/libscotch/dummysizes.c 2013-05-06 14:14:16.000000000 -0700 1023 1044 *************** 1024 1045 *** 267,271 **** … … 1031 1052 + #endif /* MATLAB */ 1032 1053 } 1033 diff - rc src/src/libscotch/graph.c new5/src/libscotch/graph.c1034 *** s rc/src/libscotch/graph.c 2008-05-22 06:44:42.000000000 -07001035 --- new5/src/libscotch/graph.c 2010-07-21 17:13:15.635257480 -07001054 diff -crB scotch_5.1/src/libscotch/graph.c src/src/libscotch/graph.c 1055 *** scotch_5.1/src/libscotch/graph.c 2008-05-22 06:44:42.000000000 -0700 1056 --- src/src/libscotch/graph.c 2013-05-06 14:14:17.000000000 -0700 1036 1057 *************** 1037 1058 *** 135,141 **** … … 1054 1075 if ((grafptr->edlotax != NULL) && 1055 1076 ((grafptr->flagval & GRAPHEDGEGROUP) == 0)) 1056 diff - rc src/src/libscotch/graph.h new5/src/libscotch/graph.h1057 *** s rc/src/libscotch/graph.h 2008-06-01 02:49:11.000000000 -07001058 --- new5/src/libscotch/graph.h 2010-07-21 17:13:15.637257494-07001077 diff -crB scotch_5.1/src/libscotch/graph.h src/src/libscotch/graph.h 1078 *** scotch_5.1/src/libscotch/graph.h 2008-06-01 02:49:11.000000000 -0700 1079 --- src/src/libscotch/graph.h 2013-05-06 14:14:17.000000000 -0700 1059 1080 *************** 1060 1081 *** 159,165 **** … … 1071 1092 int graphSave (const Graph * const, FILE * const); 1072 1093 Gnum graphBase (Graph * const, const Gnum); 1073 diff - rc src/src/libscotch/graph_io.c new5/src/libscotch/graph_io.c1074 *** s rc/src/libscotch/graph_io.c 2008-05-22 06:44:42.000000000 -07001075 --- new5/src/libscotch/graph_io.c 2010-07-21 17:13:15.639257508-07001094 diff -crB scotch_5.1/src/libscotch/graph_io.c src/src/libscotch/graph_io.c 1095 *** scotch_5.1/src/libscotch/graph_io.c 2008-05-22 06:44:42.000000000 -0700 1096 --- src/src/libscotch/graph_io.c 2013-05-06 14:14:17.000000000 -0700 1076 1097 *************** 1077 1098 *** 86,92 **** … … 1309 1330 } 1310 1331 1311 diff - rc src/src/libscotch/graph_io_scot.c new5/src/libscotch/graph_io_scot.c1312 *** s rc/src/libscotch/graph_io_scot.c 2008-05-22 06:44:42.000000000 -07001313 --- new5/src/libscotch/graph_io_scot.c 2010-07-21 17:13:15.641257522-07001332 diff -crB scotch_5.1/src/libscotch/graph_io_scot.c src/src/libscotch/graph_io_scot.c 1333 *** scotch_5.1/src/libscotch/graph_io_scot.c 2008-05-22 06:44:42.000000000 -0700 1334 --- src/src/libscotch/graph_io_scot.c 2013-05-06 14:14:17.000000000 -0700 1314 1335 *************** 1315 1336 *** 89,95 **** … … 1326 1347 } 1327 1348 1328 diff - rc src/src/libscotch/library_arch.c new5/src/libscotch/library_arch.c1329 *** s rc/src/libscotch/library_arch.c 2008-05-22 06:44:42.000000000 -07001330 --- new5/src/libscotch/library_arch.c 2010-07-21 17:13:15.643257536-07001349 diff -crB scotch_5.1/src/libscotch/library_arch.c src/src/libscotch/library_arch.c 1350 *** scotch_5.1/src/libscotch/library_arch.c 2008-05-22 06:44:42.000000000 -0700 1351 --- src/src/libscotch/library_arch.c 2013-05-06 14:14:17.000000000 -0700 1331 1352 *************** 1332 1353 *** 120,128 **** … … 1361 1382 1362 1383 /*+ This routine saves the given opaque 1363 diff - rc src/src/libscotch/library_arch_f.c new5/src/libscotch/library_arch_f.c1364 *** s rc/src/libscotch/library_arch_f.c 2008-05-22 06:44:42.000000000 -07001365 --- new5/src/libscotch/library_arch_f.c 2010-07-21 17:13:15.645257550 -07001384 diff -crB scotch_5.1/src/libscotch/library_arch_f.c src/src/libscotch/library_arch_f.c 1385 *** scotch_5.1/src/libscotch/library_arch_f.c 2008-05-22 06:44:42.000000000 -0700 1386 --- src/src/libscotch/library_arch_f.c 2013-05-06 14:14:18.000000000 -0700 1366 1387 *************** 1367 1388 *** 121,127 **** … … 1378 1399 fclose (stream); /* This closes filenum too */ 1379 1400 1380 diff - rc src/src/libscotch/library_error_exit.c new5/src/libscotch/library_error_exit.c1381 *** s rc/src/libscotch/library_error_exit.c 2009-01-20 00:36:33.000000000 -08001382 --- new5/src/libscotch/library_error_exit.c 2010-07-21 17:13:15.648257570 -07001401 diff -crB scotch_5.1/src/libscotch/library_error_exit.c src/src/libscotch/library_error_exit.c 1402 *** scotch_5.1/src/libscotch/library_error_exit.c 2009-01-20 00:36:33.000000000 -0800 1403 --- src/src/libscotch/library_error_exit.c 2013-05-06 14:14:18.000000000 -0700 1383 1404 *************** 1384 1405 *** 114,119 **** … … 1453 1474 + #endif /* MATLAB */ 1454 1475 } 1455 diff - rc src/src/libscotch/library_graph.c new5/src/libscotch/library_graph.c1456 *** s rc/src/libscotch/library_graph.c 2008-05-22 07:28:12.000000000 -07001457 --- new5/src/libscotch/library_graph.c 2010-07-21 17:13:15.650257584-07001476 diff -crB scotch_5.1/src/libscotch/library_graph.c src/src/libscotch/library_graph.c 1477 *** scotch_5.1/src/libscotch/library_graph.c 2008-05-22 07:28:12.000000000 -0700 1478 --- src/src/libscotch/library_graph.c 2013-05-06 14:14:18.000000000 -0700 1458 1479 *************** 1459 1480 *** 137,143 **** … … 1498 1519 1499 1520 /*+ This routine saves the contents of the given 1500 diff - rc src/src/libscotch/library_graph_f.c new5/src/libscotch/library_graph_f.c1501 *** s rc/src/libscotch/library_graph_f.c 2008-05-22 06:44:43.000000000 -07001502 --- new5/src/libscotch/library_graph_f.c 2010-07-21 17:13:15.652257598-07001521 diff -crB scotch_5.1/src/libscotch/library_graph_f.c src/src/libscotch/library_graph_f.c 1522 *** scotch_5.1/src/libscotch/library_graph_f.c 2008-05-22 06:44:43.000000000 -0700 1523 --- src/src/libscotch/library_graph_f.c 2013-05-06 14:14:18.000000000 -0700 1503 1524 *************** 1504 1525 *** 136,142 **** … … 1515 1536 fclose (stream); /* This closes filenum too */ 1516 1537 1517 diff - rc src/src/libscotch/library_graph_map.c new5/src/libscotch/library_graph_map.c1518 *** s rc/src/libscotch/library_graph_map.c 2008-09-28 04:04:05.000000000 -07001519 --- new5/src/libscotch/library_graph_map.c 2010-07-21 17:13:15.654257612-07001538 diff -crB scotch_5.1/src/libscotch/library_graph_map.c src/src/libscotch/library_graph_map.c 1539 *** scotch_5.1/src/libscotch/library_graph_map.c 2008-09-28 04:04:05.000000000 -0700 1540 --- src/src/libscotch/library_graph_map.c 2013-05-06 14:14:19.000000000 -0700 1520 1541 *************** 1521 1542 *** 182,192 **** … … 1540 1561 1541 1562 /*+ This routine computes a mapping 1542 diff - rc src/src/libscotch/library_graph_map_f.c new5/src/libscotch/library_graph_map_f.c1543 *** s rc/src/libscotch/library_graph_map_f.c 2008-06-28 03:44:26.000000000 -07001544 --- new5/src/libscotch/library_graph_map_f.c 2010-07-21 17:13:15.656257626-07001563 diff -crB scotch_5.1/src/libscotch/library_graph_map_f.c src/src/libscotch/library_graph_map_f.c 1564 *** scotch_5.1/src/libscotch/library_graph_map_f.c 2008-06-28 03:44:26.000000000 -0700 1565 --- src/src/libscotch/library_graph_map_f.c 2013-05-06 14:14:19.000000000 -0700 1545 1566 *************** 1546 1567 *** 183,189 **** … … 1557 1578 fclose (stream); /* This closes filenum too */ 1558 1579 1559 diff - rc src/src/libscotch/library.h new5/src/libscotch/library.h1560 *** s rc/src/libscotch/library.h 2009-05-09 16:08:03.000000000 -07001561 --- new5/src/libscotch/library.h 2010-07-21 17:13:15.660257654-07001580 diff -crB scotch_5.1/src/libscotch/library.h src/src/libscotch/library.h 1581 *** scotch_5.1/src/libscotch/library.h 2009-05-09 16:08:03.000000000 -0700 1582 --- src/src/libscotch/library.h 2013-05-06 14:14:19.000000000 -0700 1562 1583 *************** 1563 1584 *** 1,3 **** … … 1618 1639 + 1619 1640 + #endif //#ifndef _SCOTCH_H_ 1620 diff - rc src/src/libscotch/Makefile new5/src/libscotch/Makefile1621 *** s rc/src/libscotch/Makefile 2009-05-09 16:08:04.000000000 -07001622 --- new5/src/libscotch/Makefile 2010-07-21 17:13:15.665257689-07001641 diff -crB scotch_5.1/src/libscotch/Makefile src/src/libscotch/Makefile 1642 *** scotch_5.1/src/libscotch/Makefile 2009-05-09 16:08:04.000000000 -0700 1643 --- src/src/libscotch/Makefile 2013-05-06 14:14:19.000000000 -0700 1623 1644 *************** 1624 1645 *** 49,55 **** … … 2037 2058 + $(AR) $(ARFLAGS) $(@) $(?) 2038 2059 + -$(RANLIB) $(@) 2039 diff - rc src/src/libscotch/mapping.h new5/src/libscotch/mapping.h2040 *** s rc/src/libscotch/mapping.h 2008-10-27 08:27:47.000000000 -07002041 --- new5/src/libscotch/mapping.h 2010-07-21 17:13:15.667257702-07002060 diff -crB scotch_5.1/src/libscotch/mapping.h src/src/libscotch/mapping.h 2061 *** scotch_5.1/src/libscotch/mapping.h 2008-10-27 08:27:47.000000000 -0700 2062 --- src/src/libscotch/mapping.h 2013-05-06 14:14:20.000000000 -0700 2042 2063 *************** 2043 2064 *** 106,112 **** … … 2054 2075 2055 2076 #undef static 2056 diff - rc src/src/libscotch/mapping_io.c new5/src/libscotch/mapping_io.c2057 *** s rc/src/libscotch/mapping_io.c 2008-05-22 06:44:43.000000000 -07002058 --- new5/src/libscotch/mapping_io.c 2010-07-21 17:13:15.670257723-07002077 diff -crB scotch_5.1/src/libscotch/mapping_io.c src/src/libscotch/mapping_io.c 2078 *** scotch_5.1/src/libscotch/mapping_io.c 2008-05-22 06:44:43.000000000 -0700 2079 --- src/src/libscotch/mapping_io.c 2013-05-06 14:14:20.000000000 -0700 2059 2080 *************** 2060 2081 *** 199,204 **** … … 2143 2164 return (0); 2144 2165 } 2145 diff - rc src/src/libscotch/mesh_io_scot.c new5/src/libscotch/mesh_io_scot.c2146 *** s rc/src/libscotch/mesh_io_scot.c 2008-05-22 06:44:43.000000000 -07002147 --- new5/src/libscotch/mesh_io_scot.c 2010-07-21 17:13:15.672257737-07002166 diff -crB scotch_5.1/src/libscotch/mesh_io_scot.c src/src/libscotch/mesh_io_scot.c 2167 *** scotch_5.1/src/libscotch/mesh_io_scot.c 2008-05-22 06:44:43.000000000 -0700 2168 --- src/src/libscotch/mesh_io_scot.c 2013-05-06 14:14:20.000000000 -0700 2148 2169 *************** 2149 2170 *** 85,91 **** … … 2160 2181 } 2161 2182 2162 diff - rc src/src/libscotch/module.h new5/src/libscotch/module.h2163 *** s rc/src/libscotch/module.h 2009-04-26 23:07:14.000000000 -07002164 --- new5/src/libscotch/module.h 2010-07-21 17:13:15.675257758-07002183 diff -crB scotch_5.1/src/libscotch/module.h src/src/libscotch/module.h 2184 *** scotch_5.1/src/libscotch/module.h 2009-04-26 23:07:14.000000000 -0700 2185 --- src/src/libscotch/module.h 2013-05-06 14:14:20.000000000 -0700 2165 2186 *************** 2166 2187 *** 1,3 **** … … 2201 2222 + 2202 2223 + #endif //#ifndef _SCOTCH_MODULE_H_ 2203 diff - rc src/src/libscotch/parser_ll.l new5/src/libscotch/parser_ll.l2204 *** s rc/src/libscotch/parser_ll.l 2008-05-22 06:44:43.000000000 -07002205 --- new5/src/libscotch/parser_ll.l 2010-07-21 17:13:15.677257772-07002224 diff -crB scotch_5.1/src/libscotch/parser_ll.l src/src/libscotch/parser_ll.l 2225 *** scotch_5.1/src/libscotch/parser_ll.l 2008-05-22 06:44:43.000000000 -0700 2226 --- src/src/libscotch/parser_ll.l 2013-05-06 14:14:21.000000000 -0700 2206 2227 *************** 2207 2228 *** 192,197 **** … … 2230 2251 yyrestart (yyin); /* (Re-)initialize the parser */ 2231 2252 #endif /* FLEX_SCANNER */ 2232 diff - rc src/src/libscotch/parser_yy.y new5/src/libscotch/parser_yy.y2233 *** s rc/src/libscotch/parser_yy.y 2008-10-22 15:12:48.000000000 -07002234 --- new5/src/libscotch/parser_yy.y 2010-07-21 17:13:15.679257786-07002253 diff -crB scotch_5.1/src/libscotch/parser_yy.y src/src/libscotch/parser_yy.y 2254 *** scotch_5.1/src/libscotch/parser_yy.y 2008-10-22 15:12:48.000000000 -0700 2255 --- src/src/libscotch/parser_yy.y 2013-05-06 14:14:21.000000000 -0700 2235 2256 *************** 2236 2257 *** 774,779 **** … … 2243 2264 if (stratParserParse2 () != 0) { /* Parse the strategy string */ 2244 2265 if (parserstratcurr != NULL) 2245 diff - rc src/src/libscotch/vgraph_separate_vw.c new5/src/libscotch/vgraph_separate_vw.c2246 *** s rc/src/libscotch/vgraph_separate_vw.c 2008-05-22 06:44:43.000000000 -07002247 --- new5/src/libscotch/vgraph_separate_vw.c 2010-07-21 17:13:15.682257807-07002266 diff -crB scotch_5.1/src/libscotch/vgraph_separate_vw.c src/src/libscotch/vgraph_separate_vw.c 2267 *** scotch_5.1/src/libscotch/vgraph_separate_vw.c 2008-05-22 06:44:43.000000000 -0700 2268 --- src/src/libscotch/vgraph_separate_vw.c 2013-05-06 14:14:21.000000000 -0700 2248 2269 *************** 2249 2270 *** 83,88 **** … … 2265 2286 return (0); 2266 2287 } 2267 diff - rc src/src/Makefile new5/src/Makefile2268 *** s rc/src/Makefile 2008-09-15 05:50:51.000000000 -07002269 --- new5/src/Makefile 2010-07-21 17:13:15.684257821-07002288 diff -crB scotch_5.1/src/Makefile src/src/Makefile 2289 *** scotch_5.1/src/Makefile 2008-09-15 05:50:51.000000000 -0700 2290 --- src/src/Makefile 2013-05-06 14:14:21.000000000 -0700 2270 2291 *************** 2271 2292 *** 97,102 **** … … 2284 2305 -$(CP) -f ../bin/[agm]*$(EXE) $(bindir) 2285 2306 -$(CP) -f ../include/*scotch*.h $(includedir) 2286 Only in new5/src: Makefile.inc2287 diff - rc src/src/scotch/gmap.h new5/src/scotch/gmap.h2288 *** s rc/src/scotch/gmap.h 2008-06-18 11:05:17.000000000 -07002289 --- new5/src/scotch/gmap.h 2010-07-21 17:13:15.686257834-07002307 Only in src/src: Makefile.inc 2308 diff -crB scotch_5.1/src/scotch/gmap.h src/src/scotch/gmap.h 2309 *** scotch_5.1/src/scotch/gmap.h 2008-06-18 11:05:17.000000000 -0700 2310 --- src/src/scotch/gmap.h 2013-05-06 14:14:22.000000000 -0700 2290 2311 *************** 2291 2312 *** 1,3 **** … … 2304 2325 + 2305 2326 + #endif //#ifndef _SCOTCH_GMAP_H_ 2306 Only in new5/src/scotch: gmap_mex.c2307 Only in new5/src/scotch: gmapx.c2308 diff - rc src/src/scotch/Makefile new5/src/scotch/Makefile2309 *** s rc/src/scotch/Makefile 2009-04-27 02:19:43.000000000 -07002310 --- new5/src/scotch/Makefile 2010-07-21 17:13:15.689257855-07002327 Only in src/src/scotch: gmap_mex.c 2328 Only in src/src/scotch: gmapx.c 2329 diff -crB scotch_5.1/src/scotch/Makefile src/src/scotch/Makefile 2330 *** scotch_5.1/src/scotch/Makefile 2009-04-27 02:19:43.000000000 -0700 2331 --- src/src/scotch/Makefile 2013-05-06 14:14:22.000000000 -0700 2311 2332 *************** 2312 2333 *** 49,59 ****
Note:
See TracChangeset
for help on using the changeset viewer.