Changes between Version 18 and Version 19 of WRF4GFAQ
- Timestamp:
- Sep 30, 2012 4:50:21 PM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WRF4GFAQ
v18 v19 76 76 }}} 77 77 78 == What should I do if I want to rerun a specific chunk of a realization ? ==78 == What should I do if I want to rerun a specific chunk of a realization ? == 79 79 80 80 Imagine, you want to resubmit the chunk number '''1''' of the realization '''test2'''. In this case, it is highly recommended that you use the option `--dry-run` of `wrf4g_submit` command before you submit your chunk in order to make sure you are submitting that chunk an nothing else. … … 90 90 }}} 91 91 92 == I execute `wrf4g_resources` and only see zeros == 93 94 In this case, [wiki:WRF4Gframework4g_conf framework4g.conf] has probably been configured wrong. You should go to `$WRF4G_LOCATION/opt/drm4g_gridway/var/.drm4g_log` in order to see more information about your problem. 95 {{{ 96 #!sh 97 [user@mycomputer~]$ wrf4g_resources 98 HID PRI OS ARCH MHZ %CPU MEM(F/T) DISK(F/T) NODES(U/F/T) LRMS HOSTNAME 99 0 1 0 0 0M/0M 0M/0M 0/0/0 mycomputer1 100 }}}