Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
M
mcray
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Horns, Prof. Dr. Dieter
mcray
Commits
dc81f42b
Commit
dc81f42b
authored
3 years ago
by
Oleg Kalashev
Browse files
Options
Downloads
Patches
Plain Diff
build instructions updated
parent
f6a6e751
No related branches found
No related tags found
No related merge requests found
Changes
4
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
README.md
+10
-1
10 additions, 1 deletion
README.md
src/app/crbeam/README.md
+1
-1
1 addition, 1 deletion
src/app/crbeam/README.md
src/external/README.md
+8
-0
8 additions, 0 deletions
src/external/README.md
src/lib/CMakeLists.txt
+0
-3
0 additions, 3 deletions
src/lib/CMakeLists.txt
with
19 additions
and
5 deletions
README.md
+
10
−
1
View file @
dc81f42b
...
@@ -12,3 +12,12 @@ Framework for Monte Carlo simulation of ultra-high energy cosmic rays and electr
...
@@ -12,3 +12,12 @@ Framework for Monte Carlo simulation of ultra-high energy cosmic rays and electr
### Applications
### Applications
[
CRbeam
](
src/app/crbeam
)
- cosmic ray beam simulation
[
CRbeam
](
src/app/crbeam
)
- cosmic ray beam simulation
### Installation
-
Install required libraries to
[
external
](
src/external
)
folder
<pre><code>
cd bin
cmake -S ../src/app/crbeam -B .
make
</code></pre>
\ No newline at end of file
This diff is collapsed.
Click to expand it.
src/app/crbeam/README.md
+
1
−
1
View file @
dc81f42b
# CRbeam
# CRbeam
Monte Carlo simulation of the
the
cosmic ray and EM cascade beam propagation.
Monte Carlo simulation of the cosmic ray and EM cascade beam propagation.
### Authors:
### Authors:
Oleg Kalashev and Alexander Korochkin
Oleg Kalashev and Alexander Korochkin
...
...
This diff is collapsed.
Click to expand it.
src/external/README.md
0 → 100644
+
8
−
0
View file @
dc81f42b
# Installing external libraries
<pre><code>
mkdir SOPHIA
mkdir nr
</code></pre>
-
download SOPHIA event generator sources from https://elsevier.digitalcommonsdata.com/datasets/pkx5j87mgn/1 and extract in
**SOPHIA**
folder
-
download Numerical Recipes 3rd ed. C++ source code from http://numerical.recipes/com/storefront.html and extract to
**nr**
folder
This diff is collapsed.
Click to expand it.
src/lib/CMakeLists.txt
+
0
−
3
View file @
dc81f42b
...
@@ -43,10 +43,7 @@ IF(${CMAKE_SYSTEM_NAME} MATCHES "Linux")
...
@@ -43,10 +43,7 @@ IF(${CMAKE_SYSTEM_NAME} MATCHES "Linux")
set
(
CMAKE_CXX_FLAGS_RELEASE
"
${
CMAKE_CXX_FLAGS_RELEASE
}
-rdynamic"
)
set
(
CMAKE_CXX_FLAGS_RELEASE
"
${
CMAKE_CXX_FLAGS_RELEASE
}
-rdynamic"
)
endif
(
${
CMAKE_SYSTEM_NAME
}
MATCHES
"Linux"
)
endif
(
${
CMAKE_SYSTEM_NAME
}
MATCHES
"Linux"
)
#FIND_LIBRARY(FORTRAN_LIBRARY gfortran PATHS OS/lib)
#FIND_LIBRARY(OMP_LIBRARY gomp PATHS OS/lib)
FIND_LIBRARY
(
C_LIBRARY c
)
FIND_LIBRARY
(
C_LIBRARY c
)
FIND_LIBRARY
(
XERCES_LIBRARY xerces-c
)
FIND_LIBRARY
(
GSL_LIBRARY gsl
)
FIND_LIBRARY
(
GSL_LIBRARY gsl
)
FIND_LIBRARY
(
GSLCBLAS_LIBRARY gslcblas
)
FIND_LIBRARY
(
GSLCBLAS_LIBRARY gslcblas
)
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment