Skip to content

Commit

Permalink
remove old svn identifiers from edited files
Browse files Browse the repository at this point in the history
  • Loading branch information
stivalaa committed Aug 27, 2021
1 parent e079b21 commit 16e0ec2
Show file tree
Hide file tree
Showing 6 changed files with 0 additions and 6 deletions.
1 change: 0 additions & 1 deletion nvcc_src_current/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
# Author : Alex Stivala
# Created : January 2010
#
# $Id: Makefile 4763 2013-11-20 05:15:15Z astivala $
#
# Makefile for building the the CUDA simulated annealing tableau matching code
#
Expand Down
1 change: 0 additions & 1 deletion nvcc_src_current/cudaSaTabsearch_kernel.cu
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
* Author: Alex Stivala
* Created: January 2010
*
* $Id: cudaSaTabsearch_kernel.cu 4755 2013-11-20 03:46:36Z astivala $
*
* CUDA kernel for simulated annealing tableau matching (discrete).
* This is a CUDA implemenation of the FORTRAN subroutine TSAMTD.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
# in cwd (so run from results/tlocsd/ dir)
# and running one at a time.
#
# $Id: fermi.run.cudasatabsearch.querylist.pbs_sript.sh 4760 2013-11-20 04:55:07Z astivala $
#

#SBATCH --job-name="qlist_gpu_cudaSaTabsearch"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
# in cwd (so run from results/tlocsd/ dir)
# and running one at a time.
#
# $Id: host_run.cudasatabsearch.querylist.pbs_sript.sh 4764 2013-11-20 22:17:21Z astivala $
#
#SBATCH --job-name="host_qlist_cudaSaTabsearch"
#SBATCH --ntasks=1
Expand Down
1 change: 0 additions & 1 deletion nvcc_src_current/parsetableaux.c
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
* Author: Alex Stivala
* Created: January 2010
*
* $Id: parsetableaux.c 4709 2013-11-18 00:18:33Z astivala $
*
* Functions to parse tableaux and distance matrices.
* Equivalent to the FORTRAN subroutines RDTABD and RDISTM.
Expand Down
1 change: 0 additions & 1 deletion nvcc_src_current/saparams.h
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
*
* Constants for CUDA simulated annealing tableau search
*
* $Id: saparams.h 4709 2013-11-18 00:18:33Z astivala $
*
*****************************************************************************/

Expand Down

0 comments on commit 16e0ec2

Please sign in to comment.