Merge pull request #14 from wuseyu/x86 Revise Make_PP_THREADS and timers.f90 for gcc and openmpi
Merge pull request #14 from wuseyu/x86
Revise Make_PP_THREADS and timers.f90 for gcc and openmpi
#
cp parameters.example parameters
cp input/checkpoints.example input/checkpoints
cp input/halofinds.example input/halofinds
cp input/projections.example input/projections
cp batch/EXAMPLES/batch_parameters.csh.example batch/batch_parameters.csh
cp batch/EXAMPLES/cubep3m.pbs.example batch/cubep3m.pbs
cp batch/EXAMPLES/init_pp_threads.csh.example batch/init_pp_threads.csh
cp utils/dist_init/cmbfast.lcdm.example utils/dist_init/cmbfast.lcdm
基于粒子-粒子-粒子-网格(P3M)算法的宇宙学N体模拟代码,用于研究大尺度结构形成。
版权所有:中国计算机学会技术支持:开源发展技术委员会 京ICP备13000930号-9 京公网安备 11010802032778号
To source when checking out the code FOR THE FIRST TIME
This prevents your next repository update OVER the
user-defined files:
#
1- Personal cosmological parameters
cp parameters.example parameters
2- Checkpoints (redshift) for simulation ‘xv’ data
cp input/checkpoints.example input/checkpoints
3- Redshift for halofinder
cp input/halofinds.example input/halofinds
4- Projection for images and Lensing
cp input/projections.example input/projections
5- batch-submission parameters
cp batch/EXAMPLES/batch_parameters.csh.example batch/batch_parameters.csh
6- batch-submission scripts
cp batch/EXAMPLES/cubep3m.pbs.example batch/cubep3m.pbs
7- Initialization scripts
cp batch/EXAMPLES/init_pp_threads.csh.example batch/init_pp_threads.csh
8- Tranfer function
cp utils/dist_init/cmbfast.lcdm.example utils/dist_init/cmbfast.lcdm
This prevents your next repository update from
erasing your personal cosmological parameters [1],
your disired checkpoints, halofinds and projection redshifts [2,3,4],
your favourite batch-submission scripts [5,6] and
your transfer function [7].