Changeset 9582
- Timestamp:
- 09/02/11 09:34:47 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk/src/c/modules/Dakotax/Dakotax.cpp
r9571 r9582 70 70 /*Retrieve parameters: */ 71 71 #ifdef _SERIAL_ 72 FetchMatlabData((DataSet**)¶meters,mxGetField((mxArray*)femmodel,0,"parameters")); 72 printf("-------------- file: Dakotax.cpp line: %i\n",__LINE__); 73 FetchMatlabData((Parameters**)¶meters,mxGetField((mxArray*)femmodel,0,"parameters")); 74 printf("-------------- file: Dakotax.cpp line: %i\n",__LINE__); 73 75 #else 74 76 parameters=femmodel->parameters; 75 77 #endif 76 77 PetscSynchronizedPrintf(MPI_COMM_WORLD,"hello %i\n",my_rank);78 PetscSynchronizedFlush(MPI_COMM_WORLD);79 80 81 78 82 79 /*Recover dakota_input_file, dakota_output_file and dakota_error_file, in the parameters dataset in parallel */
Note:
See TracChangeset
for help on using the changeset viewer.