79 Commits

Author SHA1 Message Date
Anthony Berg
db9d735a82 docs: remove redundant separate link to file 2025-03-30 21:14:49 +02:00
Anthony Berg
99520d1503 docs: update instructions to reflect new Slurm job file 2025-03-30 21:13:02 +02:00
Anthony Berg
cf102131df fix: use MPI in slurm job 2025-03-30 20:44:40 +02:00
Anthony Berg
28a96382ff fix: add cuda_cache dir to prevent parallel nodes from hanging up 2025-03-30 20:28:56 +02:00
Anthony Berg
6d9f36968d Merge remote-tracking branch 'origin/build/rocm-upgrade' into build/rocm-upgrade 2025-03-30 18:40:46 +02:00
Anthony Berg
5b925cdb42 refactor: change MPI functions into variables 2025-03-30 18:40:38 +02:00
Anthony Berg
b054a4dbcd
Delete GPUSimulators/helpers/__pycache__ directory 2025-03-30 18:22:38 +02:00
Anthony Berg
2e5cf88eef Merge remote-tracking branch 'origin/build/rocm-upgrade' into build/rocm-upgrade
# Conflicts:
#	GPUSimulators/Simulator.py
2025-03-30 17:45:16 +02:00
Anthony Berg
80afd31286 refactor: change how variables are called in for loop 2025-03-30 17:44:33 +02:00
Anthony Berg
e2306406a7 fix: floating point number practically causing an infinite loop 2025-03-30 17:43:52 +02:00
Anthony Berg
aa21733806 fix: floating point number practically causing an infinite loop 2025-03-29 22:16:55 +01:00
Anthony Berg
5a27445de8 fix: deprecated modules on LUMI
(cherry picked from commit 277a6b4a3c3a017e16ba3c6238349491e38b4792)
2025-03-26 14:56:55 +01:00
Anthony Berg
cd69f69080 feat: add tqdm progress bar 2025-03-18 07:41:52 +01:00
Anthony Berg
9761ff4924 fix: touples not being assinged 2025-03-18 07:41:38 +01:00
Anthony Berg
5931cee93f build: update deps 2025-03-18 07:41:19 +01:00
Anthony Berg
208d82ab0b feat: add .gitignore 2025-03-17 14:48:46 +01:00
Hicham Agueny
31bf80c6f0
Update README.md: install rocm with easybuild 2024-09-24 14:49:23 +02:00
Hicham Agueny
4df5e5853f
Merge pull request #1 from HichamAgueny/implement-hip-python
Implement hip python
2024-06-09 23:26:35 +02:00
Hicham Agueny
dc78082f74 update mpiTesting.py 2024-06-09 23:21:39 +02:00
Hicham Agueny
b8603e939e update README 2024-06-09 23:18:17 +02:00
Hicham Agueny
b1dc2938ad update conda_environment_lumi.yml 2024-06-09 23:15:06 +02:00
Hicham Agueny
4ddf19bef7 update README 2024-06-09 23:13:01 +02:00
Hicham Agueny
918111df25 update slurm job 2024-06-09 22:56:23 +02:00
Hicham Agueny
2a7a8c6258 hip-python implementation 2024-06-09 22:48:06 +02:00
Hicham Agueny
d5601ec808 update CudaContext 2024-03-20 16:54:19 +01:00
Hicham Agueny
3fd27d5bb8 update cudaContext 2024-02-27 18:44:18 +01:00
Hicham Agueny
ef32115e48 context with hip are deprecated 2024-02-27 17:22:07 +01:00
Hicham Agueny
163eb02a0b add hip_check() routine 2024-02-27 16:04:03 +01:00
Hicham Agueny
b312923ce6 Recover deleted files from commit e2b1281 2024-02-27 15:55:22 +01:00
Hicham Agueny
1d7c50241f Recover deleted files from commit e2b1281 2024-02-27 15:49:56 +01:00
Hicham Agueny
80ffaf9b44 update streams with hip-python 2024-02-26 12:58:55 +01:00
Hicham Agueny
e2b1281f5b update streams with hip-python 2024-02-26 12:55:34 +01:00
Hicham Agueny
5511950c65 Merge branch 'porting-to-hip' of https://github.com/HichamAgueny/FiniteVolumeGPU_HIP into porting-to-hip 2024-02-26 12:40:34 +01:00
Hicham Agueny
ca9171a5bf Simulator.py with hip-python 2024-02-26 12:39:56 +01:00
Hicham Agueny
9d997430ee
add hip_check() 2024-02-26 11:04:58 +01:00
Hicham Agueny
7a8214e3f0
add hip_check() 2024-02-26 11:01:45 +01:00
Hicham Agueny
7573668e53
add "import hip, hiprtc" 2024-02-26 10:55:14 +01:00
Hicham Agueny
655913021c Re-write MPISimulator.py with hip-python 2024-02-26 10:45:49 +01:00
Hicham Agueny
e188c8ea03 Merge branch 'porting-to-hip' of https://github.com/HichamAgueny/FiniteVolumeGPU_HIP into porting-to-hip 2024-02-20 15:52:34 +01:00
Hicham Agueny
41367e2ba6 re-write WAF.py with hip-python 2024-02-20 15:51:57 +01:00
Hicham Agueny
35b213e8d1
add "import ctypes" 2024-02-20 15:51:28 +01:00
Hicham Agueny
5d45643b52
add "import ctypes" 2024-02-20 15:51:02 +01:00
Hicham Agueny
a3f2e20eab
add "import ctypes" 2024-02-20 15:50:32 +01:00
Hicham Agueny
11e46c8aef
add "import ctypes" 2024-02-20 15:50:06 +01:00
Hicham Agueny
eb43e9b4b7
add "import ctypes" 2024-02-20 15:49:34 +01:00
Hicham Agueny
2981ac26f1
add "import ctypes" 2024-02-20 15:49:09 +01:00
Hicham Agueny
28126ee4e1
add hip_check 2024-02-20 15:38:12 +01:00
Hicham Agueny
999ea7bb57
add hip_check 2024-02-20 15:37:25 +01:00
Hicham Agueny
bf04b4bd1b
add hip_check 2024-02-20 15:36:33 +01:00
Hicham Agueny
64d446cbbf
add hip_check 2024-02-20 15:35:01 +01:00