Skip to content

suphus/DiluteDenseGluons

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DILUTE-DENSE GLUONS

README

What is this repository for?

  • A program for calculating gluon production and multi-particle correlations in ultra-relativistic nuclear collisions using the dilute-dense CGC framework
  • v0.9

How do I get set up?

  • Compiles with C++ with MPI and OpenMP
  • MPI is only used to run different seeds simulanteously on different cores.
  • Currently has no Open-MP optimization -- under construction with validation
  • Dependencies: GSL, FFTW3 with multi-threading, LAPACK
  • Has run on Mac OSX 10.8 and newer, NERSC

How do I run?

  • For the executable created, there are a large number of inputs which can be, and typically are, specified at run-time (see src/CommandlineParameters.cpp). There are also input parameters which must be specified in a separate input file (the name of which is specified also at run-time): an example is included with git repo. The lattice size and spacing are the only common parameters between the input file and the commandline inputs, both of which must be set. WORK in PROGRESS

Who do I talk to?

About

Dilute-dense gluon production solver

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 98.8%
  • C 1.1%
  • Shell 0.1%