/beegfs/hackathon/users/eoseret/qaas_runs_test/178-663-3091/intel/CoMD/build/CoMD/CoMD/src-openmp/haloExchange.c: 655 - 661
--------------------------------------------------------------------------------

655:    int bId = ((AtomMsg*) b)->gid;
656:    assert(aId != bId);
657: 
658:    if (aId < bId)
659:       return -1;
660:    return 1;
661: }
