|
From: Vedran D. <ve...@ya...> - 2008-08-12 04:22:12
|
Iometer developers,
For your dynamos to be compatible with the newest features in iometer, you must define the following pre-processor variables:
-DUSE_NEW_DISCOVERY_MECHANISM -DFORCE_STRUCT_ALIGN
You may also optionally specify -DIOMTR_SETTING_CPU_AFFINITY
Some OS/ARCHs may need to do some work to get the port done. However, they are minor. All makefiles already reflect the first 2 changes.
Note, that with the structure alignment option, no additional structure pad members should be required if you use have the correct compiler directive (e.g. #pragma pack). Please contact me if you have problems with this.
Regards,
Ved
|