/home/eoseret/qaas_runs_CPU_9468/171-148-3214/intel/CoMD/build/CoMD/CoMD/src-openmp/haloExchange.c: 653 - 661
--------------------------------------------------------------------------------

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