Hi all,
I prepared this Google Colaboratory notebook that installs OpenMC from Github.
https://colab.research.google.com/drive/1jS-C2RoXmnv0Pmped8WHMSo5Bj79FyOg
Installing OpenMC and the ENDF/B-VII.1 nuclear data files takes about 6 minutes. It can be reduced to 2.5 minutes if the preprocessed HDF5 nuclear data files are downloaded from Google Drive.
If you are unfamiliar with Colaboratory, it’s a cloud service to run Python notebooks on Google computers. The notebooks are saved on Google Drive, but the files are not permanent (if you want to save the output, you have to either download it to your computer or upload it to your Drive). To run the notebook save it first to your drive with “File -> Save a copy in Drive…” and then run it with “Runtime -> Run all”.
Perhaps it is not for everyday use, but for workshops or classes it is much easier to deploy than installing on each computer or sharing a VM.
Have fun,
Ignacio