Skip to content

Commit 00c9c70

Browse files
changed to permissions of a few files
1 parent 63bdf07 commit 00c9c70

File tree

4 files changed

+2
-2
lines changed

4 files changed

+2
-2
lines changed

CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ mark_as_advanced(
4848
include_directories(${OptiX_INCLUDE_DIR})
4949

5050
set(CUDA_64_BIT_DEVICE_CODE ON)
51-
set(CUDA_NVCC_FLAGS ${CUDA_NVCC_FLAGS} -arch=sm_20; --use_fast_math; --compiler-options '-fPIC')
51+
set(CUDA_NVCC_FLAGS ${CUDA_NVCC_FLAGS} -arch=sm_30; --use_fast_math; --compiler-options '-fPIC')
5252

5353
set (CUDPP_ROOT_DIR CACHE PATH "Root directory for CUDPP")
5454
#http://suren.me/webbzr/normxcorr/trunk/annotate/27/dict_hw/cmake/FindCUDPP.cmake?remember=7

benchmarks.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ int main(int argc, char* argv[]){
5959
// set datapath
6060
//geom.set_datapath("/usr/local/LANL/MCNP6_DATA/xsdir_mcnp6.1");
6161
//geom.set_datapath("/usr/local/SERPENT/xsdata/endfb7/sss_endfb7u.xsdir");
62-
geom.set_datapath("/global/scratch/rmb/SERPENT/xsdata/endfb7/sss_endfb7u.xsdir");
62+
geom.set_datapath("/scratch/bergmann_r/SERPENT/xsdata/endfb7/sss_endfb7u.xsdir");
6363

6464
if(assemblyname.compare(argv[1])==0){
6565
//assembly mats

camera.cu

100755100644
File mode changed.

miss.cu

100755100644
File mode changed.

0 commit comments

Comments
 (0)