Initial commit
This commit is contained in:
23
groups/soft_group/CMakeLists.txt
Normal file
23
groups/soft_group/CMakeLists.txt
Normal file
@@ -0,0 +1,23 @@
|
||||
#
|
||||
# 统一调度
|
||||
#
|
||||
|
||||
if(INSTALL_OPENMPI)
|
||||
add_subdirectory(openmpi)
|
||||
endif()
|
||||
|
||||
if(INSTALL_MPICH)
|
||||
add_subdirectory(mpich)
|
||||
endif()
|
||||
|
||||
if(INSTALL_VASP)
|
||||
add_subdirectory(vasp)
|
||||
endif()
|
||||
|
||||
if(INSTALL_AMBER)
|
||||
add_subdirectory(amber)
|
||||
endif()
|
||||
|
||||
if(INSTALL_FFTW)
|
||||
add_subdirectory(fftw)
|
||||
endif()
|
||||
Reference in New Issue
Block a user