Message boards : Server programs : Is any excutable program suitable for using wrapper?
Message board moderation
Author | Message |
---|---|
Send message Joined: 21 Jun 08 Posts: 27 |
Is any excutable program suitable for using wrapper? Are there any constraints? |
Send message Joined: 27 Jun 06 Posts: 305 |
Some projects are even using interpreter programs within a wrapper. Basically you can use any program or script that you can start from the command line somehow. Crunchers will be unhappy, if results run very long without having checkpoints and if programs do not pause when BOINC tells them to. Multithreaded applications can cause trouble as well, as those will usually affect other projects. If you do not have any control over the source of the wrapped program (i.e. want to wrap a ready-made program), you will probably not be able to add those features, if the program doesn't come with them. Basically they will still run - but the problem will be to find someone who wants to run them ;-) p.s.: Programs that do not run in batch mode and insist in having a GUI will not be wrappable of course - but I guess that's understood. Same for programs that insist in beeing attached to a tty. |
Send message Joined: 21 Jun 08 Posts: 27 |
Some projects are even using interpreter programs within a wrapper. Basically you can use any program or script that you can start from the command line somehow. Thanks for your reply. But I still got one problem as follows: I have got a a.exe file which I did not have source codes, one configuration file named config_math.dat , one input file name input.txt. I execute the program in command prompt in WindowsXP using the command line as follows: a.exe -i input.txt -c config_math.dat -o d:\output\ because the program will generate four output files, above the command line " -o d:\output" indicates that which folder the four output files automatically generate in. I think Wrapper don't know how to combine a.exe with the input file input.txt and the configuration file config_math.dat?Did I do some configurationns to wrap a.exe? How to do with config_math.dat? |
Copyright © 2024 University of California.
Permission is granted to copy, distribute and/or modify this document
under the terms of the GNU Free Documentation License,
Version 1.2 or any later version published by the Free Software Foundation.