I have parallel model with 4 test sockets.
All 4 test sockets contains step where .ini file is read/write.
All 4 test sockets are using the same .ini file.
If any two or more test sockets want to read/write into same .ini file at the same time program crashes since for test socket .ini file is not available.
How can I solve this?