summaryrefslogtreecommitdiff
path: root/biology/deft/files/patch-aa
blob: e498e1717194afa446e466ebe5d0a160cbca315c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
*** ../examples/DeFT	Fri Aug 28 06:35:41 1998
--- ../examples/DeFT.new	Sun May  9 23:41:43 1999
***************
*** 1,10 ****
  #
! # here is the shell for running DeFT
  #
  
! setenv my_directory $HOME/DeFT_2.2/examples
! setenv DeFT_directory $HOME/DeFT_2.2
! setenv temp_directory /scratch/tmp$$
  
  mkdir $temp_directory
  cd $temp_directory
--- 1,11 ----
+ #!/bin/csh -f
  #
! # running DeFT
  #
  
! setenv my_directory $2
! setenv DeFT_directory /usr/local/share/doc/DeFT
! setenv temp_directory /usr/tmp/tmp$$
  
  mkdir $temp_directory
  cd $temp_directory
***************
*** 19,27 ****
  
  chmod u+w $temp_directory/*
  
! cp $DeFT_directory/source/DeFT             DeFT
! 
! time DeFT < input >& $my_directory/$1.out
  
  cp new_restart $my_directory/$1.rst
  cp espf        $my_directory/$1.espf
--- 20,26 ----
  
  chmod u+w $temp_directory/*
  
! time DeFT.exec < input >& $my_directory/$1.out
  
  cp new_restart $my_directory/$1.rst
  cp espf        $my_directory/$1.espf