Esempio n. 1
0
/* unlock the mutex associated with this fio.  */
void gmx_fio_unlock(t_fileio *fio)
{
#ifdef GMX_THREAD_MPI
    tMPI_Lock_unlock(&(fio->mtx));
#endif
}
Esempio n. 2
0
/* unlock the mutex associated with this fio.  */
void gmx_fio_unlock(t_fileio *fio)
{
    tMPI_Lock_unlock(&(fio->mtx));
}