- Timestamp:
- 09/16/13 09:43:55 (12 years ago)
- Location:
- issm/trunk
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk
- Property svn:ignore
-
old new 1 nightlylog 2 configure.sh 1 3 par 2 4 ad
-
- Property svn:mergeinfo changed
/issm/trunk-jpl merged: 15397-15401,15403-15487,15489-15701,15704-15735,15737-16076,16082-16133
- Property svn:ignore
-
issm/trunk/src
- Property svn:mergeinfo changed
-
issm/trunk/src/c
- Property svn:ignore
-
old new 14 14 probe.results 15 15 stXXXX* 16 16 .deps 17 .dirstamp
-
- Property svn:ignore
-
issm/trunk/src/c/toolkits
-
Property svn:ignore
set to
.deps
.dirstamp
-
Property svn:ignore
set to
-
issm/trunk/src/c/toolkits/plapack/patches/PlapackInvertMatrix.cpp
r15396 r16137 12 12 #include "../../scalapack/FortranMapping.h" 13 13 14 void PlapackInvertMatrixLocalCleanup(PLA_Obj* pa,PLA_Template* ptempl,double** parrayA,int** pidxnA, MPI_Comm* pcomm_2d);14 void PlapackInvertMatrixLocalCleanup(PLA_Obj* pa,PLA_Template* ptempl,double** parrayA,int** pidxnA,ISSM_MPI_Comm* pcomm_2d); 15 15 16 16 int PlapackInvertMatrix(Mat* A,Mat* inv_A,int status,int con,COMM comm){ … … 27 27 28 28 /*Plapack: */ 29 MPI_Datatype datatype;30 MPI_Comm comm_2d;29 ISSM_MPI_Datatype datatype; 30 ISSM_MPI_Comm comm_2d; 31 31 PLA_Obj a=NULL; 32 32 PLA_Template templ; … … 85 85 86 86 /* Set the datatype */ 87 datatype = MPI_DOUBLE;87 datatype = ISSM_MPI_DOUBLE; 88 88 89 89 /* Copy A into a*/ … … 123 123 /*Finalize PLAPACK*/ 124 124 PLA_Finalize(); 125 MPI_Comm_free(&comm_2d);125 ISSM_MPI_Comm_free(&comm_2d); 126 126 }
Note:
See TracChangeset
for help on using the changeset viewer.