Hi Mahesh,
The scenario you are describing is unrealistic on the same design. slow and fast cells are not just different process but also different operating conditions so one library would end up extrapolated to the other's operating conditions which is likely not what you want since fast would not be fast at that point or similar if slow was extrapolated. However, if your libraries are indeed characterized to same operating condition but only process is differenet, then you can simply do
set_attr library {slow.lib fast.lib} /
as documented in the attribute reference and the user guide.
hope this helps,
gh-