Skip to content

Commit 57a7996

Browse files
committed
Heat dependent parameter
1 parent 0f1aa06 commit 57a7996

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -350,6 +350,9 @@ $ bsub -Is jsrun -r4 -a1 -c1 -g1 ~/mywork/lammps/src/lmp_mpi_gpu -i run.lmp
350350
```
351351
(the arguments are: `-r`:num_resources (cpus), `-a`:mpi_tasks_per_resource, `-c`:cpus_per_resources, `-g`:gpus_per_resource)
352352

353+
## Example 6
354+
This example is same as example 4 except the parameters for electronic heat capacity and conduction are read from the input file and can depend on the temperature.
355+
353356
# Benchmark, CPUs vs GPU
354357

355358

@@ -361,6 +364,7 @@ $ bsub -Is jsrun -r4 -a1 -c1 -g1 ~/mywork/lammps/src/lmp_mpi_gpu -i run.lmp
361364

362365
- 2018/05/10 Initial Release
363366
- 2019/09/15 GPU port Release
367+
- 2019/10/29 Implemented C_e(T) and kappa_e(T)
364368

365369
## TODO
366370

0 commit comments

Comments
 (0)