已合并
jax #924
gao-wenyao123创建于 2025年12月17日
jax #924
已合并
gao-wenyao123创建于 2025年12月17日
refs/pull/924/head合入到master
1 个文件变更+6-2
@@ -9,16 +9,19 @@ module purge
9./jarvis -install hpckit/${HPCKIT_VERSION} any9./jarvis -install hpckit/${HPCKIT_VERSION} any
10module use ./software/utils/hpckit/${HPCKIT_VERSION}/HPCKit/${HPCKIT_VERSION}/modulefiles10module use ./software/utils/hpckit/${HPCKIT_VERSION}/HPCKit/${HPCKIT_VERSION}/modulefiles
11module load bisheng/compiler${BISHENG_VERSION}/bishengmodule11module load bisheng/compiler${BISHENG_VERSION}/bishengmodule
12- 12+module load bisheng/hmpi${HPCKIT_VERSION}/release
13./jarvis -install python3/3.9.9 bisheng13./jarvis -install python3/3.9.9 bisheng
14+module use ./software/moduledeps/bisheng${BISHENG_VERSION}
14module load python3/3.9.915module load python3/3.9.9
16+rm -rf ${JARVIS_TMP_DOWNLOAD}/jax-v0.4.30
15tar -zxvf ${JARVIS_DOWNLOAD}/jax-v0.4.30.tar.gz -C ${JARVIS_TMP_DOWNLOAD}17tar -zxvf ${JARVIS_DOWNLOAD}/jax-v0.4.30.tar.gz -C ${JARVIS_TMP_DOWNLOAD}
16 18 
17[ENV]19[ENV]
18module purge20module purge
19module use ./software/utils/hpckit/${HPCKIT_VERSION}/HPCKit/${HPCKIT_VERSION}/modulefiles21module use ./software/utils/hpckit/${HPCKIT_VERSION}/HPCKit/${HPCKIT_VERSION}/modulefiles
20module load bisheng/compiler${BISHENG_VERSION}/bishengmodule22module load bisheng/compiler${BISHENG_VERSION}/bishengmodule
21- 23+module load bisheng/hmpi${HPCKIT_VERSION}/release
24+module use ./software/moduledeps/bisheng${BISHENG_VERSION}
22module load python3/3.9.925module load python3/3.9.9
23 26 
24[APP]27[APP]
@@ -38,3 +41,4 @@ pip3 uninstall jax -y
38run = python341run = python3
39binary = jax_jit_test.py42binary = jax_jit_test.py
40nodes = 143nodes = 1
44+