Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[ptp-user] debug code in Eclipse with MPI support
  • From: Fan Li <f.li@xxxxxxxxxx>
  • Date: Thu, 23 Jul 2020 09:11:08 +0000
  • Accept-language: en-GB, en-US
  • Arc-authentication-results: i=1; mx.microsoft.com 1; spf=pass smtp.mailfrom=qmul.ac.uk; dmarc=pass action=none header.from=qmul.ac.uk; dkim=pass header.d=qmul.ac.uk; arc=none
  • Arc-message-signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=microsoft.com; s=arcselector9901; h=From:Date:Subject:Message-ID:Content-Type:MIME-Version:X-MS-Exchange-SenderADCheck; bh=UBsgbB5COoEUFgfD+TiuIuWS6yWkuwS8tIK10XLshlg=; b=a5HyeGiucAXLs8zDDWLtxzewXPKoF5fJbFnxMf8h/t1OrOwyPYIscN+yTH0KyNwIKxwEg4hru3DKBAlzu4BkmDc5AUO8cyQbCaTestcR3NoaHpy/x6DYDF2E2JxezeG7CiJD/69cPNjjxg3jI2A9cNdm4bB1zqrMTCcPprzqrQjBab/o1HL6nBlYiQ+E10EnJ2EVSBDm1KVA+ZRtgBbEIUijvGWMByeBlJCbBNpk/PvmqbKTPRkkgAoJ7Uhgz4/ygJCbvY2bpKvqf0PqmFiwtum98wxHggU6gjyEr2LFe+/dJCfywxTEQVtzq399QpJ/ZhHpZJxx4Xlx9jeIAlba+A==
  • Arc-seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none; b=joHfmJ+nvTJxy3vRDtLm1GmWPh2x4b8sjRyTzHx3jyuvleDanCU/AHSVFycKbC9Az1jAJZU2BhrOMnJWcbNBO5hX0fdf0YZz+I8X+vjTHO2NiBjjgfe88mreGVf5mWrtWyPC66EeA7Aj7Pd7SlDuJnZ9GVThhvz8b6EPCYvniw7qIIfnVlbW4cu2kaezBTdoVE9qtp+sx3FhSPq5/W/S+THVroHnXgw6yz8rnZg6OyqmwbUT7laLWp6FBU4Hz9Ce818POt3YsJgNoWX+m1rJhmsIItUpGSH5Q1Ir/gvDCrULIdNFgmEfrO/7rwTZyPsJGojbfx3MJthQl+U4plur9w==
  • Delivered-to: ptp-user@xxxxxxxxxxx
  • List-archive: <https://www.eclipse.org/mailman/private/ptp-user>
  • List-help: <mailto:ptp-user-request@eclipse.org?subject=help>
  • List-subscribe: <https://www.eclipse.org/mailman/listinfo/ptp-user>, <mailto:ptp-user-request@eclipse.org?subject=subscribe>
  • List-unsubscribe: <https://www.eclipse.org/mailman/options/ptp-user>, <mailto:ptp-user-request@eclipse.org?subject=unsubscribe>
  • Thread-index: AQHWYM/WSoP2KqeoCEGIufrsRJTqNQ==
  • Thread-topic: debug code in Eclipse with MPI support

Dear users

I am using the "eclipse for scientific computing" and want to debug a programme with MPI support.

The programme can run in terminal with mpi in this way

mpirun -np 4 gmx_mpi mdrun -s diff.tpr -c diff.gro -ntomp 1

Accordingly, I set the debug configure as below






After I start debugging, there is no out put from the console and no variable values are displayed.

The below screen shot after debugging



Could you tell me what is wrong?

Best wishes


Fan Li

School of Engineering and Materials Science
Queen Mary University of London
London E1 4NS
United Kingdom


Back to the top