diff --git a/src/arch/fpga/fpgaplugin.cpp b/src/arch/fpga/fpgaplugin.cpp index ec9a6368b4109f06f94c4a0908e48f5e47ad8df3..f9174ed7ca8626860a8004125fae7687e2c55450 100644 --- a/src/arch/fpga/fpgaplugin.cpp +++ b/src/arch/fpga/fpgaplugin.cpp @@ -28,6 +28,8 @@ #include "libxdma.h" +#warning "The FPGA arch is no longer maintained here. The development has been moved to a Nanos++ fork" + namespace nanos { namespace ext { @@ -51,6 +53,12 @@ class FPGAPlugin : public ArchPlugin */ void init() { + fatal0( "=================================================================" ); + fatal0( "== The FPGA support is no longer maintained here. ==" ); + fatal0( "== The development has been moved to a Nanos++ fork. ==" ); + fatal0( "== Visit https://pm.bsc.es/ompss-at-fpga for more information. ==" ); + fatal0( "=================================================================" ); + FPGAConfig::apply(); _fpgas = NEW std::vector< FPGAProcessor* >( FPGAConfig::getNumFPGAThreads(),( FPGAProcessor* )NULL) ; _fpgaThreads = NEW std::vector< FPGAThread* >( FPGAConfig::getNumFPGAThreads(),( FPGAThread* )NULL) ;