Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,6 @@ endif()

find_program(BASH_PROGRAM bash)

find_package(MPI REQUIRED COMPONENTS C Fortran)
# Compiler-specific base flags and build profiles
if(${CMAKE_Fortran_COMPILER_ID} STREQUAL "GNU")
# Base flags for all builds
Expand Down Expand Up @@ -200,17 +199,13 @@ elseif(${CMAKE_Fortran_COMPILER_ID} STREQUAL "NVHPC")
endif()
endif()

include_directories(${MPI_Fortran_INCLUDE_PATH})
message(STATUS "The MPI_Fortran_INCLUDE_PATH is ${MPI_Fortran_INCLUDE_PATH}")

# Detect and configure external dependencies (HDF5, NetCDF, FFTW)
# Uses smoke tests to verify ABI compatibility with current compiler.
# Falls back to building from source if system libraries are incompatible.
include(${PROJECT_SOURCE_DIR}/cmake/DetectDependencies.cmake)

# Libraries that libneo depends on
add_subdirectory(src/contrib)
add_subdirectory(extra/MyMPILib)
add_subdirectory(src/hdf5_tools)
add_subdirectory(src/polylag)
add_subdirectory(src/interpolate)
Expand Down
4 changes: 0 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -142,10 +142,6 @@ Interface to hdf5, to simplify calls.

### contrib

### MyMPILib
Interface to MPI, so no actual mpi routines need to be called in
programs.

### poincare
Poincare plot generation for magnetic field lines. Computes field line trajectories
and their intersections with toroidal cross-sections to visualize magnetic islands,
Expand Down
1 change: 0 additions & 1 deletion doc/Doxyfile
Original file line number Diff line number Diff line change
Expand Up @@ -791,7 +791,6 @@ WARN_LOGFILE =
# Note: If this tag is empty the current directory is searched.

INPUT = ../src/
INPUT += ../src/MyMPILib/Generic ../src/MyMPILib/Internal ../src/MyMPILib/Specific
INPUT += ../src/hdf5_tools/

# This tag can be used to specify the character encoding of the source files
Expand Down
73 changes: 0 additions & 73 deletions doc/UserDoc/MyMPILib.tex

This file was deleted.

12 changes: 0 additions & 12 deletions extra/MyMPILib/.gitignore

This file was deleted.

25 changes: 0 additions & 25 deletions extra/MyMPILib/0_README

This file was deleted.

87 changes: 0 additions & 87 deletions extra/MyMPILib/CMakeLists.txt

This file was deleted.

19 changes: 0 additions & 19 deletions extra/MyMPILib/Examples/Allocate/0_README

This file was deleted.

24 changes: 0 additions & 24 deletions extra/MyMPILib/Examples/Allocate/CMakeLists.txt

This file was deleted.

29 changes: 0 additions & 29 deletions extra/MyMPILib/Examples/Allocate/main.f90

This file was deleted.

7 changes: 0 additions & 7 deletions extra/MyMPILib/Examples/Allocate/schedConfig.txt

This file was deleted.

19 changes: 0 additions & 19 deletions extra/MyMPILib/Examples/Gather/0_README

This file was deleted.

27 changes: 0 additions & 27 deletions extra/MyMPILib/Examples/Gather/CMakeLists.txt

This file was deleted.

7 changes: 0 additions & 7 deletions extra/MyMPILib/Examples/Gather/intconfig.txt

This file was deleted.

Loading
Loading