.ampl: model Y1.mod;
ampl: data Y1_1.txt;
ampl: data Y1_2.txt;
ampl: data Y1_3.txt;
ampl: write ptest;
Unknown option outopt ptest (-optest).
Dear AMPL team,I am working in a Linux cluster trying to solve a large linear problem a student is researching on. I got the error :
Bad line 436884319 of /tmp/at162348.nlI proceeded to read in your group and found the idea of writing the binary file. Then I did it but I got another error located at the very bottom of the of this message.1. What does it mean?2. Also, I am suspecting that what you say in Using AMPL under Unix "ampl-unix.pdf " document maybe happening . A solution suggested there is "The option TMPDIR specifies a directory to which temporary files will be written. When it is left at its default setting, the temporary files are written to /tmp. If there were also a filesystem /moretmp having more free space, for example, you could send the temporary files there by typ- ingampl: option TMPDIR "/moretmp"; You could also send the files to one of your own directories, say mytemp, by setting TMPDIR to mytemp". How can I know the size of the file .nl ?