Re: [Flightgear-devel] fg command arguments

2011-02-08 Thread Harry Campigli
Thanks Jacob,

I will check it out as its easier than my script to build command lines with
the  unique machine IO configs.

Harry


On Tue, Feb 8, 2011 at 12:32 PM, Jacob Burbach jmburb...@gmail.com

wrote:

 I think what your looking for is the --config option, it allows you to
 load arbitrary xml config files. So just create a separate xml for
 each camera definition and then use the --config option to load the
 appropriate one for that instance of fgfs.

 cheers!
 --Jacob


 --
 The ultimate all-in-one performance toolkit: Intel(R) Parallel Studio XE:
 Pinpoint memory and threading errors before they happen.
 Find and fix more than 250 security defects in the development cycle.
 Locate bottlenecks in serial and parallel code that limit performance.
 http://p.sf.net/sfu/intel-dev2devfeb
 ___
 Flightgear-devel mailing list
 Flightgear-devel@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/flightgear-devel

--
The ultimate all-in-one performance toolkit: Intel(R) Parallel Studio XE:
Pinpoint memory and threading errors before they happen.
Find and fix more than 250 security defects in the development cycle.
Locate bottlenecks in serial and parallel code that limit performance.
http://p.sf.net/sfu/intel-dev2devfeb___
Flightgear-devel mailing list
Flightgear-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/flightgear-devel


[Flightgear-devel] fg command arguments

2011-02-07 Thread castle
Is there a way to specify multiple preference.xml files in the data
directory?

Running a multi-core machine and need to run three instances of fg, each
with a different view with the camera specified in the xml file, but don't
want to run extra copies of the cameras in the slaves; just the camera
pertinent to the desired view.

A REALLY ugly way would be to create three data repositories, but that
would be the absolute last when everything else has failed option.

Looked over the all the options but nothing other than setting the fg-root
path to the directory or scenery.

Maybe just write some code in options to add that as a command argument
with a default to preferences.xml

John






--
The ultimate all-in-one performance toolkit: Intel(R) Parallel Studio XE:
Pinpoint memory and threading errors before they happen.
Find and fix more than 250 security defects in the development cycle.
Locate bottlenecks in serial and parallel code that limit performance.
http://p.sf.net/sfu/intel-dev2devfeb
___
Flightgear-devel mailing list
Flightgear-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/flightgear-devel


Re: [Flightgear-devel] fg command arguments

2011-02-07 Thread Jacob Burbach
I think what your looking for is the --config option, it allows you to
load arbitrary xml config files. So just create a separate xml for
each camera definition and then use the --config option to load the
appropriate one for that instance of fgfs.

cheers!
--Jacob

--
The ultimate all-in-one performance toolkit: Intel(R) Parallel Studio XE:
Pinpoint memory and threading errors before they happen.
Find and fix more than 250 security defects in the development cycle.
Locate bottlenecks in serial and parallel code that limit performance.
http://p.sf.net/sfu/intel-dev2devfeb
___
Flightgear-devel mailing list
Flightgear-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/flightgear-devel


Re: [Flightgear-devel] fg command arguments

2011-02-07 Thread castle
 I think what your looking for is the --config option, it allows you to
 load arbitrary xml config files. So just create a separate xml for
 each camera definition and then use the --config option to load the
 appropriate one for that instance of fgfs.

 cheers!
 --Jacob

Thanks, that sounds like what I'm looking for.

Question?  does it default to the fg_root directory, the local directory
where the fgfs script runs, or is the full path required.  Also is the
.xml file extension required?

Regards
John
 --
 The ultimate all-in-one performance toolkit: Intel(R) Parallel Studio XE:
 Pinpoint memory and threading errors before they happen.
 Find and fix more than 250 security defects in the development cycle.
 Locate bottlenecks in serial and parallel code that limit performance.
 http://p.sf.net/sfu/intel-dev2devfeb
 ___
 Flightgear-devel mailing list
 Flightgear-devel@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/flightgear-devel




--
The ultimate all-in-one performance toolkit: Intel(R) Parallel Studio XE:
Pinpoint memory and threading errors before they happen.
Find and fix more than 250 security defects in the development cycle.
Locate bottlenecks in serial and parallel code that limit performance.
http://p.sf.net/sfu/intel-dev2devfeb
___
Flightgear-devel mailing list
Flightgear-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/flightgear-devel


Re: [Flightgear-devel] fg command arguments

2011-02-07 Thread castle
 I think what your looking for is the --config option, it allows you to
 load arbitrary xml config files. So just create a separate xml for
 each camera definition and then use the --config option to load the
 appropriate one for that instance of fgfs.

 cheers!
 --Jacob

OK! disregard the questions, got it working.  Only comment, placement
seems to be important, needs to run after all the other stuff

Thanks again
John


--
The ultimate all-in-one performance toolkit: Intel(R) Parallel Studio XE:
Pinpoint memory and threading errors before they happen.
Find and fix more than 250 security defects in the development cycle.
Locate bottlenecks in serial and parallel code that limit performance.
http://p.sf.net/sfu/intel-dev2devfeb
___
Flightgear-devel mailing list
Flightgear-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/flightgear-devel