0581364508
Open MPI tarballs are not saved anywhere besides the local disk of the build server (eddie.osl.iu.edu). So I'm putting them here in SVN so that if something ever happens to eddie, we still have the scripts to make a new build server. See the README.txt for more details. This commit was SVN r26978.
12 строки
185 B
Bash
Исполняемый файл
12 строки
185 B
Bash
Исполняемый файл
#!/bin/sh
|
|
|
|
cd /l/osl/www/www.open-mpi.org
|
|
|
|
# Absolutely ensure that we have a umask of 2 so that others can
|
|
# run "svn up" in this tree, too
|
|
umask 2
|
|
|
|
svn up
|
|
|
|
date >> /tmp/bogus-mpiteam
|