Changeset 5983
- Timestamp:
- 09/23/10 10:02:27 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk/cron/nightlyrun.sh
r5591 r5983 96 96 fi 97 97 #}}} 98 #Create cluster .rc{{{198 #Create cluster's settings{{{1 99 99 #create simpler cluster.rc file, with only the cluster we are interested in. 100 cd $ISSM_DIR/etc 101 cat << END > cluster.rc 102 begin 103 cluster_name=$HOST_NAME 104 cluster_codepath=$ISSM_DIR/bin 105 cluster_executionpath=$EXECUTION_PATH 106 cluster_login=$USER 107 cluster_port=0 108 109 end 100 cd $ISSM_DIR/test/NightlyRun/ 101 cat << END > SetParallel.m 102 function md=SetParallel(md,numcpus); 103 104 eval(['md.cluster=' oshostname() '(''np'',numcpus,''login'',''$USER'',''codepath'',''$ISSM_DIR/bin'',''executionpath'',''$EXECUTION_PATH'');']); 110 105 END 111 106 #}}}
Note:
See TracChangeset
for help on using the changeset viewer.