CFD Online Discussion Forums

CFD Online Discussion Forums (https://www.cfd-online.com/Forums/)
-   FLUENT (https://www.cfd-online.com/Forums/fluent/)
-   -   Question to "scheme gourous" (https://www.cfd-online.com/Forums/fluent/29358-question-scheme-gourous.html)

Mickaël PERRIN February 13, 2002 13:48

Question to "scheme gourous"
 
Hi,

I wrote a scheme script to export and convert (and do many things...) automatically fluent files into tecplot ones.

under Linux (RedHat 6.2), my function works very well, but under Unix, i receive this error:

sh: /bin/ls: 0403-027 The parameter list is too long.

I don't know how to override it? Any ideas?

Thanks.

Mickaël

Here is a part of my code:

[...] (define filesdat "fluent_data_files-*") [...] (let loop ((files (file-pattern-exists? filesdat)))

(if (pair? files)

(begin

[...] (loop (cdr files)))))



All times are GMT -4. The time now is 18:44.