Merge branch 'oacc_loloum' of github.com:sfilippone/psblas3 into oacc_loloum
commit
3bb05fab54
@ -0,0 +1,18 @@
|
||||
module psb_oacc_env_mod
|
||||
contains
|
||||
|
||||
subroutine psb_oacc_init(ctxt, dev)
|
||||
use psb_penv_mod
|
||||
use psb_const_mod
|
||||
use psb_error_mod
|
||||
type(psb_ctxt_type), intent(in) :: ctxt
|
||||
integer, intent(in), optional :: dev
|
||||
|
||||
end subroutine psb_oacc_init
|
||||
|
||||
subroutine psb_oacc_exit()
|
||||
integer :: res
|
||||
|
||||
end subroutine psb_oacc_exit
|
||||
|
||||
end module psb_oacc_env_mod
|
@ -1,6 +1,8 @@
|
||||
module psb_oacc_mod
|
||||
use psb_const_mod
|
||||
|
||||
use psb_oacc_env_mod
|
||||
|
||||
use psb_d_oacc_vect_mod
|
||||
use psb_d_oacc_csr_mat_mod
|
||||
|
||||
|
Loading…
Reference in New Issue