more butinah tweaks

This commit is contained in:
Hieu Hoang 2015-04-19 11:50:50 +04:00
parent 637e8a17e8
commit 1b9dc6cfae

View File

@ -38,7 +38,7 @@ print $runFile "export PATH=\"$path\"\n\n";
print $runFile "export PERL5LIB=\"/share/apps/NYUAD/perl/gcc_4.9.1/5.20.1:/home/$user/perl5/lib/perl5\"\n\n";
print $runFile "module load NYUAD/2.0 \n";
print $runFile "module load gcc/4.9.1 python/2.7.9 openmpi/1.8.3 boost cmake zlib jdk perl expat\n\n";
print $runFile "module load gcc python/2.7.9 boost cmake zlib jdk perl expat \n\n";
my $emsDir = dirname($RealBin);