Community
Participate
Working Groups
Using POINT live dvd of 9/30/10 using eclipse 3.6, openmpi 1.4.2 (via module commands) with PTP updated to 4.0.4 in fortran perspective, new project, c project, hello mpi pi Fails with "Project cannot be created" java.lang.NullPointerException at org.eclipse.ptp.pldt.wizards.wizardPages.MPIProjectProcess.addOptionValue(MPIProjectProcess.java:266) at org.eclipse.ptp.pldt.wizards.wizardPages.MPIProjectProcess.addLinkerOpt(MPIProjectProcess.java:232) at org.eclipse.ptp.pldt.wizards.wizardPages.MPIProjectProcess.process(MPIProjectProcess.java:124) at org.eclipse.cdt.core.templateengine.process.Process.process(Process.java:162) at org.eclipse.cdt.core.templateengine.process.ConditionalProcessGroup.process(ConditionalProcessGroup.java:223) at org.eclipse.cdt.core.templateengine.process.TemplateProcessHandler.processAll(TemplateProcessHandler.java:65) at org.eclipse.cdt.ui.templateengine.Template$1.execute(Template.java:191) at org.eclipse.ui.actions.WorkspaceModifyOperation$1.run(WorkspaceModifyOperation.java:106) at org.eclipse.core.internal.resources.Workspace.run(Workspace.java:1975) at org.eclipse.ui.actions.WorkspaceModifyOperation.run(WorkspaceModifyOperation.java:118)
build info: PTP Parallel Language Development Tools 4.0.4.201010081904 org.eclipse.ptp.pldt.feature.group
wrong toolchain was selected (used the default, which was fortran) and mpi preferences were set during project creation. Incorrect toolchain is presumed to be the problem. need to catch error and inform user. I think there was another problem which was related to wrong toolchain, or no toolchain selected. I think the previous version of CDT was better at getting the correct toolchain selected, or else the new version of CDT (+?) simple *has* more toolchains so the default selection (first one?) is more likely incorrect.
Presumed to be duplicate of 303250 *** This bug has been marked as a duplicate of bug 303250 ***