Changes between Version 60 and Version 61 of WRF4GTutorial
- Timestamp:
- May 2, 2013 4:27:28 PM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WRF4GTutorial
v60 v61 1 1 [[PageOutline(1-10,Page Contents)]] 2 2 3 = = Run a simple experiment on the machine where WRF4G is installed ==3 = How to run an simple experiment = 4 4 5 [[NoteBox(warn, Before you start this tutorial make sure that WRF4G is correctly installed in your machine. To do so follow the [wiki:WRF4GInstall Installation instructions])]]5 [[NoteBox(warn, Before you start this tutorial make sure that WRF4G is correctly installed on your machine. To do so follow the [wiki:WRF4GInstall Installation instructions])]] 6 6 7 === Start wrf4g_framework and list computing resources === 8 Simply start the [wiki:WRF4GFrameworkConfiguration WRF4G Framework]: 7 == Start wrf4g_framework and list computing resources == 8 Firstly, check if [wiki:WRF4GFrameworkConfiguration WRF4G framework] is running: 9 {{{ 10 #!sh 11 [user@localhost ~]$ wrf4g_framework status 12 DRM4G (GridWay) is NOT running 13 WRF4G_DB (MySQL) NOT running 14 }}} 15 16 if WRF4G framework is not running, you should execute: 9 17 {{{ 10 18 #!sh … … 14 22 }}} 15 23 16 By doing this, we will start the services that manage the computing resourcesand keep track of the experiments.24 By doing this, you will start the services that manage the CR and keep track of the experiments. 17 25 18 [[NoteBox(note,Note that if you do not start wrf4g_framework you won't be able to work with WRF4G.)]]26 [[NoteBox(note,Note that if you do not start `wrf4g_framework`\, you won not be able to work with WRF4G.)]] 19 27 20 WRF4G framework is configured to use a single computing resource by default(the computer where WRF4G has been installed). To list the computing resources where you can submit the experiment (in this case only localhost) run the following:28 By default, WRF4G framework is configured to use the computer where WRF4G has been installed. In order to list the CR available, run the following command: 21 29 22 30 {{{ … … 26 34 0 1 GNU/Linux2.6.32 x86_64 0/1/1 FORK mycomputer 27 35 }}} 36 37 If you want to modify your CRs see [wiki:WRF4Gframework4g_conf#ComputingResources framework4g.conf] 28 38 29 39 === Prepare and submit the test experiment ===