madscatt / zazzie

development branch
GNU General Public License v3.0
2 stars 3 forks source link

capriqorn sasmol implementation #14

Open madscatt opened 8 years ago

madscatt commented 8 years ago

Currently, capriqorn now has a separate python modules to run

cadishi/    capriqorn/

these are installed and run okay on entropy in ~/.local

~/.local/bin/generate_preprocessor_input
~/.local/bin/preprocessor
~/.local/bin/generate_histograms_input
~/.local/bin/histograms_par
~/.local/bin/generate_postprocessor_input
~/.local/bin/postprocessor

#(edit remove ADAPT_INPUT_PATH) in preprocessor.yaml & postprocessor.yaml 

There are a few minor issues to perhaps deal with ADAPT_INPUT_PATH at a couple stages.

Installing this on Mac (Anaconda 4.1.1 (x86_64)) does not compile correctly. Both the cuda bits and the capriqorn bits failed to compile correctly.

Processing dependencies for capriqorn==0.1
Searching for disthist
Reading http://pypi.python.org/simple/disthist/
Couldn't find index page for 'disthist' (maybe misspelled?)
Scanning index of all packages (this may take a while)
Reading http://pypi.python.org/simple/
No local packages or download links found for disthist
error: Could not find suitable distribution for Requirement.parse('disthist')`

This is after adding a symbolic link

/Developer/NVIDIA/CUDA-6.5/lib --> /Developer/NVIDIA/CUDA-6.5/lib64

(lib existed, lib64 does not on El Capitan)

 1 warning and 18 errors generated.
error: command '/Developer/NVIDIA/CUDA-6.5/bin/nvcc' failed with exit status 1

will not finish compiling and disthist is not available for capriqorn to install.