# ClassMC-dev **Repository Path**: cosmo-xyh/ClassMC-dev ## Basic Information - **Project Name**: ClassMC-dev - **Description**: No description available - **Primary Language**: C++ - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2018-11-25 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ======== ClassMC ======== :ClassMC: Cosmological Parameter Extraction Code :Version: 0.0.1 :Author: Youhua Xu :Homepage: http://lss.bao.ac.cn/~xyh/ Description ============= This code is based on: 1) class (--written by Julien Lesgourgues) 2) imcmc (--writte by Youhua Xu) Prerequisite ============= 1) Planck Likelihood Code 2) imcmc (depends on OpenMPI & GSL) Compilation ============= If you have intel-compiler installed, then just type "make"; if not, for example, my Macbook Air has only clang/clang++ and gnu complers (gcc/g++/gfortran), I will type the following longer commands, "make --makefile=Makefile.Mac". The new Makefile.Mac has already been setup, with suitable compilers assigned to CC/CXX. Also in class dir, a similar Makefile.Mac was also added. Update ======= @ Nov-01-2015: re-organized the source files inside 'source' folder @ Dec-12-2016: 1) fixed some bugs; 2) re-organized the strcutres of data and likelihoods (add some new likelihoods for personal use); 3) small changes to Makefile; 4) version # update to 0.0.1