r3608 - branches/4.1/src/main/resources/templates/ssh
Author: echatellier Date: 2012-02-15 11:49:27 +0100 (Wed, 15 Feb 2012) New Revision: 3608 Url: http://forge.codelutin.com/repositories/revision/isis-fish/3608 Log: Add R module loading Modified: branches/4.1/src/main/resources/templates/ssh/qsub-script.ftl Modified: branches/4.1/src/main/resources/templates/ssh/qsub-script.ftl =================================================================== --- branches/4.1/src/main/resources/templates/ssh/qsub-script.ftl 2012-02-15 10:24:56 UTC (rev 3607) +++ branches/4.1/src/main/resources/templates/ssh/qsub-script.ftl 2012-02-15 10:49:27 UTC (rev 3608) @@ -5,7 +5,7 @@ $Id$ $HeadURL$ %% - Copyright (C) 2009 - 2011 Ifremer, CodeLutin, Chatellier Eric + Copyright (C) 2009 - 2012 Ifremer, CodeLutin, Chatellier Eric %% This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as @@ -26,8 +26,7 @@ cd "${isishome}" -#source /usr/share/modules/init/csh -#module load java/1.6.0 +module load R/2.11.1-gnu <#assign commonCommand="${javapath} -Xmx2000M -jar isis-fish*.jar --option launch.ui false --option perform.vcsupdate false --option perform.migration false --option perform.cron false" /> <#if qsubmutiplejob>
participants (1)
-
echatellier@users.forge.codelutin.com