Changes between Version 37 and Version 38 of WRF4GTutorial2
- Timestamp:
- Oct 2, 2012 2:32:15 PM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WRF4GTutorial2
v37 v38 420 420 Examples of configuration: 421 421 {{{ 422 mycomputer 423 }}} 424 {{{ 425 PBS_cluster 426 }}} 427 {{{ 428 SGE_cluster 422 mycomputer local://localhost?LRMS_TYPE=fork;NODECOUNT=2 423 }}} 424 {{{ 425 PBS_cluster local://localhost?LRMS_TYPE=pbs;QUEUE_NAME=estadistica 426 }}} 427 {{{ 428 SGE_cluster local://localhost?LRMS_TYPE=sge;PROJECT=l.project 429 429 }}} 430 430 If you want to configure a remote computing resource through ssh protocol, you need to put your private keys into your [[http://en.wikipedia.org/wiki/Ssh-agent|ssh-agent]], and it will handle your authentication thereafter (see [wiki:DRM4G#AppendixA Appendix A]) or set up SSH login without ''password'' (see [wiki:DRM4G#AppendixB Appendix B]). … … 432 432 In addition, you will probably need to update `WRF4G_BASEPATH`, `WRF4G_DOMAINPATH`, `WRF4G_INPUT` and `WRF4G_APPS` variables, which are defined in [wiki:WRF4Gresources_wrf4g resources.wrf4g ]. Due to the fact that these variables may point to other machines. See [wiki:WRF4Gresources_wrf4g#Runningenvironment running environment ] for more information. 433 433 {{{ 434 remote_PBS _clusterssh://user@meteo1.macc.unican.es?LRMS_TYPE=pbs;QUEUE_NAME=short434 remote_PBS ssh://user@meteo1.macc.unican.es?LRMS_TYPE=pbs;QUEUE_NAME=short 435 435 }}} 436 436