diff --git a/ChangeLog.txt b/ChangeLog.txt index b8f084ad..c807da53 100644 --- a/ChangeLog.txt +++ b/ChangeLog.txt @@ -2,6 +2,11 @@ Major updates are marked with a "*" +== MCX v2024.6.pre (Jumbo Jolt - 2.6), FangQ == + + 2024-03-17 [7902a4e] [mcxcloud] update docker image to v2024.2 + 2024-03-15 [08bfe11] [feat] support _ArrayData_ in Shapes volume input + == MCX v2024.2 (Interstellar Ion - 2.2), FangQ == 2024-03-13 [abdee14] [bug] fix multi-source replay bug, close #215 diff --git a/NOTICE.txt b/NOTICE.txt index b505d9b3..4e41e11a 100644 --- a/NOTICE.txt +++ b/NOTICE.txt @@ -1,6 +1,6 @@ ============================================================= Monte Carlo eXtreme (MCX) Suite - version 2024.2 + version 2024.6 ============================================================= Copyright (c) 2009-2024 Qianqian Fang diff --git a/README.md b/README.md index 61c91b77..a7466409 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ Monte Carlo eXtreme (MCX) - CUDA Edition - Author: Qianqian Fang (q.fang at neu.edu) - License: GNU General Public License version 3 (GPLv3) -- Version: 2.2 (v2024.2, Interstellar Ion) +- Version: 2.6.pre (v2024.6, Jumbo Jolt) - Website: - Download: diff --git a/README.txt b/README.txt index 968cc52a..5398d065 100644 --- a/README.txt +++ b/README.txt @@ -5,7 +5,7 @@ *Author: Qianqian Fang *License: GNU General Public License version 3 (GPLv3) -*Version: 2.2 (v2024.2, Interstellar Ion) +*Version: 2.6.pre (v2024.6, Jumbo Jolt) *Website: https://mcx.space *Download: https://mcx.space/wiki/?Get --------------------------------------------------------------------- diff --git a/mcxlab/NEWS b/mcxlab/NEWS index e0475d1d..c807da53 100644 --- a/mcxlab/NEWS +++ b/mcxlab/NEWS @@ -2,8 +2,28 @@ Major updates are marked with a "*" +== MCX v2024.6.pre (Jumbo Jolt - 2.6), FangQ == + + 2024-03-17 [7902a4e] [mcxcloud] update docker image to v2024.2 + 2024-03-15 [08bfe11] [feat] support _ArrayData_ in Shapes volume input + == MCX v2024.2 (Interstellar Ion - 2.2), FangQ == + 2024-03-13 [abdee14] [bug] fix multi-source replay bug, close #215 + 2024-03-11 [9250a0d] [doc] make final doc update, bump pmcx to v0.3.2 + 2024-03-10 [4e7f404] [ci] revert to windows-2019, add help info for #214, add note on nvidia-uvm + 2024-03-10 [2750d70] [ci] choco install is failing on Windows, see actions/runner-images#9477 + 2024-03-10 [7b6e0e0] [optimize] cut hyperboloid gaussian register use from 15 to 3, #127,#214 + 2024-03-10 [a2279d6] [optimize] reduce gaussian slit register use from 9 to 2, #214 + 2024-03-08 [4708e10] [doc] Create pull_request_template.md + 2024-03-08 [14ca45d] [feat] use 'make register' to report register counts in the Makefile + 2024-03-07 [3c7ac2a] [feat] allow users to type 1-3 numbers for srcparam1/srcparam2 + 2024-03-07 [411a007] [feat] add gaussian broadening to slit source (contributed by Liam Keegan, #214) + 2024-03-04 [1e6c403] [doc] update instructions on running mcx on hybrid GPU Linux laptops + 2024-03-04 [0344d84] [bug] fix cuda core count for Ada and Blackwell + 2024-03-01 [4dd076e] [doc] update documentation for v2024.2 + 2024-03-01 [875a357] [doc] update neurojson website url to https://neurojson.io + 2024-02-29 [c151e10] [ci] add setuptools for python 3.12 on macos 2024-02-27 [558dbab] [pmcx] bump pmcx to 0.2.12 after fixing critical bug #212 2024-02-27 [8e03878]*[bug] critical: fix double-multiplication of pattern launched weight, fix #212 2024-02-23 [61ae0b8] [bug] fix detid value #209 diff --git a/mcxlab/README.txt b/mcxlab/README.txt index 2f82f9d8..f6c64ed7 100644 --- a/mcxlab/README.txt +++ b/mcxlab/README.txt @@ -2,7 +2,7 @@ Author: Qianqian Fang License: GNU General Public License version 3 (GPLv3) -Version: this package is part of Monte Carlo eXtreme (MCX) v2024.2 +Version: this package is part of Monte Carlo eXtreme (MCX) v2024.6 diff --git a/mcxstudio/README.txt b/mcxstudio/README.txt index c7052d24..b9a90ae0 100644 --- a/mcxstudio/README.txt +++ b/mcxstudio/README.txt @@ -4,7 +4,7 @@ Author: Qianqian Fang License: GNU General Public License version 3 (GPLv3) -Version: 1.2 (v2024.2) +Version: 1.6.pre (v2024.6) Website: https://mcx.space --------------------------------------------------------------------- diff --git a/src/Makefile b/src/Makefile index 8d0abff6..67a1b4e9 100644 --- a/src/Makefile +++ b/src/Makefile @@ -197,7 +197,7 @@ log posix xoro fermi: LINKOPT+=$(CUOMPLINK) "$(OMP)" debugxor debuglog: CUCCOPT+=-DMCX_DEBUG fermi fermimex fermioct: CUCCOPT+=-DSAVE_DETECTORS -use_fast_math $(CUGENCODE) -fermi fermimex fermioct: CUCCOPT+=-DMCX_TARGET_NAME='"Interstellar Ion"' +fermi fermimex fermioct: CUCCOPT+=-DMCX_TARGET_NAME='"Jumbo Jolt"' xorfermi: xor xorofermi: xoro posixfermi: posix diff --git a/src/mcx_const.h b/src/mcx_const.h index b228bdc0..6dec87b8 100644 --- a/src/mcx_const.h +++ b/src/mcx_const.h @@ -35,9 +35,9 @@ #ifndef _MCEXTREME_CONSTANT_H #define _MCEXTREME_CONSTANT_H -#define MCX_VERSION "v2024.2" +#define MCX_VERSION "v2024.6" #define MCX_VERSION_MAJOR 2 -#define MCX_VERSION_MINOR 2 +#define MCX_VERSION_MINOR 6 #define ONE_PI 3.1415926535897932f /**< pi */ #define TWO_PI 6.28318530717959f /**< 2*pi */