/home/eoseret/qaas_runs_CPU_9468/171-148-3214/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: }
