Add example build files (removed machine depended build files)

parent e84d3e2b
#!/usr/bin/python
# @file
# This file is part of SWE.
#
# @author Sebastian Rettenberger (rettenbs AT in.tum.de, http://www5.in.tum.de/wiki/index.php/Sebastian_Rettenberger,_M.Sc.)
#
# @section LICENSE
#
# SWE is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation, either version 3 of the License, or
# (at your option) any later version.
#
# SWE is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with SWE. If not, see <http://www.gnu.org/licenses/>.
#
#
# @section DESCRIPTION
#
# Example build parameters without parallelization
#
# Build options
solver='fwave'
#solver='augrie'
#! /usr/bin/python
#!/usr/bin/python
# @file
# This file is part of SWE.
#
# @author Alexander Breuer (breuera AT in.tum.de, http://www5.in.tum.de/wiki/index.php/Dipl.-Math._Alexander_Breuer)
# @author Sebastian Rettenberger (rettenbs AT in.tum.de, http://www5.in.tum.de/wiki/index.php/Sebastian_Rettenberger,_M.Sc.)
#
# @section LICENSE
#
......@@ -23,17 +23,15 @@
#
# @section DESCRIPTION
#
# Example build parameters for the NPS GPU-cluster (nompi-Version).
# Example build parameters using CUDA
#
#build options
# Build options
parallelization='cuda'
computeCapability='sm_20'
solver='fwave'
asagi='yes'
writeNetCDF='yes'
# libraries (machine dependent)
cudaSDKDir='/'
asagiDir='/tmp/software_SWE/software/asagi/nompi'
netCDFDir='/tmp/software_SWE/software/netcdf'
# Hardware settings
computeCapability='sm_21'
# Library paths (only required of not installed in default path)
#cudaToolkitDir=''
#!/usr/bin/python
# @file
# This file is part of SWE.
#
# @author Sebastian Rettenberger (rettenbs AT in.tum.de, http://www5.in.tum.de/wiki/index.php/Sebastian_Rettenberger,_M.Sc.)
#
# @section LICENSE
#
# SWE is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation, either version 3 of the License, or
# (at your option) any later version.
#
# SWE is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with SWE. If not, see <http://www.gnu.org/licenses/>.
#
#
# @section DESCRIPTION
#
# Example build parameters with MPI and ASAGI; writes netCDF files
#
# Build options
parallelization='mpi'
solver='fwave'
#solver='augrie'
asagi='yes'
writeNetCDF='yes'
# Directory containing ASAGI input files (needs to be set)
asagiInputDir=''
# Library paths (only required of not installed in default path)
#asagiDir=''
#netcdfDir=''
#! /usr/bin/python
#!/usr/bin/python
# @file
# This file is part of SWE.
#
# @author Alexander Breuer (breuera AT in.tum.de, http://www5.in.tum.de/wiki/index.php/Dipl.-Math._Alexander_Breuer)
# @author Sebastian Rettenberger (rettenbs AT in.tum.de, http://www5.in.tum.de/wiki/index.php/Sebastian_Rettenberger,_M.Sc.)
#
# @section LICENSE
#
......@@ -23,16 +23,17 @@
#
# @section DESCRIPTION
#
# Example build parameters a "gnu, cuda, opengl" setting.
# Example build parameters for OpenGL visualizations
#
#build options
# Build options
parallelization='cuda'
computeCapability='sm_21'
solver='fwave'
openGL='yes'
# libraries (machine dependent)
libSDLDir = '/work/breuera/software/libsdl/SDL-1.2.14'
cudaToolkitDir='/work/breuera/software/cuda'
cudaSDKDir='/work/breuera/workspace/NVIDIA_GPU_Computing_SDK'
# Hardware settings
computeCapability='sm_21'
# Library paths (only required of not installed in default path)
#libSDLDir=''
#cudaToolkitDir=''
#!/usr/bin/python
# @file
# This file is part of SWE.
#
# @author Sebastian Rettenberger (rettenbs AT in.tum.de, http://www5.in.tum.de/wiki/index.php/Sebastian_Rettenberger,_M.Sc.)
#
# @section LICENSE
#
# SWE is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation, either version 3 of the License, or
# (at your option) any later version.
#
# SWE is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with SWE. If not, see <http://www.gnu.org/licenses/>.
#
#
# @section DESCRIPTION
#
# Example build parameters using MPI; writes netCDF files
#
# Build options
parallelization='mpi'
solver='fwave'
#solver='augrie'
writeNetCDF='yes'
# Library paths (only required of not installed in default path)
#netCDFDir=''
#! /usr/bin/python
#!/usr/bin/python
# @file
# This file is part of SWE.
#
# @author Alexander Breuer (breuera AT in.tum.de, http://www5.in.tum.de/wiki/index.php/Dipl.-Math._Alexander_Breuer)
# @author Sebastian Rettenberger (rettenbs AT in.tum.de, http://www5.in.tum.de/wiki/index.php/Sebastian_Rettenberger,_M.Sc.)
#
# @section LICENSE
#
......@@ -23,17 +23,24 @@
#
# @section DESCRIPTION
#
# Example build parameters a "gnu, cuda, asagi" setting.
# Example build parameters for OpenGL visualizations with ASAGI
#
#build options
# Build options
parallelization='cuda'
computeCapability='sm_21'
solver='fwave'
asagi='yes'
openGL='yes'
openGL_instr='yes'
# Hardware settings
computeCapability='sm_21'
# Directory containing ASAGI input files (needs to be set)
asagiInputDir=''
# libraries (machine dependent)
cudaToolkitDir='/work/breuera/software/cuda'
cudaSDKDir='/work/breuera/workspace/NVIDIA_GPU_Computing_SDK'
asagiDir='/work/breuera/software/asagi_nompi'
netCDFDir='/home_local/breuera/software/netcdf/netcdf-4.1.3'
# Library paths (only required of not installed in default path)
#asagiDir=''
#netcdfDir=''
#libSDLDir=''
#cudaToolkitDir=''
#! /usr/bin/python
#!/usr/bin/python
# @file
# This file is part of SWE.
#
# @author Alexander Breuer (breuera AT in.tum.de, http://www5.in.tum.de/wiki/index.php/Dipl.-Math._Alexander_Breuer)
# @author Sebastian Rettenberger (rettenbs AT in.tum.de, http://www5.in.tum.de/wiki/index.php/Sebastian_Rettenberger,_M.Sc.)
#
# @section LICENSE
#
......@@ -23,19 +23,17 @@
#
# @section DESCRIPTION
#
# Example build parameters for the NPS GPU-cluster.
# Example build parameters using MPI and CUDA; writes netCDF files
#
#build options
# Build options
parallelization='mpi_with_cuda'
computeCapability='sm_20'
solver='fwave'
asagi='yes'
writeNetCDF='yes'
# libraries (machine dependent)
compilerPath='/usr/lib64/openmpi/bin/mpiCC'
linkerPath='/usr/lib64/openmpi/bin/mpiCC'
cudaSDKDir='/'
asagiDir='/home/prof2/software/asagi/mpi'
netCDFDir='/home/prof2/software/netcdf'
# Hardware settings
computeCapability='sm_21'
# Library paths (only required of not installed in default path)
#netCDFDir=''
#cudaToolkitDir=''
#!/usr/bin/python
# @file
# This file is part of SWE.
#
# @author Sebastian Rettenberger (rettenbs AT in.tum.de, http://www5.in.tum.de/wiki/index.php/Sebastian_Rettenberger,_M.Sc.)
#
# @section LICENSE
#
# SWE is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation, either version 3 of the License, or
# (at your option) any later version.
#
# SWE is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with SWE. If not, see <http://www.gnu.org/licenses/>.
#
#
# @section DESCRIPTION
#
# Example build parameters using MPI; writes netCDF files
#
# Build options
compiler='intel'
parallelization='mpi'
solver='fwave'
#solver='augrie'
writeNetCDF='yes'
# Library paths (only required of not installed in default path)
#netCDFDir=''
#!/usr/bin/python
# @file
# This file is part of SWE.
#
# @author Sebastian Rettenberger (rettenbs AT in.tum.de, http://www5.in.tum.de/wiki/index.php/Sebastian_Rettenberger,_M.Sc.)
#
# @section LICENSE
#
# SWE is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation, either version 3 of the License, or
# (at your option) any later version.
#
# SWE is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with SWE. If not, see <http://www.gnu.org/licenses/>.
#
#
# @section DESCRIPTION
#
# Example build parameters using MPI; with vectorized solver; writes netCDF files
#
# Build options
compiler='intel'
parallelization='mpi'
vectorize='on'
solver='fwavevec'
writeNetCDF='yes'
# Print vectorization information (default is 'off')
#showVectorization='on'
# Library paths (only required of not installed in default path)
#netCDFDir=''
#! /usr/bin/python
# @file
# This file is part of SWE.
#
# @author Alexander Breuer (breuera AT in.tum.de, http://www5.in.tum.de/wiki/index.php/Dipl.-Math._Alexander_Breuer)
#
# @section LICENSE
#
# SWE is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation, either version 3 of the License, or
# (at your option) any later version.
#
# SWE is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with SWE. If not, see <http://www.gnu.org/licenses/>.
#
#
# @section DESCRIPTION
#
# Example build parameters a "gnu, mpi_with_cuda, asagi" setting.
#
#build options
parallelization='mpi_with_cuda'
computeCapability='sm_21'
solver='fwave'
asagi='yes'
writeNetCDF='yes'
# libraries (machine dependent)
cudaToolkitDir='/work/breuera/software/cuda'
cudaSDKDir='/work/breuera/workspace/NVIDIA_GPU_Computing_SDK'
asagiDir='/work/breuera/software/asagi_nompi'
netCDFDir='/home_local/breuera/software/netcdf/netcdf-4.1.3/'
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment