Skip to content
Snippets Groups Projects
Commit 712e25b3 authored by nadolski's avatar nadolski
Browse files

*** empty log message ***

parent a7d07a53
No related branches found
No related tags found
No related merge requests found
#!/bin/sh
dir=`pwd`
#NUM_REC="$dir/num_rec"
#INSTALL="/usr/bin/install"
TRACY="tracy"
cd "$dir/$TRACY"
rm -rf autom4te.cache
rm -rf aclocal.m4
make distclean
./bootstrap
F77=gfortran ./configure --prefix=$dir/$TRACY/tracy
make
make install
#!/bin/sh
dir=`pwd`
#NUM_REC="$dir/num_rec"
#INSTALL="/usr/bin/install"
TRACY="tracy"
cd "$dir/$TRACY"
rm -rf autom4te.cache
rm -rf aclocal.m4
make distclean
./bootstrap
CC=icc F77=ifort CXX=icc ./configure --prefix=$dir/$TRACY/tracy
make
make install
#!/bin/sh
# MAC HOME DIR. for Codes
HOMEDIR=/Users/nadolski/Documents
DIRNAME=codes/tracy/TracyIII/tracy/tracy/src
rsync -avb $HOMEDIR/$DIRNAME/*.cc isei:$DIRNAME
DIRNAME=codes/tracy/TracyIII/tracy/tracy/inc
rsync -avb $HOMEDIR/$DIRNAME/*.h isei:$DIRNAME
DIRNAME=codes/tracy/TracyIII/tracy/tools
rsync -avb $HOMEDIR/$DIRNAME/*.cc isei:$DIRNAME
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment