2012-03-28 |
Gengbin Zheng | Revert "a function to return Cray XE torus dimension"
|
commit | commitdiff | tree |
2012-03-28 |
Gengbin Zheng | a function to return Cray XE torus dimension
|
commit | commitdiff | tree |
2012-03-27 |
Gengbin Zheng | Merge branch 'charm' of charmgit:charm into charm
|
commit | commitdiff | tree |
2012-03-27 |
Gengbin Zheng | add counters for PumpDatagramConnection()
|
commit | commitdiff | tree |
2012-03-27 |
Gengbin Zheng | dynamic SMSG working with SMP
|
commit | commitdiff | tree |
2012-03-27 |
Gengbin Zheng | suppress some compilation warnings when using spinlock
|
commit | commitdiff | tree |
2012-03-27 |
Gengbin Zheng | allow using spin_lock
|
commit | commitdiff | tree |
2012-03-27 |
Gengbin Zheng | updated
|
commit | commitdiff | tree |
2012-03-27 |
Gengbin Zheng | test pthread_spin_lock
|
commit | commitdiff | tree |
2012-03-27 |
Gengbin Zheng | fix a compilation error
|
commit | commitdiff | tree |
2012-03-27 |
Gengbin Zheng | +gni_stats_root to specify counter subdir name
|
commit | commitdiff | tree |
2012-03-27 |
Gengbin Zheng | minor
|
commit | commitdiff | tree |
2012-03-27 |
Gengbin Zheng | have a node level persistent setup API.
|
commit | commitdiff | tree |
2012-03-24 |
Gengbin Zheng | charm may skip calling LrtsSend when sending to same PE.
|
commit | commitdiff | tree |
2012-03-24 |
Gengbin Zheng | remove a print
|
commit | commitdiff | tree |
2012-03-24 |
Gengbin Zheng | make send persistent table link list (instead of fixed...
|
commit | commitdiff | tree |
2012-03-24 |
Gengbin Zheng | fix a bug in PumpRemote: over-decreased send counter.
|
commit | commitdiff | tree |
2012-03-24 |
Gengbin Zheng | persistent buffer allocation use mempool.
|
commit | commitdiff | tree |
2012-03-23 |
Gengbin Zheng | minor change in printing stats format
|
commit | commitdiff | tree |
2012-03-22 |
Gengbin Zheng | add an env variable CHARM_UGNI_RDMA_MAX for rdma cap.
|
commit | commitdiff | tree |
2012-03-22 |
Gengbin Zheng | add RECV_CAp
|
commit | commitdiff | tree |
2012-03-22 |
Gengbin Zheng | count time for SendRdmaMsg call.
|
commit | commitdiff | tree |
2012-03-22 |
Gengbin Zheng | use two indexpool, one dedicated for persistent message...
|
commit | commitdiff | tree |
2012-03-22 |
Gengbin Zheng | Merge branch 'charm' of charmgit:charm into charm
|
commit | commitdiff | tree |
2012-03-22 |
Gengbin Zheng | separate get and put counters
|
commit | commitdiff | tree |
2012-03-21 |
Gengbin Zheng | Merge branch 'charm' of charmgit:charm into charm
|
commit | commitdiff | tree |
2012-03-21 |
Gengbin Zheng | minor change
|
commit | commitdiff | tree |
2012-03-21 |
Gengbin Zheng | persistent work with SMP
|
commit | commitdiff | tree |
2012-03-21 |
Gengbin Zheng | fix to keep up with the change in ListSend in LRTS
|
commit | commitdiff | tree |
2012-03-21 |
Gengbin Zheng | re-arrange ListSend into LRTS
|
commit | commitdiff | tree |
2012-03-21 |
Gengbin Zheng | use pxshm before using persistent
|
commit | commitdiff | tree |
2012-03-20 |
Gengbin Zheng | fix memory registeration bug with persistent message
|
commit | commitdiff | tree |
2012-03-20 |
Gengbin Zheng | Merge branch 'charm' of charmgit:charm into charm
|
commit | commitdiff | tree |
2012-03-19 |
Gengbin Zheng | support REMOTE_EVENT in persistent
|
commit | commitdiff | tree |
2012-03-19 |
Gengbin Zheng | Merge branch 'charm' of charmgit:charm into charm
|
commit | commitdiff | tree |
2012-03-19 |
Gengbin Zheng | make ackpool general
|
commit | commitdiff | tree |
2012-03-19 |
Gengbin Zheng | Merge branch 'charm' of charmgit:charm into charm
|
commit | commitdiff | tree |
2012-03-19 |
Gengbin Zheng | some minor clean up
|
commit | commitdiff | tree |
2012-03-19 |
Gengbin Zheng | seem to be a typo
|
commit | commitdiff | tree |
2012-03-19 |
Gengbin Zheng | reverte
|
commit | commitdiff | tree |
2012-03-19 |
Gengbin Zheng | disable FMA if using remote events
|
commit | commitdiff | tree |
2012-03-19 |
Gengbin Zheng | fix message registration bug in persistent
|
commit | commitdiff | tree |
2012-03-18 |
Gengbin Zheng | persistent comm works again with the new mem registration...
|
commit | commitdiff | tree |
2012-03-18 |
Gengbin Zheng | only add padding for 32 bit
|
commit | commitdiff | tree |
2012-03-18 |
Gengbin Zheng | fix for persistent on SMP
|
commit | commitdiff | tree |
2012-03-18 |
Gengbin Zheng | Merge branch 'charm' of charmgit:charm into charm
|
commit | commitdiff | tree |
2012-03-18 |
Gengbin Zheng | srcpe is used for two purpose, one for plain chare...
|
commit | commitdiff | tree |
2012-03-18 |
Gengbin Zheng | AMPI FIX: Alltoall recursive doubling algo for small...
|
commit | commitdiff | tree |
2012-03-18 |
Gengbin Zheng | turn CMK_MEMORY_PROTECTABLE off. When mixing with hugetlbfs...
|
commit | commitdiff | tree |
2012-03-17 |
Gengbin Zheng | important fix: correctly keep track of non-NULL element...
|
commit | commitdiff | tree |
2012-03-16 |
Gengbin Zheng | fix for smp
|
commit | commitdiff | tree |
2012-03-16 |
Gengbin Zheng | error check for overflow
|
commit | commitdiff | tree |
2012-03-15 |
Gengbin Zheng | re-fix the previous commit
|
commit | commitdiff | tree |
2012-03-15 |
Gengbin Zheng | Merge branch 'charm' of charmgit:charm into charm
|
commit | commitdiff | tree |
2012-03-15 |
Gengbin Zheng | fix a bug in error checking for overflow
|
commit | commitdiff | tree |
2012-03-14 |
Gengbin Zheng | fix a bug in error checking for MPI_Gather, only root...
|
commit | commitdiff | tree |
2012-03-14 |
Gengbin Zheng | AMPI: always assume no anytime migration and static...
|
commit | commitdiff | tree |
2012-03-14 |
Gengbin Zheng | add a command line option for staticInsertion
|
commit | commitdiff | tree |
2012-03-13 |
Gengbin Zheng | Merge branch 'charm' of charmgit:charm into charm
|
commit | commitdiff | tree |
2012-03-13 |
Gengbin Zheng | modify remote event scheme to work with multi sender
|
commit | commitdiff | tree |
2012-03-13 |
Gengbin Zheng | fix wrong number of params in TRACE_COMM_CONTROL_CREATION
|
commit | commitdiff | tree |
2012-03-13 |
Gengbin Zheng | use remote_event for ack
|
commit | commitdiff | tree |
2012-03-10 |
Gengbin Zheng | comment the change in PostNonLocal about adding tracing
|
commit | commitdiff | tree |
2012-03-10 |
Gengbin Zheng | add a command line option to print stats
|
commit | commitdiff | tree |
2012-03-10 |
Gengbin Zheng | add endIdle before LrtsPostNonLocal and beginIdle after it.
|
commit | commitdiff | tree |
2012-03-09 |
Gengbin Zheng | fix memory leak in multiple send mode
|
commit | commitdiff | tree |
2012-03-09 |
Gengbin Zheng | piggyback ack to control message for large message
|
commit | commitdiff | tree |
2012-03-08 |
Gengbin Zheng | minor clean up
|
commit | commitdiff | tree |
2012-03-08 |
Gengbin Zheng | fix an old typo
|
commit | commitdiff | tree |
2012-03-08 |
Gengbin Zheng | clean up shm and sem more cleanly.
|
commit | commitdiff | tree |
2012-03-08 |
Gengbin Zheng | unlink shm file once it is opened.
|
commit | commitdiff | tree |
2012-03-08 |
Gengbin Zheng | in alloc_mempool_block, size must be hugetlb pagesize...
|
commit | commitdiff | tree |
2012-03-07 |
Gengbin Zheng | Merge branch 'charm' of charmgit:charm into charm
|
commit | commitdiff | tree |
2012-03-07 |
Gengbin Zheng | two features:
|
commit | commitdiff | tree |
2012-03-07 |
Gengbin Zheng | minor change
|
commit | commitdiff | tree |
2012-03-06 |
Gengbin Zheng | clean up some use of int (where should be CmiUInt8)
|
commit | commitdiff | tree |
2012-03-05 |
Gengbin Zheng | use gethugepagesize to determine the page size.
|
commit | commitdiff | tree |
2012-03-04 |
Gengbin Zheng | fix macro MallocAckMsg, FreeAckMsg, etc so that they...
|
commit | commitdiff | tree |
2012-03-04 |
Gengbin Zheng | minor clean up
|
commit | commitdiff | tree |
2012-03-04 |
Gengbin Zheng | fix a potential race condition in previous checkin
|
commit | commitdiff | tree |
2012-03-04 |
Gengbin Zheng | a minor optimization to the previous commit, maintan...
|
commit | commitdiff | tree |
2012-03-04 |
Gengbin Zheng | for SMP, implement a single queue scheme for buffered...
|
commit | commitdiff | tree |
2012-03-04 |
Gengbin Zheng | consider multicore version when non comm thread in...
|
commit | commitdiff | tree |
2012-03-04 |
Gengbin Zheng | when tracing disabled, disable tracing-commthread too
|
commit | commitdiff | tree |
2012-03-04 |
Gengbin Zheng | make it 6.4.0
|
commit | commitdiff | tree |
2012-03-03 |
Gengbin Zheng | set charm version to 6.4 to avoid confusion with NAMD
|
commit | commitdiff | tree |
2012-03-03 |
Gengbin Zheng | change CREDIT value back
|
commit | commitdiff | tree |
2012-03-03 |
Gengbin Zheng | make ack_msg for medium size message smaller
|
commit | commitdiff | tree |
2012-03-01 |
Gengbin Zheng | fixed a crash on cray compiler in SMP.
|
commit | commitdiff | tree |
2012-03-01 |
Gengbin Zheng | better dependence
|
commit | commitdiff | tree |
2012-03-01 |
Gengbin Zheng | fix assumption of in-order delivery when doing packetization.
|
commit | commitdiff | tree |
2012-02-28 |
Gengbin Zheng | removing memblocks quits when usage below the limit
|
commit | commitdiff | tree |
2012-02-28 |
Gengbin Zheng | free_mempool_blocka call the correct memory-deregistration...
|
commit | commitdiff | tree |
2012-02-25 |
Gengbin Zheng | for smp in function SendBufferMsg, avoid looping from...
|
commit | commitdiff | tree |
2012-02-25 |
Gengbin Zheng | minor clean up
|
commit | commitdiff | tree |
2012-02-25 |
Gengbin Zheng | make clean remove debugLog
|
commit | commitdiff | tree |
2012-02-25 |
Gengbin Zheng | increase timeout
|
commit | commitdiff | tree |
2012-02-24 |
Gengbin Zheng | fix for cray compiler
|
commit | commitdiff | tree |
2012-02-24 |
Gengbin Zheng | Merge branch 'charm' of charmgit:charm into charm
|
commit | commitdiff | tree |
2012-02-24 |
Gengbin Zheng | trace a bug in traceBegin when tracing comm thread...
|
commit | commitdiff | tree |