Message boards :
Number crunching :
need app_info.xml stuff for non-MT app
Message board moderation
Author | Message |
---|---|
zombie67 [MM] Send message Joined: 29 Aug 11 Posts: 38 Credit: 13,384,348 RAC: 0 |
I would like to go back to using the non-MT app. I think the only way to do that is via anonymous platform. But in order to do that, you need to have all the application files. My machines have only the MT files any more. Where can the app files be downloaded from? TIA! Reno, NV Team: SETI.USA |
yoyo_rkn Volunteer moderator Project administrator Project developer Project tester Volunteer developer Volunteer tester Project scientist Send message Joined: 22 Aug 11 Posts: 736 Credit: 17,612,101 RAC: 51 |
You have them already ;) They are the same as for the non-MT app. The only difference is the job.xml for the wrapper which starts yafu with or without -threads. yoyo |
zombie67 [MM] Send message Joined: 29 Aug 11 Posts: 38 Credit: 13,384,348 RAC: 0 |
Ah. Good to know. And also, I forgot about the wrapper. I have no idea how to write an app_info file for that. I don't suppose you (or anyone) would be willing to write one for me? Pleeeease? Reno, NV Team: SETI.USA |
NATE1 Send message Joined: 17 Dec 11 Posts: 20 Credit: 3,079,237 RAC: 0 |
maybe an option in: Preferences for this project :to run mt or not run mt, project T4T has it |
zombie67 [MM] Send message Joined: 29 Aug 11 Posts: 38 Credit: 13,384,348 RAC: 0 |
maybe an option in: Preferences for this project :to run mt or not run mt, That's interesting. DA said it was not possible. Reno, NV Team: SETI.USA |
NATE1 Send message Joined: 17 Dec 11 Posts: 20 Credit: 3,079,237 RAC: 0 |
You have them already ;) it look like all you have to do is have the project set(or not set) the -threads flag in the job.xml according to the above. DA may have not know at the time DA answered. my $0.02 |
10esseeTony Send message Joined: 27 Sep 15 Posts: 1 Credit: 2,547,039 RAC: 0 |
<!-- YAFU --> <app_config> <!-- YAFU --> <!-- YAFU --> <app_version> <app_name>yafu</app_name> <plan_class>mt</plan_class> <avg_ncpus>2</avg_ncpus> This is the number of threads you want to run <cmdline>--nthreads 2</cmdline> </app_version> </app_config>[/b] |
marmot Send message Joined: 5 Nov 15 Posts: 33 Credit: 53,531,496 RAC: 0 |
<!-- YAFU --> Thanks! I didn't know the plan class as 'mt' and was struggling to get this to work. |