Skip to content

SSSherlocked/EDIPIC

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

The Intel OneAPI are required, and the HPC_Toolkit module must be installed.
To compile, for example, do the following:

mkdir build && cd build
cmake .. && make

To run, copy the executable file and the input data files (ssc_*dat, inluding the cross sections for the selected ion species) into some directory, edit the input data files as necessary (note that the input is formatted, so one has to follow patterns provided in corresponding description lines), then do for example:

mpirun -np 8 ./EDIPIC-1D > output.txt &

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Fortran 99.0%
  • Other 1.0%