示例#1
0
文件: gmxfio.c 项目: yhalcyon/Gromacs
/* unlock the mutex associated with this fio.  */
void gmx_fio_unlock(t_fileio *fio)
{
#ifdef GMX_THREAD_MPI
    tMPI_Lock_unlock(&(fio->mtx));
#endif
}
示例#2
0
/* unlock the mutex associated with this fio.  */
void gmx_fio_unlock(t_fileio *fio)
{
    tMPI_Lock_unlock(&(fio->mtx));
}