From 50f5c22c871fc1fd31318a2f9396b80ac09fb812 Mon Sep 17 00:00:00 2001 From: Henry Weller Date: Wed, 15 Aug 2018 17:27:32 +0100 Subject: [PATCH] wmake/rules: Removed duplicate mplib.* files --- wmake/rules/{linux64Clang => General}/mplibHPMPI | 0 wmake/rules/{linux64Clang => General}/mplibINTELMPI | 0 wmake/rules/linux64Gcc/mplibHPMPI | 3 --- wmake/rules/linux64Gcc/mplibINTELMPI | 3 --- wmake/rules/linux64GccKNL/mplibHPMPI | 3 --- wmake/rules/linux64GccKNL/mplibINTELMPI | 3 --- wmake/rules/linux64Icc/mplibHPMPI | 3 --- wmake/rules/linux64Icc/mplibINTELMPI | 3 --- wmake/rules/linux64IccKNL/mplibHPMPI | 3 --- wmake/rules/linux64IccKNL/mplibINTELMPI | 3 --- wmake/rules/linuxIA64Icc/mplibIMPI | 3 --- wmake/rules/linuxIA64Icc/mplibINTELMPI | 3 --- wmake/rules/linuxPPC64Gcc/mplibHPMPI | 3 --- wmake/rules/linuxPPC64leGcc/mplibHPMPI | 3 --- wmake/rules/solaris64Gcc/mplibFJMPI | 3 --- 15 files changed, 39 deletions(-) rename wmake/rules/{linux64Clang => General}/mplibHPMPI (100%) rename wmake/rules/{linux64Clang => General}/mplibINTELMPI (100%) delete mode 100644 wmake/rules/linux64Gcc/mplibHPMPI delete mode 100644 wmake/rules/linux64Gcc/mplibINTELMPI delete mode 100644 wmake/rules/linux64GccKNL/mplibHPMPI delete mode 100644 wmake/rules/linux64GccKNL/mplibINTELMPI delete mode 100644 wmake/rules/linux64Icc/mplibHPMPI delete mode 100644 wmake/rules/linux64Icc/mplibINTELMPI delete mode 100644 wmake/rules/linux64IccKNL/mplibHPMPI delete mode 100644 wmake/rules/linux64IccKNL/mplibINTELMPI delete mode 100644 wmake/rules/linuxIA64Icc/mplibIMPI delete mode 100644 wmake/rules/linuxIA64Icc/mplibINTELMPI delete mode 100644 wmake/rules/linuxPPC64Gcc/mplibHPMPI delete mode 100644 wmake/rules/linuxPPC64leGcc/mplibHPMPI delete mode 100644 wmake/rules/solaris64Gcc/mplibFJMPI diff --git a/wmake/rules/linux64Clang/mplibHPMPI b/wmake/rules/General/mplibHPMPI similarity index 100% rename from wmake/rules/linux64Clang/mplibHPMPI rename to wmake/rules/General/mplibHPMPI diff --git a/wmake/rules/linux64Clang/mplibINTELMPI b/wmake/rules/General/mplibINTELMPI similarity index 100% rename from wmake/rules/linux64Clang/mplibINTELMPI rename to wmake/rules/General/mplibINTELMPI diff --git a/wmake/rules/linux64Gcc/mplibHPMPI b/wmake/rules/linux64Gcc/mplibHPMPI deleted file mode 100644 index d7c4b0cf30..0000000000 --- a/wmake/rules/linux64Gcc/mplibHPMPI +++ /dev/null @@ -1,3 +0,0 @@ -PFLAGS = -PINC = -isystem $(MPI_ARCH_PATH)/include -D_MPICC_H -PLIBS = -L$(MPI_ARCH_PATH)/lib/linux_amd64 -lmpi diff --git a/wmake/rules/linux64Gcc/mplibINTELMPI b/wmake/rules/linux64Gcc/mplibINTELMPI deleted file mode 100644 index 278e0b0f22..0000000000 --- a/wmake/rules/linux64Gcc/mplibINTELMPI +++ /dev/null @@ -1,3 +0,0 @@ -PFLAGS = -DMPICH_SKIP_MPICXX -PINC = -isystem $(MPI_ARCH_PATH)/include64 -PLIBS = -L$(MPI_ARCH_PATH)/lib64 -lmpi diff --git a/wmake/rules/linux64GccKNL/mplibHPMPI b/wmake/rules/linux64GccKNL/mplibHPMPI deleted file mode 100644 index d7c4b0cf30..0000000000 --- a/wmake/rules/linux64GccKNL/mplibHPMPI +++ /dev/null @@ -1,3 +0,0 @@ -PFLAGS = -PINC = -isystem $(MPI_ARCH_PATH)/include -D_MPICC_H -PLIBS = -L$(MPI_ARCH_PATH)/lib/linux_amd64 -lmpi diff --git a/wmake/rules/linux64GccKNL/mplibINTELMPI b/wmake/rules/linux64GccKNL/mplibINTELMPI deleted file mode 100644 index 278e0b0f22..0000000000 --- a/wmake/rules/linux64GccKNL/mplibINTELMPI +++ /dev/null @@ -1,3 +0,0 @@ -PFLAGS = -DMPICH_SKIP_MPICXX -PINC = -isystem $(MPI_ARCH_PATH)/include64 -PLIBS = -L$(MPI_ARCH_PATH)/lib64 -lmpi diff --git a/wmake/rules/linux64Icc/mplibHPMPI b/wmake/rules/linux64Icc/mplibHPMPI deleted file mode 100644 index d7c4b0cf30..0000000000 --- a/wmake/rules/linux64Icc/mplibHPMPI +++ /dev/null @@ -1,3 +0,0 @@ -PFLAGS = -PINC = -isystem $(MPI_ARCH_PATH)/include -D_MPICC_H -PLIBS = -L$(MPI_ARCH_PATH)/lib/linux_amd64 -lmpi diff --git a/wmake/rules/linux64Icc/mplibINTELMPI b/wmake/rules/linux64Icc/mplibINTELMPI deleted file mode 100644 index 278e0b0f22..0000000000 --- a/wmake/rules/linux64Icc/mplibINTELMPI +++ /dev/null @@ -1,3 +0,0 @@ -PFLAGS = -DMPICH_SKIP_MPICXX -PINC = -isystem $(MPI_ARCH_PATH)/include64 -PLIBS = -L$(MPI_ARCH_PATH)/lib64 -lmpi diff --git a/wmake/rules/linux64IccKNL/mplibHPMPI b/wmake/rules/linux64IccKNL/mplibHPMPI deleted file mode 100644 index d7c4b0cf30..0000000000 --- a/wmake/rules/linux64IccKNL/mplibHPMPI +++ /dev/null @@ -1,3 +0,0 @@ -PFLAGS = -PINC = -isystem $(MPI_ARCH_PATH)/include -D_MPICC_H -PLIBS = -L$(MPI_ARCH_PATH)/lib/linux_amd64 -lmpi diff --git a/wmake/rules/linux64IccKNL/mplibINTELMPI b/wmake/rules/linux64IccKNL/mplibINTELMPI deleted file mode 100644 index 278e0b0f22..0000000000 --- a/wmake/rules/linux64IccKNL/mplibINTELMPI +++ /dev/null @@ -1,3 +0,0 @@ -PFLAGS = -DMPICH_SKIP_MPICXX -PINC = -isystem $(MPI_ARCH_PATH)/include64 -PLIBS = -L$(MPI_ARCH_PATH)/lib64 -lmpi diff --git a/wmake/rules/linuxIA64Icc/mplibIMPI b/wmake/rules/linuxIA64Icc/mplibIMPI deleted file mode 100644 index 186769c0c2..0000000000 --- a/wmake/rules/linuxIA64Icc/mplibIMPI +++ /dev/null @@ -1,3 +0,0 @@ -PFLAGS = -DSGIMPI -DMPI_NO_CPPBIND -PINC = -PLIBS = -lmpi diff --git a/wmake/rules/linuxIA64Icc/mplibINTELMPI b/wmake/rules/linuxIA64Icc/mplibINTELMPI deleted file mode 100644 index 278e0b0f22..0000000000 --- a/wmake/rules/linuxIA64Icc/mplibINTELMPI +++ /dev/null @@ -1,3 +0,0 @@ -PFLAGS = -DMPICH_SKIP_MPICXX -PINC = -isystem $(MPI_ARCH_PATH)/include64 -PLIBS = -L$(MPI_ARCH_PATH)/lib64 -lmpi diff --git a/wmake/rules/linuxPPC64Gcc/mplibHPMPI b/wmake/rules/linuxPPC64Gcc/mplibHPMPI deleted file mode 100644 index d7c4b0cf30..0000000000 --- a/wmake/rules/linuxPPC64Gcc/mplibHPMPI +++ /dev/null @@ -1,3 +0,0 @@ -PFLAGS = -PINC = -isystem $(MPI_ARCH_PATH)/include -D_MPICC_H -PLIBS = -L$(MPI_ARCH_PATH)/lib/linux_amd64 -lmpi diff --git a/wmake/rules/linuxPPC64leGcc/mplibHPMPI b/wmake/rules/linuxPPC64leGcc/mplibHPMPI deleted file mode 100644 index d7c4b0cf30..0000000000 --- a/wmake/rules/linuxPPC64leGcc/mplibHPMPI +++ /dev/null @@ -1,3 +0,0 @@ -PFLAGS = -PINC = -isystem $(MPI_ARCH_PATH)/include -D_MPICC_H -PLIBS = -L$(MPI_ARCH_PATH)/lib/linux_amd64 -lmpi diff --git a/wmake/rules/solaris64Gcc/mplibFJMPI b/wmake/rules/solaris64Gcc/mplibFJMPI deleted file mode 100644 index 1755f22b4b..0000000000 --- a/wmake/rules/solaris64Gcc/mplibFJMPI +++ /dev/null @@ -1,3 +0,0 @@ -PFLAGS = -PINC = -isystem $(MPI_ARCH_PATH)/include/sparcv9/mpi -DMPIPP_H -PLIBS = -L$(MPI_ARCH_PATH)/lib/sparcv9 -lmpi_f -L/opt/FSUNf90/lib/sparcv9 -lfjgmp64 -L/opt/FJSVpnidt/lib -lfjidt -ljrm -lfj90i -lfj90f -lfj90fmt -lelf