-
Notifications
You must be signed in to change notification settings - Fork 25
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
九大スパコン「玄海」と科学大スパコン「TSUBAME4.0」でのインストールについて #189
Comments
システムCにて wget https://github.com/issp-center-dev/HPhi/releases/download/v3.5.2/HPhi-3.5.2.tar.gz
tar xzvf HPhi-3.5.2.tar.gz
mkdir build
cd build
module purge
module add tbb/2021.12 compiler-rt/2024.1.0 oclfpga/2024.1.0 compiler-intel-llvm/2024.1.0 mpi/2021.12 mkl/2024.1
cmake ../src/ -LA -DCMAKE_C_COMPILER=mpiicx -DCMAKE_Fortran_COMPILER=mpiifx
make VERBOSE=1
qsub -q i2cpu -I -l "select=1:ncpus=32:mpiprocs=16:ompthreads=2"
module purge
module add tbb/2021.12 compiler-rt/2024.1.0 oclfpga/2024.1.0 compiler-intel-llvm/2024.1.0 mpi/2021.12 mkl/2024.1
make test MPIRUN="mpiexec -np 16" MPIRUNFC="mpiexec -np 1" は40番のみ失敗。内容は1体グリーン関数の計算の途中で異常終了。 |
@mitsuaki1987 |
@mitsuaki1987 @k-ido
|
40番はHPhiのバグのようです。 |
@mitsuaki1987 |
https://github.com/issp-center-dev/HPhi/archive/refs/heads/fix_test40.zip こちらのブランチでバグを直しました。 |
@mitsuaki1987 |
@mitsuaki1987 |
@yoshizk07 @k-ido こちらで整理したいと思います。
The text was updated successfully, but these errors were encountered: