Ignore:
Timestamp:
Apr 10, 2012, 1:55:49 PM (14 years ago)
Author:
Julian Iseringhausen <isering@…>
Children:
a40eea
Parents:
d24c2f
Message:

Merge recent changes of the vmg library into ScaFaCos.

Includes a fix for the communication problems on Jugene.

git-svn-id: https://svn.version.fz-juelich.de/scafacos/trunk@1666 5161e1c8-67bf-11de-9fd5-51895aff932f

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/interface/interface_fcs.h

    rd24c2f rac6d04  
    1313#endif
    1414
    15 void VMG_fcs_setup(vmg_int level, vmg_int* periodic, vmg_int max_iter,
    16                    vmg_int smoothing_steps, vmg_int gamma, vmg_float precision,
    17                    vmg_float* box_offset, vmg_float box_size,
    18                    vmg_int near_field_cells, MPI_Comm mpi_comm);
     15void VMG_fcs_setup(fcs_int level, fcs_int* periodic, fcs_int max_iter,
     16                   fcs_int smoothing_steps, fcs_int gamma, fcs_float precision,
     17                   fcs_float* box_offset, fcs_float box_size,
     18                   fcs_int near_field_cells, MPI_Comm mpi_comm);
    1919
    20 void VMG_fcs_run(vmg_float* pos, vmg_float* charge, vmg_float* potential, vmg_float* f, vmg_int num_particles_local);
     20int VMG_fcs_check();
     21
     22void VMG_fcs_run(fcs_float* pos, fcs_float* charge, fcs_float* potential, fcs_float* f, fcs_int num_particles_local);
    2123
    2224void VMG_fcs_print_timer(void);
Note: See TracChangeset for help on using the changeset viewer.