-
Notifications
You must be signed in to change notification settings - Fork 130
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
re-master particle module -- setup mpi-io for particles #301
Conversation
src/particle.f90
Outdated
! if(irestart==0) then | ||
! ! | ||
! call particle_gen(particle,numparticle) | ||
! ! | ||
! particle_file_numb=0 | ||
! ! | ||
! call h5write_particle() | ||
! ! | ||
! else | ||
! ! call h5read_particle(particle,numparticle) | ||
! call particle_gen(particle,numparticle) | ||
! ! | ||
! particle_file_numb=0 | ||
! ! | ||
! call h5write_particle() | ||
! ! | ||
! endif | ||
! ! | ||
! ! call partical_domain_check('bc_tgv') | ||
! ! call partical_domain_check('bc_channel') | ||
! call partical_domain_check('out_disappear') | ||
! ! | ||
! ! | ||
! ! call partical_swap | ||
! ! | ||
! ! call write_particle() | ||
! ! | ||
! part_time=0.d0 | ||
! part_comm_time=0.d0 | ||
! part_vel_time=0.d0 | ||
! part_dmck_time=0.d0 | ||
! a2a_time=0.d0 | ||
! count_time=0.d0 | ||
! table_share_time=0.d0 | ||
! data_pack_time=0.d0 | ||
! data_unpack_time=0.d0 | ||
! mpi_comm_time=0.d0 | ||
! h5io_time=0.d0 | ||
! ! | ||
! particletime=t | ||
! sub_time_step=dt | ||
! sub_time_step=0.1d0*dt | ||
! | ||
! lorentzforce=.true. | ||
! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is this code no longer needed?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I clicked the pull request by mistake... This part is under development.
I will launch a pull request when it is done.
Just ignore or reject.
I've made it draft so you should be able to continue pushing to the same branch until it's ready, no need to reopen a pull request. |
No description provided.