This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
howto:cosmomc [2016/05/09 10:51] sfebruary |
howto:cosmomc [2021/12/09 16:42] (current) |
||
|---|---|---|---|
| Line 1: | Line 1: | ||
| ====== COSMOMC at CHPC ====== | ====== COSMOMC at CHPC ====== | ||
| + | |||
| + | From its [[http:// | ||
| Contents: | Contents: | ||
| - | - [[cosmomc#compiling|Compiling COSMOMC]] | + | - [[cosmomc#compiling_cosmomc|Compiling COSMOMC]] |
| - | - [[cosmomc#running|Running COSMOMC]] | + | - [[cosmomc#running_cosmomc|Running COSMOMC]] |
| ===== Compiling COSMOMC ===== | ===== Compiling COSMOMC ===== | ||
| + | |||
| + | NB! COSMOMC is currently being tested on the new cluster. The most recent version currently able to successfully compile (with CFITSIO-3.37.2 and CLIK-1.0) is February 2015. | ||
| + | |||
| + | Paths to '' | ||
| + | |||
| + | The Intel 2016 modules to add to your environment are '' | ||
| + | |||
| + | My '' | ||
| + | <code bash> | ||
| + | export cfitsio=/ | ||
| + | export PLANCKLIKE=cliklike | ||
| + | export CLIKPATH=/ | ||
| + | export LD_LIBRARY_PATH=$LD_LIBRARY_PATH: | ||
| + | export LD_LIBRARY_PATH=/ | ||
| + | </ | ||
| + | |||
| + | ===== Running COSMOMC ===== | ||
| + | Under construction. | ||