Skip to content

Commit

Permalink
add script that set up experiment environment on emulab machines
Browse files Browse the repository at this point in the history
  • Loading branch information
Xuejun Yang committed Aug 6, 2011
1 parent eb4f5e2 commit a7ef0b1
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions utah/scripts/jxyang/setup.sh
@@ -0,0 +1,16 @@
#!/bin/sh

sudo -s
cd /z
tar xvfz /proj/randtest/compilers-64bit-ubuntu.tar.gz
rm -rf llvm-gcc-25
cp -r /proj/randtest/csmith .
export CSMITH_HOME=/z/csmith
export COMPILER_HOME=/z
export PATH=$PATH:/z/csmith/scripts
cd /z/csmith/src; g++ *.cpp -DPACKAGE_STRING -o csmith
cd /z/csmith/scripts/
chmod 755 *
# change the following line to the Csmith option you want to disable/enable
# also change the number of cores if necessary
# ./parallel_test.pl 8 compilers.txt --no-math64

0 comments on commit a7ef0b1

Please sign in to comment.