You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: external_packages/README.md
+32Lines changed: 32 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -137,3 +137,35 @@ To run JetScape test with SMASH:
137
137
138
138
Currently the iSS sampler performs resonance decays after sampling.
139
139
For reasonable physics with SMASH these decays should be switched off.
140
+
141
+
### Installing and Compiling X-SCAPE with IP-Glasma
142
+
143
+
The use of IP-Glasma with the current version of X-SCAPE is not fully integrated. A workaround is provided here and applies to using the **jetscape/base:stable** Docker image.
144
+
145
+
```
146
+
cd ${JETSCAPE_DIR}/external_packages
147
+
./get_ipglasma.sh
148
+
```
149
+
After the IP-Glasma package downloads, replace the file **${JETSCAPE_DIR}/external_packages/ipglasma/CMakeModules/FindFFTW.cmake** with this alternative FindFFTW.cmake found here:
0 commit comments