Changes between Version 8 and Version 9 of WRF4GFrameworkConfiguration
- Timestamp:
- Sep 12, 2012 11:17:34 AM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WRF4GFrameworkConfiguration
v8 v9 11 11 WRF4G framework allows us to define all the computing resources we have access to (clusters, grid infrastructures, single computers...). Given a list of resources, when we run an experiment, we can let framework choose the resources for us, or we can indicate the requirements our experiment has (we may want to run an experiment in a given resource). 12 12 13 The WRF4G framework is configured by default to use a single resource (the computer where WRF4G has been installed). In order to add more resources, users have to list them in the Computing Resources section of framework4g.conf (See [wiki:WRF4Gframework4g_conf framework4g.conf] to get more information about adding resources). After modifying this file, in order to make the change effective, users will have to reload the framework with the following command : 'wrf4g_framework reload'13 The WRF4G framework is configured by default to use a single resource (the computer where WRF4G has been installed). In order to add more resources, users have to list them in the Computing Resources section of framework4g.conf (See [wiki:WRF4Gframework4g_conf framework4g.conf] to get more information about adding resources). After modifying this file, in order to make the change effective, users will have to reload the framework with the following command `wrf4g_framework reload` 14 14 15 15 == Database configuration == … … 17 17 The DB configuration is set in the Database section of framework4g.conf (See [wiki:WRF4Gframework4g_conf framework4g.conf] to get more information about configuring Database) 18 18 19 [[NoteBox(note, Note that DB_PORT of UI has to be reachable from the Computing Resources (to update the experiment information). Therefore\, DB_PORThas to be open in the firewall.)]]19 [[NoteBox(note, Note that '''DB_PORT''' of UI has to be reachable from the Computing Resources (to update the experiment information). Therefore\, '''DB_PORT''' has to be open in the firewall.)]]