All Classes Files Functions Variables Pages
Launching Simulations

EFISPEC3D version 1.0

Once input files are prepared (see section Getting Started), EFISPEC3D is ready to be launched. Go to the directory where all input files are and execute the command line

mpiexec.hydra -n ncore path_to_EFISPEC3D_binary/efispec3d_1.0_sse.exe

to launch EFISPEC3D version 1.0 compiled with SSE instruction (see Installation)

EFISPEC3D version 0.9

Go to the directory where all input files are. First, partition the mesh filename.inp with the mesh partitioning tool

mesh_partitioning.exe filename.inp ncore

with ncore the number of cores.

Then execute the command line

mpiexec.hydra -n ncore path_to_EFISPEC3D_binary/efispec3d_0.9_sse.exe

to launch EFISPEC3D version 0.9 compiled with SSE instruction (see Installation)