java - Is there any differences between send and dsend in SimGrid? -


is there differences between send , dsend in simgrid, except except blocking/ non-blocking function?

dsend non-blocking detached send. if non-blocking send, that's isend. difference absolutely have msg_comm_wait() or msg_comm_test() finish communication started isend (the data transfer not occur unless so), cannot interact communication started dsend.

the concept of detached communications inspired detached threads, may read on internet.


Comments

Popular posts from this blog

compilation - PHP install fails on Ubuntu 14 (make: *** [sapi/cli/php] Error 1) PHP 5.6.20 -

java - nested exception is org.hibernate.exception.SQLGrammarException: could not extract ResultSet Hibernate+SpringMVC -

sql - Postgresql tables exists, but getting "relation does not exist" when querying -