AMPI #952: update ROMIO to MPICH2-1.4.1p1
[charm.git] / src / libs / ck-libs / ampi / romio / test / .codingcheck
blob0d0a655fa8143ded8ba0f697c9946d3135dd36a1
2 # We allow these routines for the romio test programs 
3 %romioTestRoutines = ( 
4         'printf' => sys, 'fprintf' => sys , 'sprintf' => sys, 'vprintf' => sys,
5         'strcpy' => sys, 'strncpy' => sys, 'strcat' => sys, 
6         'malloc' => sys, 'free' => sys, 'calloc' => sys, 'strdup' => sys,
7         'assert' => sys, 'snprintf' => sys, 
8         );
9 if (defined(&PushAllowFuncNames)) {
10     &PushAllowFuncNames( "romioTestRoutines", "tree", "add" );