Skip to content

Commit

Permalink
Merge pull request GOMC-WSU#3 from GOMC-WSU/FreeEnergy
Browse files Browse the repository at this point in the history
Merging GOMC-WSU/GOMC:FreeEnergy Into go2432:MPIPT
  • Loading branch information
GregorySchwing authored Nov 26, 2019
2 parents c2803ce + 26aa219 commit d3930f4
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 7 deletions.
8 changes: 4 additions & 4 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,10 @@ set(ENSEMBLE_NVT ON CACHE BOOL "Build NVT version")
set(ENSEMBLE_GEMC ON CACHE BOOL "Build GEMC version")
set(ENSEMBLE_GCMC ON CACHE BOOL "Build GCMC version")
set(ENSEMBLE_NPT ON CACHE BOOL "Build NPT version")
set(ENSEMBLE_GPU_NVT ON CACHE BOOL "Build GPU NVT version")
set(ENSEMBLE_GPU_GEMC ON CACHE BOOL "Build GPU GEMC version")
set(ENSEMBLE_GPU_GCMC ON CACHE BOOL "Build GPU GCMC version")
set(ENSEMBLE_GPU_NPT ON CACHE BOOL "Build GPU NPT version")
set(ENSEMBLE_GPU_NVT OFF CACHE BOOL "Build GPU NVT version")
set(ENSEMBLE_GPU_GEMC OFF CACHE BOOL "Build GPU GEMC version")
set(ENSEMBLE_GPU_GCMC OFF CACHE BOOL "Build GPU GCMC version")
set(ENSEMBLE_GPU_NPT OFF CACHE BOOL "Build GPU NPT version")


######################## MPI ##################################
Expand Down
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,10 @@ To cite GOMC project, please use [GOMC SoftwareX paper](https://www.sciencedirec
4. Click configure, select your compiler/environment
5. Wait for CMake to finish the configuration.
6. Click configure again and click generate.
7. Open the CMake-generated project/solution etc. to the desired IDE (e.g Visual Studio).
8. Using the solution in the IDE of choice build GOMC per the IDE's standard release compilation/executable generation methods.
7. Download [CUB library](https://nvlabs.github.io/cub/download_cub.html)
8. Extract CUB library and copy the "cub" folder from CUB library into "lib" folder inside GOMC directory.
9. Open the CMake-generated project/solution etc. to the desired IDE (e.g Visual Studio).
10. Using the solution in the IDE of choice build GOMC per the IDE's standard release compilation/executable generation methods.
NOTES:
You can also use CMake from the Windows command line if its directory is
Expand Down
1 change: 0 additions & 1 deletion src/EwaldCached.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -474,7 +474,6 @@ void EwaldCached::backupMolCache()
exgMolCache();
#else
uint m;

#ifdef _OPENMP
#pragma omp parallel for private(m)
#endif
Expand Down

0 comments on commit d3930f4

Please sign in to comment.