int user_initialize(void **user)
The user allocates space for and initializes the user-defined data structures for the master process.
| void **user | OUT | Pointer to the user-defined data structure. | 
| ERROR | Error. SYMPHONY stops. | 
| USER_NO_PP | Initialization is done. |