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
+14-13
Original file line number
Diff line number
Diff line change
@@ -138,34 +138,35 @@ To run JetScape test with SMASH:
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
140
141
-
### Installing and Compiling X-SCAPE with IP-Glasma
141
+
## IP-Glasma
142
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.
143
+
IP-Glasma requires the use of FFTW. The package `libfftw3-dev` is already included in JETSCAPE's supported [Docker image](https://hub.docker.com/r/jetscape/base).
144
144
145
-
```
146
-
cd ${JETSCAPE_DIR}/external_packages
145
+
### Installing IP-Glasma
146
+
147
+
To download IP-Glasma, one can run the shell script under the external_packages folder.
148
+
149
+
```bash
147
150
./get_ipglasma.sh
148
151
```
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