Use new nompi name for asagi

parent 03eb50f1
......@@ -234,8 +234,10 @@ if env['asagi'] == True:
env.Append(CPPDEFINES=['ASAGI'])
if env['parallelization'] == 'none' or env['parallelization'] == 'cuda':
env.Append(CPPDEFINES=['ASAGI_NOMPI'])
env.Append(LIBS=['asagi_nompi'])
else:
env.Append(LIBS=['asagi'])
env.Append(LIBS=['netcdf_c++4'])
env.Append(LIBS=['asagi'])
if 'asagiDir' in env:
env.Append(CPPPATH=[env['asagiDir']+'/include'])
env.Append(LIBPATH=[env['asagiDir']+'/lib'])
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment