Changeset 5913
- Timestamp:
- 09/20/10 16:29:34 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk/src/c/solutions/issm.cpp
r5903 r5913 42 42 43 43 /*Initialize Petsc and get start time*/ 44 PetscInitialize(&argc,&argv,"petsc.rc",""); 44 int ierr=PetscInitialize(&argc,&argv,"petsc.rc",""); 45 if(ierr) ISSMERROR("Could not initialize Petsc"); 45 46 MPI_Barrier(MPI_COMM_WORLD); start=MPI_Wtime(); 46 47
Note:
See TracChangeset
for help on using the changeset viewer.