Changeset 8196
- Timestamp:
- 05/06/11 21:30:59 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk/src/c/solutions/issm.cpp
r7307 r8196 48 48 MPI_Comm_size(MPI_COMM_WORLD,&num_procs); 49 49 50 /*First check number of inputs*/ 50 51 _printf_(true,"Launching solution sequence\n"); 52 if(argc<2)_error_("Usage error: no solution requested"); 51 53 solution_type=StringToEnum(argv[1]); 52 54 petscoptionsfilename=argv[4]; 53 55 lockname=argv[6]; 54 55 56 56 57 MPI_Barrier(MPI_COMM_WORLD); start_init=MPI_Wtime();
Note:
See TracChangeset
for help on using the changeset viewer.