Changes between Version 2 and Version 3 of WRF4Ggihc
- Timestamp:
- May 3, 2013 10:30:34 AM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WRF4Ggihc
v2 v3 7 7 * FORK 8 8 * !LoadLeveler 9 * SLURM9 * '''SLURM''' 10 10 11 In order to add new resources, you need to edit `ComputingResources` section in the [wiki:WRF4Gframework4g_conf framework4g.conf] file which is located under `$WRF4G_LOCATION/etc` directory. The file has to contain one resource per line with the format:11 In order to add new resources, you need to edit [wiki:WRF4Gframework4g_conf#ComputingResources Computing Resources] section in the [wiki:WRF4Gframework4g_conf framework4g.conf] file, which is located under `$HOME/WRF4G/etc` directory. The file has to contain one resource per line with the format: 12 12 13 13 {{{ … … 18 18 19 19 where: 20 * '''resource_name''': It is the name of the computing resource.21 * '''attributes''': They are the static attributes of the computing resource. The syntax is:20 * '''resource_name''': It is the name of the CR. 21 * '''attributes''': They are the static attributes of the CR. The syntax is: 22 22 * `<scheme>://<username>@<host:port>?<query>` 23 23 * '''scheme''': URL schemes available are "ssh" and "local". … … 26 26 * '''username''': user name on the resource 27 27 * '''host''': host name 28 * '''port''': host port to connect to. By DEFAULT is 2 28 * '''port''': host port to connect to. By DEFAULT is 22 29 29 * '''query''': contains additional information of computing resources. The query string syntax is: 30 30 * key1=value1;key2=value2;key3=value3