# How to run parallel file in natepad++

**URL:** https://community.freefem.org/t/how-to-run-parallel-file-in-natepad/3668
**Category:** General Discussion
**Created:** [January 2, 2025, 10:41am UTC](https://community.freefem.org/t/how-to-run-parallel-file-in-natepad/3668 "2025-01-02T10:41:48Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![zxss](https://avatars.discourse-cdn.com/v4/letter/z/bc8723/32.png) [@zxss](https://community.freefem.org/u/zxss)
#### Post date: [January 2, 2025, 10:41am UTC](https://community.freefem.org/t/how-to-run-parallel-file-in-natepad/3668/1 "2025-01-02T10:41:48Z")

</div>

Dear all,

I have a question, can I directly run parallel file on my editor Notepad++ instead of using mpiexec command on my CMD terminal. Since I can directly run sequential file on Notepad++. But for parallel file, it will report an error like the following:

Error line number 1047, in file macro: buildOverlapEdgePeriodicRecursive in C:\Program Files (x86)\FreeFem++\idp\macro\_ddm.idp, before token mpiWtime

current line = 1047  
Compile error :  
line number :1047, mpiWtime  
error Compile error :  
line number :1047, mpiWtime  
code = 1 mpirank: 0  
WARNING! There are options you set that were not used!  
WARNING! could be spelling mistake, etc!  
There is one unused database option. It is:  
Option left: name:-wait (no value) source: command line  
try getConsole C:\Program Files (x86)\FreeFem++\examples\hpddm\advection-TS-2d-PETSc.edp  
save log in : ‘C:\Program Files (x86)\FreeFem++\examples\hpddm\advection-TS-2d-PETSc.log’  
wait enter ?

Looking forward to your reply.

Best wishes,  
Xuan

---

<div class="post-metadata">

### Author: ![prj](https://avatars.discourse-cdn.com/v4/letter/p/ecae2f/32.png) [@prj](https://community.freefem.org/u/prj)
#### Post date: [January 4, 2025, 6:40am UTC](https://community.freefem.org/t/how-to-run-parallel-file-in-natepad/3668/2 "2025-01-04T06:40:46Z")

</div>

You need to invoke `FreeFem++-mpi` or `ff-mpirun`, not `FreeFem++`.
