Skip to content

NVCC problem  #27

@GoogleCodeExporter

Description

@GoogleCodeExporter
Hello.

Currently, I am using MC-GPU v1.3 version.

In linux command, I made a running the script "make.sh"
, but had a massage the below. 

'nvcc' has been the problem...

please, solve the problem..

Thank you 






root@CentOS MC-GPU_v1.3_RELEASE_2012-12-12]# "./make_MC-GPU_v1.3.sh"

 -- Compiling MC-GPU v1.3 with CUDA 5.0 for both compute capability 2.0 and 3.0 (64 bits), with MPI:
    To run a simulation in parallel with openMPI execute:
      $ time mpirun --tag-output -v -x LD_LIBRARY_PATH -hostfile hostfile_gpunodes -n 22 /GPU_cluster/MC-GPU_v1.3.x /GPU_cluster/MC-GPU_v1.3.in | tee MC-GPU_v1.3.out

- /usr/local/cuda-6.5/bin/nvcc
nvcc MC-GPU_v1.3.cu -o MC-GPU_v1.3.x -m64 -O3 -use_fast_math -DUSING_CUDA 
-DUSING_MPI -I. -I/usr/local/cuda/include 
-I/usr/local/cuda-6.5/samples/common/inc 
-I/usr/local/cuda-6.5/samples/shared/inc/ -I/usr/include/openmpi -L/usr/lib/ 
-lmpi -lz --ptxas-options=-v -gencode=arch=compute_20,code=sm_20 
-gencode=arch=compute_30,code=sm_30
./make_MC-GPU_v1.3.sh: line 29: nvcc: command not found
.

Original issue reported on code.google.com by diracn...@gmail.com on 4 Feb 2015 at 9:18

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions