Hello Andreu,
I would to ask about two issues:
1. I tried to start the simulation, which is described in MCGPU v1.3. with the
following commands:
a. gcc -x c -O3 MC-GPU_v1.3.cu -o MC-GPU_v1.3_CPU.x -I./ -lm -lz
b. ./MC-GPU_v1.3.x MC-GPU_v1.3.in | tee MC-GPU_v1.3.out
after the second command i got the following error
fopen ERROR load_voxels!! File
/GPU_cluster/voxelized_phantoms/Duke_34y_V5_5mm.raw.vox.gz does not exist!!
2. I tried to run Zubalphatom Data with the follwoing commands :
gcc -O3 zubal2mcgpu.c -o zubal2mcgpu.x
a. ./zubal2mcgpu.x zubal2mcgpu_conversion_table.in voxel_man.dat
b. gzip voxel_man.dat.vox
c. ../MC-GPU_v1.3.x MC-GPU_v1.3_Zubal.in | tee MC-GPU_v1.3_Zubal.out
the following last erorr came after running the last command:
-- Reading voxel file 'Zubal_voxel_man.vox.gz':
!!Reading ERROR load_voxels!! File is not readable or does not contain the
string '[SECTION VOXELS HEADER'!!
Thank you very much for your help
Best regards
Ghassan
Original issue reported on code.google.com by
ghassan....@gmail.comon 28 Dec 2013 at 9:49