|
From: Stefan J. <st...@gr...> - 2006-08-29 09:04:56
|
Am Di, 29.08.2006, 10:47, schrieb asco developer:^ Hi there! >> on the linker line. On Solaris you'll need also some other libraries, > > Weird, I have tried on Solaris (with GCC) and it works as implemented > today. > > >> etc., etc. >> >> Anyway. It's not about to really handle this. It is just useless >> overhead >> for a program to find out the output files of ASCO by determining the >> hostname. >> >> It should be possible to let the program pass the filename to ASCO. >> That >> is much! more convenient. On the other hand ASCO itself can remain >> using >> hostnames for "intermediate" files in order not to get confused about >> different machines involved in optimization. > > OK, I will work on it. > > machine.dat ==> $filename.dat > machine.log ==> $filename.log > asco.log ==> asco.log (does not change) > > is the above names what you want. Yep. A e.g. -o filename command line option is then used to pass the requested filename. Or probably in the config file... Cheers, Stefan. |