Link Search Menu Expand Document
Converted document
 Section 2.4: The FEBio Prompt Up Chapter 2: Running FEBio Section 2.6: Using Multiple Processors 

2.5 The Configuration File

As of version 1.2, FEBio uses a configuration file to store platform-specific settings, such as the default linear solver and the list of plugins that need to be loaded at startup. The configuration file uses an xml format to store data and is detailed in Chapter 9↓. For backward compatibility, it is still possible to run FEBio without the configuration file. In that case, the default settings prior to version 1.2 are used.
Example:
> febio –i myfile.feb -noconfig
The default configuration file needs to be stored in the same location as the executable and named febio.xml. Alternatively, the location and the name of the file can also be specified on the command line using the –cnf option.
Example:
> febio -i myfile.feb –config /home/my/folder/FEBio/febio.xml
 Section 2.4: The FEBio Prompt Up Chapter 2: Running FEBio Section 2.6: Using Multiple Processors