POLYFLOW - result files are not found for a data file created on PC and run on a UNIX machine


when you run on UNIX a dat file that has been generated with POLYMAN on Windows, it may happen that output files (results) are not found. This originates from the fact that characters are used in pathnames on PC, while they are interpreted as ordinary characters on UNIX. In fact, POLYFLOW will create the files Outputsres, Outputsrst and Outputsfv
To fix this, you should replace the " " with " / ". Most probably, the safest way consists of entering the following command on the UNIX machine:
sed 's////g' dat > unix.dat





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