From 1cda7f63aaa088ccb7b3dc2fe02fb9e1864ea59f Mon Sep 17 00:00:00 2001 From: sjplimp Date: Fri, 28 Jun 2013 19:32:18 +0000 Subject: [PATCH] git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@10166 f3b2605a-c512-4ea7-a41b-209d697bcdaa --- lib/atc/Makefile.lammps | 5 ----- lib/cuda/Makefile.lammps | 8 -------- lib/gpu/Makefile.lammps | 5 ----- 3 files changed, 18 deletions(-) delete mode 100644 lib/atc/Makefile.lammps delete mode 100644 lib/cuda/Makefile.lammps delete mode 100644 lib/gpu/Makefile.lammps diff --git a/lib/atc/Makefile.lammps b/lib/atc/Makefile.lammps deleted file mode 100644 index c8cd66af26..0000000000 --- a/lib/atc/Makefile.lammps +++ /dev/null @@ -1,5 +0,0 @@ -# Settings that the LAMMPS build will import when this package library is used - -user-atc_SYSINC = -user-atc_SYSLIB = -lblas -llapack -user-atc_SYSPATH = diff --git a/lib/cuda/Makefile.lammps b/lib/cuda/Makefile.lammps deleted file mode 100644 index f58c8ba7ad..0000000000 --- a/lib/cuda/Makefile.lammps +++ /dev/null @@ -1,8 +0,0 @@ -# Settings that the LAMMPS build will import when this package library is used -CUDA_FLAGS := -I/usr/local/cuda/include -DUNIX -DFFT_CUFFT -DCUDA_PRECISION=2 -DCUDA_ARCH=20 -CUDA_USRLIB_CONDITIONAL := -L/usr/local/cuda/lib -L/usr/local/cuda/lib64 -lcufft - - user-cuda_SYSINC = ${CUDA_FLAGS} - user-cuda_SYSLIB = -lcuda -lcudart -lrt - user-cuda_SYSPATH = $(CUDA_USRLIB_CONDITIONAL) - diff --git a/lib/gpu/Makefile.lammps b/lib/gpu/Makefile.lammps deleted file mode 100644 index 05651c5d76..0000000000 --- a/lib/gpu/Makefile.lammps +++ /dev/null @@ -1,5 +0,0 @@ -# Settings that the LAMMPS build will import when this package library is used - -gpu_SYSINC = -gpu_SYSLIB = -lcudart -lcuda -gpu_SYSPATH = -L/usr/local/cuda/lib64