Hello I am trying to install CMC-COSMIC on TU Dresden HPC, but I come across an error while trying to compile with COSMIC.
I have a Python virtual env associated with my install directory. After activating the virtual env pip install COSMIC worked fine.
In the build directory : FC=mpiifort CC=mpiicc cmake .. -DBUILD_COSMIC=ON -DCMAKE_INSTALL_PREFIX=/data/horse/ws/mago247f-test_CMC-COSMIC/
worked fine but when I make -j4 install I get this output :
[ 30%] Built target support
[ 60%] Built target fewbody
[ 92%] Built target bse
[ 93%] Built target cmc_library
[ 96%] Built target bsewrap
[100%] Built target cmc
Install the project...
-- Install configuration: ""
-- Up-to-date: /data/horse/ws/mago247f-test_CMC-COSMIC/include/CMCConfig.h
-- Up-to-date: /data/horse/ws/mago247f-test_CMC-COSMIC/include/bse_wrap
-- Up-to-date: /data/horse/ws/mago247f-test_CMC-COSMIC/include/bse_wrap/bse_wrap.h
-- Up-to-date: /data/horse/ws/mago247f-test_CMC-COSMIC/include/cmc
-- Up-to-date: /data/horse/ws/mago247f-test_CMC-COSMIC/include/cmc/cmc.h
-- Up-to-date: /data/horse/ws/mago247f-test_CMC-COSMIC/include/cmc/cmc_bse_utils.h
-- Up-to-date: /data/horse/ws/mago247f-test_CMC-COSMIC/include/cmc/cmc_core.h
-- Up-to-date: /data/horse/ws/mago247f-test_CMC-COSMIC/include/cmc/cmc_mpi.h
-- Up-to-date: /data/horse/ws/mago247f-test_CMC-COSMIC/include/cmc/cmc_relaxation.h
-- Up-to-date: /data/horse/ws/mago247f-test_CMC-COSMIC/include/cmc/cmc_vars.h
-- Up-to-date: /data/horse/ws/mago247f-test_CMC-COSMIC/include/common
-- Up-to-date: /data/horse/ws/mago247f-test_CMC-COSMIC/include/common/fitslib.h
-- Up-to-date: /data/horse/ws/mago247f-test_CMC-COSMIC/include/common/gensearch.h
-- Up-to-date: /data/horse/ws/mago247f-test_CMC-COSMIC/include/common/gensort.h
-- Up-to-date: /data/horse/ws/mago247f-test_CMC-COSMIC/include/common/taus113-v2.h
-- Up-to-date: /data/horse/ws/mago247f-test_CMC-COSMIC/include/fewbody-0.24
-- Up-to-date: /data/horse/ws/mago247f-test_CMC-COSMIC/include/fewbody-0.24/binbin.h
-- Up-to-date: /data/horse/ws/mago247f-test_CMC-COSMIC/include/fewbody-0.24/binsingle.h
-- Up-to-date: /data/horse/ws/mago247f-test_CMC-COSMIC/include/fewbody-0.24/cluster.h
-- Up-to-date: /data/horse/ws/mago247f-test_CMC-COSMIC/include/fewbody-0.24/fewbody.h
-- Up-to-date: /data/horse/ws/mago247f-test_CMC-COSMIC/include/fewbody-0.24/sigma_binsingle.h
-- Up-to-date: /data/horse/ws/mago247f-test_CMC-COSMIC/include/fewbody-0.24/triple.h
-- Up-to-date: /data/horse/ws/mago247f-test_CMC-COSMIC/include/fewbody-0.24/triplebin.h
-- Up-to-date: /data/horse/ws/mago247f-test_CMC-COSMIC/lib/libbsewrap.a
-- Up-to-date: /data/horse/ws/mago247f-test_CMC-COSMIC/lib/libbse.a
ERROR: Could not find an activated virtualenv (required).
ERROR: Could not find an activated virtualenv (required).
-- Up-to-date: /data/horse/ws/mago247f-test_CMC-COSMIC/lib/libfewbody.a
-- Installing: /data/horse/ws/mago247f-test_CMC-COSMIC/bin/cmc
-- Up-to-date: /data/horse/ws/mago247f-test_CMC-COSMIC/lib/libcmc_library.a
Hello I am trying to install CMC-COSMIC on TU Dresden HPC, but I come across an error while trying to compile with COSMIC.
I have a Python virtual env associated with my install directory. After activating the virtual env
pip install COSMICworked fine.In the build directory :
FC=mpiifort CC=mpiicc cmake .. -DBUILD_COSMIC=ON -DCMAKE_INSTALL_PREFIX=/data/horse/ws/mago247f-test_CMC-COSMIC/worked fine but when I
make -j4 installI get this output :