A customer is trying to compress many .rst files in a row and all the resulting files but the last one are corrupted. Why is this?


It seems that the problem is that Ansys launches many threads and works on different .rst files in the same time and thus the files are corrupted.

The solution is to insert "/clear" between the compress operations.

/aux3

file,original,rst
delete,set,1,9
compress

fini
/clear

/aux3
file,original2,rst
delete,set,1,9
compress

fini
/clear

/aux3
file,original3,rst
delete,set,1,9
compress





Show Form
No comments yet. Be the first to add a comment!