From fcaa3a2d102564e00f1b4e23ffebb1b23702cc26 Mon Sep 17 00:00:00 2001 From: nadolski <nadolski@9a6e40ed-f3a0-4838-9b4a-bf418f78e88d> Date: Tue, 23 Nov 2010 13:14:50 +0000 Subject: [PATCH] no message --- README | 29 +++++++++++++++++++++++++++++ README.txt | 29 ----------------------------- tracy/tools/checkcode.sh | 2 +- 3 files changed, 30 insertions(+), 30 deletions(-) delete mode 100644 README.txt diff --git a/README b/README index c20ff96..5e95689 100644 --- a/README +++ b/README @@ -1,2 +1,31 @@ #Email from SImon Leeman # Discussion at FLS2010 +Laurent, + +I have attached our Tracy-3 distribution as a tarball. I have also included some code (m4.cc) that should eventually become max-iv_lib.cc within the Tracy-3 distribution. It's a bit of a mess though. ;-) + +You will also find a lattice file for our base line design with four damping wigglers. The kick map for the damping wiggler is also attached. + +Let me know if you need anything else or have any questions. + +Regards, +Simon + + + + + +Laurent, + +I have attached the Makefile.am I use to compile m4.cc. I also define several shell variables in my ~/.bashrc: + +export LIBPATH=/usr/local/gfortran/lib +export LD_LIBRARY_PATH=/usr/local/gfortran/lib:/usr/local/lib:/usr/lib +export NUM_REC=$HOME/num_rec +export TRACY_LIB=$HOME/tracy/tracy-3.5 +export THOR_LIB=$HOME/Thor-2.0 +export LAT="$HOME/projects/in/lattice" + +Let me know if that allows you to compile... + +Simon diff --git a/README.txt b/README.txt deleted file mode 100644 index 30ac3cb..0000000 --- a/README.txt +++ /dev/null @@ -1,29 +0,0 @@ -Laurent, - -I have attached our Tracy-3 distribution as a tarball. I have also included some code (m4.cc) that should eventually become max-iv_lib.cc within the Tracy-3 distribution. It's a bit of a mess though. ;-) - -You will also find a lattice file for our base line design with four damping wigglers. The kick map for the damping wiggler is also attached. - -Let me know if you need anything else or have any questions. - -Regards, -Simon - - - - - -Laurent, - -I have attached the Makefile.am I use to compile m4.cc. I also define several shell variables in my ~/.bashrc: - -export LIBPATH=/usr/local/gfortran/lib -export LD_LIBRARY_PATH=/usr/local/gfortran/lib:/usr/local/lib:/usr/lib -export NUM_REC=$HOME/num_rec -export TRACY_LIB=$HOME/tracy/tracy-3.5 -export THOR_LIB=$HOME/Thor-2.0 -export LAT="$HOME/projects/in/lattice" - -Let me know if that allows you to compile... - -Simon diff --git a/tracy/tools/checkcode.sh b/tracy/tools/checkcode.sh index d91336d..0092052 100755 --- a/tracy/tools/checkcode.sh +++ b/tracy/tools/checkcode.sh @@ -29,7 +29,7 @@ fi # compute and save result in _new if [ $1 == "compute" ] then -soltracy3 Input_checkcode.prm +soltracy Input_checkcode.prm CMD='mv' -- GitLab