mirror of
https://github.com/smyalygames/FiniteVolumeGPU.git
synced 2025-05-18 06:24:13 +02:00
Scripts for single-GPU testing and running on PPI.
This commit is contained in:
parent
28f73c20af
commit
b4d204c9c9
@ -1,8 +1,8 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
module purge
|
module purge
|
||||||
module load git/2.21.0 hdf5/1.10.5-gcc cuda/10.1 conda/production
|
module load git/2.21.0 hdf5/1.10.5-gcc cuda/10.1
|
||||||
|
|
||||||
activate ShallowWaterGPU_HPC
|
conda activate ShallowWaterGPU_HPC
|
||||||
|
|
||||||
/modules/centos7/conda/Feb2021/bin/python3 mpiTesting.py
|
python mpiTesting.py
|
||||||
|
|
||||||
|
@ -83,7 +83,8 @@ nx = args.nx
|
|||||||
ny = args.ny
|
ny = args.ny
|
||||||
|
|
||||||
gamma = 1.4
|
gamma = 1.4
|
||||||
save_times = np.linspace(0, 10.0, 2)
|
roughness = 0.125
|
||||||
|
save_times = np.linspace(0, 0.5, 10)
|
||||||
outfile = "single_gpu_out.nc"
|
outfile = "single_gpu_out.nc"
|
||||||
save_var_names = ['rho', 'rho_u', 'rho_v', 'E']
|
save_var_names = ['rho', 'rho_u', 'rho_v', 'E']
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user