Changes between Version 8 and Version 9 of hexagon
- Timestamp:
- 09/28/16 02:34:33 (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
hexagon
v8 v9 112 112 if(!my_rank) printf("(website: %s contact: %s)\n",PACKAGE_URL,PACKAGE_BUGREPORT); 113 113 }}} 114 115 == hexagon_settings.py == 116 {{{ 117 def hexagon_settings(md): 118 md.login='YOURNOTURLOGIN' 119 md.queue='normal' 120 md.codepath='YOURCODEPATH'#Should be placed in /work/username 121 md.executionpath='YOUREXECPATH'#Should be placed in /work/username 122 md.accountname='bjerknes' 123 md.numnodes=1 124 return md 125 }}} 126 114 127 == hexagon_settings.m == 115 128 116 TO BE DONE function of hexagon.py 129 We encourage running the python version at Uib but you can clone the python version of hexagon_settings 117 130 118 131 == Running jobs on Hexagon ==