itaps-parallel Issues to be resolved from today's telecon

Lori A. Diachin diachin2 at llnl.gov
Wed Nov 12 16:48:47 CST 2008


Lori:  Set up itaps-announce and itaps-user mailing lists

Tim: Update slides to reflect any changes to FindConnect and HelloMesh, 
Sets and Tags, etc.  Includes removal of 0 for root set.  Update source 
code as needed.

Tim: send out fortran name mangling instructions using configure; others 
analyze and try to implement to have consistency across ITAPS 
implementations and services

Ryan, Martin, Vitus, Onkar: short introduction in HandsOn_Session.txt 
file in the tutorial examples reflecting what you are going to learn, 
the tools used, etc.   See Karen's Hello/HandsOn for an example.  All 
changes to HandsOn_Session.txt files should be complete by Thursday COB 
for printing.

Onkar/Ting: Fix the errors in the iMesh.h second order adjacency 
information based on the email Karen sent on 11/7 for the functions  
iMesh_getEnt2ndAdj, iMesh_getEntArr2ndAdj  ... looks like there are a 
couple of parameters that need to be defined and couple that are defined 
that are not in the argument list (see the end of the message).

Lori: update the web pages to reflect iMeshP interfaces; no tarballs yet

All: update tarballs and place in the /usr/local/itaps/Dist directory; 
send email to all for testing.


Error in iMesh.h file

  /**\brief Get "2nd order" adjacencies to an entity
 * Get "2nd order" adjacencies to an entity, that is, from an entity, 
through
 * other entities of a specified "bridge" dimension, to other entities 
of another
 * specified "to" dimension.
 * \param instance iMesh instance for this call
 * \param entity_handle Entity from which adjacencies are requested
 * \param bridge_dimension Bridge dimension for 2nd order adjacencies
 * \param to_dimension Dimension of adjacent entities returned
 * \param adjacent_entities Adjacent entities
 * \param adjacent_entities_allocated Allocated size of returned array
 * \param adjacent_entities_size Occupied size of returned array
 * \param err
 */
  void iMesh_getEnt2ndAdj( iMesh_Instance instance,
                           iBase_EntityHandle entity_handle,
                           int order_adjacent_key,
                           int requested_entity_type,
                           iBase_EntityHandle** adjacent_entities,
                           int* adjacent_entities_allocated,
                           int* adjacent_entities_size,
                           int* err );





More information about the itaps-parallel mailing list